-
In this case, specifically I'm getting the
configure: error: No crypto library found!
Try --with-libssl-prefix=PATH
or --with-libgcrypt-prefix=PATH
or --with-wincng on Windows…
-
So, they behave more like exit() values, rather than true/false for success/failure.
e.g.
```
SSL_CTX_set_alpn_protos()
SSL_set_alpn_protos()
```
I don't know how many people actually use the …
-
This issue is found by using the certificate that our customer created. After investigating, seems it is related to the BoringSSL/OpenSSL library version that Mono used. If it is, could you please t…
-
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…
-
**Is your feature request related to a problem? Please describe.**
On MacOS/darwin, the (private) certificates are typically managed in the system via Keychain (in a corporate environment the certifi…
-
**Is your feature request related to a problem? Please describe.**
Running tests via a call to `testssl.sh` and a common commands file for the `--file` option which sets `--jsonfile-pretty` (for dete…
-
## About
Read there: https://www.openssl.org/blog/blog/2023/09/11/eol-111/
Consequences for borg releases / branches:
## borg 1.1.x (1.1-maint branch)
... is EOL, too (no more releases), so …
-
This change: https://github.com/Perl-Toolchain-Gang/ExtUtils-MakeMaker/commit/8b924f65a0485266822c904e11698f95019bc467
which was made made to work a bit later with https://github.com/Perl-Toolchai…
-
when I configure orchestrator with SSL
![image](https://user-images.githubusercontent.com/7498000/64599981-f3f25b80-d3ec-11e9-9d36-93dffeb48a86.png)
when I login the leader node it works and when …
-
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 …