summaryrefslogtreecommitdiff
path: root/src/lib/libssl (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Add Copyright and license.schwarze2016-12-011-7/+51
* Add Copyright and license.schwarze2016-12-011-108/+95
* import tlsext documentation from OpenSSLschwarze2016-12-013-1/+464
* Copyright and licenseschwarze2016-12-014-11/+200
* import the parts of OpenSSL SSL_CTX_set_split_send_fragment(3)schwarze2016-12-012-1/+91
* import SSL_CTX_set_read_ahead(3) from OpsenSSL, with considerable tweaksschwarze2016-12-012-1/+133
* Copyright and licenseschwarze2016-12-011-2/+49
* garbage collect PSK remnantsschwarze2016-12-015-279/+3
* Add Copyright and license.schwarze2016-12-011-134/+81
* Add Copyright and license.schwarze2016-12-011-7/+50
* Copyright and licenseschwarze2016-12-012-5/+99
* Add Copyright and license.schwarze2016-11-301-11/+73
* Add Copyright and license.schwarze2016-11-301-35/+58
* Add Copyright and license.schwarze2016-11-301-21/+60
* Copyright and license.schwarze2016-11-302-12/+101
* Add Copyright and license.schwarze2016-11-301-10/+51
* Add Copyright and license.schwarze2016-11-301-19/+66
* Add Copyright and license.schwarze2016-11-301-7/+51
* import SSL_CTX_set_alpn_select_cb(3) from OpenSSLschwarze2016-11-302-1/+266
* Copyright and licenseschwarze2016-11-302-6/+101
* Add Copyright and license.schwarze2016-11-301-6/+53
* Add Copyright and license.schwarze2016-11-301-6/+49
* Purge some SSLv2 and SSLv3 stuff that no longer exists.schwarze2016-11-301-57/+11
* Add Copyright and license.schwarze2016-11-301-54/+164
* Add Copyright and license.schwarze2016-11-301-14/+85
* Add Copyright and license.schwarze2016-11-301-5/+49
* Import the relevant parts of SSL_CTX_get0_param(3) from OpenSSL.schwarze2016-11-302-1/+90
* Copyright and licenseschwarze2016-11-302-4/+99
* Add Copyright and license.schwarze2016-11-301-5/+49
* Add Copyright and license.schwarze2016-11-301-4/+51
* Add Copyright and license.schwarze2016-11-301-15/+84
* Replace all of the text by a deprecation notice:schwarze2016-11-291-49/+29
* Add Copyright and license.schwarze2016-11-291-67/+99
* The OpenSSL file doc/man3/PEM_read_CMS.pod contains parts belongingschwarze2016-11-282-1/+137
* Import the DTLSv1_listen(3) manual from OpenSSL,schwarze2016-11-212-1/+188
* Convert ssl3_get_client_kex_dhe() to CBS and perform some general codejsing2016-11-171-38/+29
* Use defines instead of magic numbers and comments.jsing2016-11-171-5/+3
* Add Copyright and license.schwarze2016-11-141-13/+93
* Disable ec assembly for amd64 pending fixes for ssh, and bumpbeck2016-11-111-2/+2
* When using an union including a type known for having strong alignmentmiod2016-11-081-7/+15
* Remove unused SSLv3 from ssl3_cbc_record_digest_supported().jsing2016-11-063-77/+33
* Split ssl3_get_client_key_exchange() into separate per algorithm functions.jsing2016-11-061-320/+388
* Remove pointless check - without fixed ECDH, there is only one way to reachjsing2016-11-061-8/+1
* Split out the DHE and ECDHE code paths fromjsing2016-11-061-203/+221
* Adjust cipher suite strengths - move MD5 to LOW, RC4 to LOW and 3DES tojsing2016-11-061-13/+13
* Remove the single IDEA cipher suite. There is no good reason to supportjsing2016-11-063-29/+3
* unifdef -m -UOPENSSL_NO_CHACHA -UOPENSSL_NO_POLY1305jsing2016-11-062-6/+2
* remove unused variablebcook2016-11-061-6/+3
* One of the error paths would attempt to access not-yet-initialized locals.miod2016-11-051-2/+2
* Do a partial CBB conversion of ssl3_send_server_key_exchange(), which willjsing2016-11-051-52/+67