-
Having webdriver version 1.0.6 installed on an Ubuntu 22.04, I cannot use webdriver any more since Ubuntu chose to switch to the more recent version 3.x of OpenSSL, whereas PahntomJS requires OpenSSL …
-
`hashlib` depends on openssl which both increases the size of our pyinstaller build, and adds additional reproducibility headaches. It would be nice if we could drop `hashlib` for something that is li…
-
**Describe the bug**
When building on windows receive a compile error from `src/common/ossl_helpers.c` - dlfcn.h is not available on windows
**To Reproduce**
Try to build on windows :)
**Expec…
-
So I tried running "cabal install curl" which crashed as I needed liburl4-openssl-dev or one of the other alternative versions. IDK if this fail more gracefully without having to dig through the error…
-
Sentry-rust occasionally causes Segmentation fault when our program exits. Here is a minimal code example to reproduce it.
### To reproduce
Create a bin project with `cargo new`.
`Cargo.toml`:
…
-
### Bug description
The `prisma db execute` command cannot execute SQL commands with a length greater than 357913843 bytes (341 MiB).
This happens with both `--stdin` and `--file` arguments.
Th…
-
# OpenSSL创建带SAN扩展的证书并进行CA自签 | MonkeyWie's Blog
什么是 SANSAN(Subject Alternative Name) 是 SSL 标准 x509 中定义的一个扩展。使用了 SAN 字段的 SSL 证书,可以扩展此证书支持的域名,使得一个证书可以支持多个不同域名的解析。
[https://monkeywie.cn/2019/11/15/creat…
-
### Project
Deskflow
### Deskflow version number
v1.17.0+r1 (44bd69fd)
### Build type
Deskflow package (downloaded from us)
### Operating systems (OS)
- [X] Windows
- [ ] macOS
…
-
**Is your feature request related to a problem? Please describe.**
I often have to inspect client certificates for expiry dates. To do this with KeyStore Explorer I always have to provide the keystor…
-
I am trying to build some personal M1 images for myself, and I performed a maven build inside of the base directory with tag `7.1.1` (`bd600b37`) using the following command
```sh
$ mvn clean pack…