Questions tagged [libressl]

LibreSSL is a version of the TLS/SSL protocol forked from OpenSSL.

LibreSSL is a version of the //crypto stack forked from in 2014.

External Links:

50 questions
0
votes
0 answers

Bad decrypt error whenever I open a shell

I am using macOS version 10.13.5 and whenever I open a new shell I get this error printed to shell: bad decrypt 140735978677192:error:06065064:digital envelope routines:EVP_DecryptFinal_ex:bad…
Saeed Mohtasham
  • 1,057
  • 11
  • 24
0
votes
1 answer

Build php 7 using libressl

In Alpine 3.5 the default is LibreSSL. How can I compile php 7.0.xx using libressl instead of openssl? P.S. I know that you can install OpenSSL, but I still need curl-dev and postgresql-dev where LibreSSL is required, and a shared installation is…
Nabari
  • 11
  • 3
0
votes
1 answer

libtls: select() and tls_read() working together

I want to add an ssl support to an old chat application I wrote years ago. I did a lot of reading on OpenSSL and LibreSSL and I decided to try a new libtls API. I think developers did a really great job on this one. I found it to be very easy to use…
0
votes
1 answer

Testing for LibreSSL in a Perl build script

I released Net::NSCAng::Client a while ago and am getting a lot of test failures on OpenBSD. The reason for that is that the NSCAng protocol uses OpenSSL in preshared-key mode (RFC4279), something the folks at LibreSSL (default on OpenBSD now) have…
mbethke
  • 927
  • 8
  • 18
-1
votes
1 answer

Nginx ALPN Support - Online test are correct?

I'm checking ALPN support on NGINX with latest libressl 2.5.3. I think I have all correctly setup, but when I try to test from: https://tools.keycdn.com/http2-test Tell me : Yeah! DOMAIN supports HTTP/2.0 "ALPN is not supported" Instead when I try…
1 2 3
4