-
@tomato42 and I have tested OpenSSL and we found that it may be vulnerable to a variant of the [Minerva attack](https://minerva.crocs.fi.muni.cz/). We used statistical analysis to confirm the presence…
-
Hi gigante, I tried to patch the dockerfile base image of `hdgigante/python-opencv:4.10.0-alpine` as I found the following vulnerabilities: CVE-2023-42364, CVE-2024-9143 and CVE-2023-42365
However, i…
-
Just unzip the released file into a folder, and open the exe, the error window popup.
The environment is Win 10 x64 10.0.19044.4529
```
OpenSSL: FATAL
OPENSSL Uplink(00007FFD543C8C88,08): no OPE…
-
Not able to `require 'openssl'` on Windows after updating the MSYS2 openssl library. I'm able to install it and I see the openssl.so file but it still doesn't run.
```
Packages (18) bsdtar-3.7.7-…
-
OpenSSL repository has a lot of GitHub Actions workflows which are running on various events. Each PR starts 80 jobs and it takes around 30 minutes to finish all of them. OpenSSL CI must be divided in…
-
openssl provides the -no_check_time option to "ignore certificate validity time".
Example:
```
$ openssl verify -CAfile cert1.pem -CApath ./ cert2.pem
...
error 10 at 1 depth lookup: certi…
-
It appears that when a system is in FIPS mode, it's not possible to convert a EC key to PEM format, the command fails:
```
# openssl ecparam -name secp384r1 -genkey | openssl ec -aes256 -out server.…
-
This is to suggest work (for now in the ml-kem feature branch and of course only after https://github.com/openssl/openssl/pull/25848 landed) to optimize performance of the overall ML-KEM logic.
Thi…
-
Copy issue body from P:/Github/Discord_Bot/deps/vcpkg/installed/vcpkg/issue_body.md
Package: openssl:x64-windows@3.3.0#1
**Host Environment**
- Host: x64-windows
- Compiler: MSVC 19.39.33523…
-
From manual page: https://php.net/openssl.constants.other
> If [OPENSSL_RAW_DATA](https://www.php.net/manual/en/openssl.constants.other.php#constant.openssl-raw-data) is set in the [openssl_encrypt…