Skip to content

Instantly share code, notes, and snippets.

@Sp1l
Last active August 29, 2015 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Sp1l/bddf03b5307c9b0ee9e2 to your computer and use it in GitHub Desktop.
Save Sp1l/bddf03b5307c9b0ee9e2 to your computer and use it in GitHub Desktop.
LibreSSL
http://www.openbsd.org/papers/eurobsdcon2014_arc4random/index.html
https://svnweb.freebsd.org/base?view=revision&revision=267379
http://thread.gmane.org/gmane.os.netbsd.bugs/10114
http://www.openbsd.org/papers/eurobsdcon2014-libressl.html
https://github.com/gentoo/libressl/
Replace SSLv23_method with TLSv1_method (but loose support for 1.1 and 1.2)
Libressl removed:
- compression
- SSLv2/3
LibreSSL 2.1.2 added SSL_CTX_use_certificate_chain this conflicts at least with Apache as it has its own function with the same name
http://cvsweb.openbsd.org/cgi-bin/cvsweb/~checkout~/ports/www/apache-httpd/patches/patch-modules_ssl_ssl_util_ssl_c?rev=1.1&content-type=text/plain for solution
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment