-
It appears that with OpenBSD 7.5 (which uses LibreSSL 3.9.0), Net::SSLeay fails to build. After a bit of research, I've discovered that that's because LibreSSL 3.9.0 dropped support for `EVP_add_diges…
-
After [Heartbleed](https://heartbleed.com/) event, the OpenSSL project lost credibility in relation to code security measures (memory-safety).
Forks were created and LibreSSL/BoringSSL came, with b…
-
support for libressl
k2662 updated
1 month ago
-
Downloading latest data snapshot from 'https://static.biomes.gg/biomes_data_snapshot.tar.gz' to '/var/folders/9b/v1kcqtcs26xfrwb1wmw8v7j80000gn/T/tmph_13__t1/biomes_data_snapshot.tar.gz'...
% Total…
sab4a updated
17 hours ago
-
So I'm not sure if I'm doing something incorrectly, but I can't really figure out, so I came with this reproducible example.
Consider we have a C file:
```c
#include
int main()
{
printf("He…
ghost updated
3 weeks ago
-
I have read these issues:
- https://github.com/nginxinc/docker-nginx/issues/485
- https://github.com/nginxinc/docker-nginx/issues/867
and think that most people now think, that this dockerized …
-
Add LibreSSL support:
- http://www.libressl.org/
- http://opensslrampage.org/
- http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/
-
Hi,
Thanks for enabling providing openssl-compatible library for Amiga!
I have a question regarding portability. Why openssl was chosen as a base when this implementation exists: https://github.co…
-
Python developers decided to require OpenSSL version 1.1.1 API. This [PEP](https://peps.python.org/pep-0644/#libressl-support) has details on what cryptography functions required workarounds from the …
-
Hello!
Does anyone have any ideas for making folly compile with LibreSSL instead of OpenSSL? The main culprit seems to be ASN1_TIME_diff in OpenSSLCertUtils.cpp, LibreSSL doesn't have that definition…