summaryrefslogtreecommitdiff
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* Move more BN internals to bn_lcl.hRich Salz2016-01-301-7/+0
* Templatize util/domdRich Salz2016-01-291-1/+1
* Implement Async SSL_shutdownMatt Caswell2016-01-291-13/+31
* Remove /* foo.c */ commentsRich Salz2016-01-2643-43/+0
* Add SSL_up_ref() and SSL_CTX_up_ref()Matt Caswell2016-01-261-0/+10
* Move pqueue into sslRich Salz2016-01-247-12/+253
* Fix build failure with CIPHER_DEBUGAlessandro Ghedini2016-01-221-3/+2
* Remove update tagsRich Salz2016-01-201-6/+1
* Handle SSL_shutdown while in init more appropriatelyMatt Caswell2016-01-203-4/+18
* make EVP_PKEY opaqueDr. Stephen Henson2016-01-206-34/+33
* Validate ClientHello session_id field length and send alert on failureAlessandro Ghedini2016-01-192-5/+13
* Support disabling any or all TLS or DTLS versionsViktor Dukhovni2016-01-192-1/+82
* use TLS PRFDr. Stephen Henson2016-01-191-144/+44
* Fix GOST2012-NULL-GOST12Dmitry Belyavsky2016-01-191-1/+1
* Remove some old makefile targetsRich Salz2016-01-171-12/+0
* Better invalid SNI name error handlingViktor Dukhovni2016-01-161-6/+12
* Empty SNI names are not validViktor Dukhovni2016-01-161-1/+4
* Make SSL_set_debug deprecated in 1.1Rich Salz2016-01-141-0/+10
* RT4232: Extra space in help message.Rich Salz2016-01-142-12/+0
* EDH >= 1024 bits even at security level 0Viktor Dukhovni2016-01-141-2/+9
* Move Makefiles to Makefile.inRich Salz2016-01-122-966/+99
* STACK_OF(SSL_COMP) is a public typeViktor Dukhovni2016-01-121-3/+0
* make updateRichard Levitte2016-01-121-432/+458
* Adapt all EVP_CIPHER_CTX users for it becoming opaqueRichard Levitte2016-01-128-46/+44
* GH528: "cipher -v" output is confusing.Rich Salz2016-01-111-25/+21
* Use ossl_inline and DEFINE_LHASH_OFDr. Stephen Henson2016-01-111-1/+1
* Add lh_doall_arg inliningDr. Stephen Henson2016-01-111-4/+3
* Add lh_new() inliningDr. Stephen Henson2016-01-111-3/+1
* Make SSL{_CTX,}_{get,set,clear}_options functionsViktor Dukhovni2016-01-111-8/+31
* Regenerate SSL record/statem error stringsViktor Dukhovni2016-01-102-128/+15
* Allow disabling the min and max versionKurt Roeckx2016-01-102-0/+6
* mem functions cleanupRich Salz2016-01-073-117/+127
* Rename DECLARE*STACK_OF to DEFINE*STACK_OFDr. Stephen Henson2016-01-071-1/+1
* Fix declarations and constification for inline stack.Dr. Stephen Henson2016-01-077-14/+15
* DANE support structures, constructructors and accessorsViktor Dukhovni2016-01-056-41/+531
* Instead of a local hack, implement SIZE_MAX in numbers.h if it's missingRichard Levitte2016-01-021-5/+2
* Protocol version selection and negotiation rewriteViktor Dukhovni2016-01-0214-473/+537
* Add support for minimum and maximum protocol versionKurt Roeckx2016-01-026-23/+204
* Fix no-dh.Ben Laurie2016-01-011-2/+4
* remove invalid freeDr. Stephen Henson2016-01-011-2/+0
* Use X509_get0_pubkey where appropriateDr. Stephen Henson2015-12-314-39/+18
* Correct missing prototypeRichard Levitte2015-12-301-2/+2
* SIZE_MAX doesn't exist everywhere, supply an alternativeRichard Levitte2015-12-301-0/+5
* Check for missing DSA parameters.Dr. Stephen Henson2015-12-301-3/+8
* Convert RSA encrypt to use EVP_PKEYDr. Stephen Henson2015-12-291-9/+22
* Increase the max size limit for a CertificateRequest messageMatt Caswell2015-12-271-1/+5
* Simplify calling of the OCSP callbackMatt Caswell2015-12-272-22/+5
* Ensure we don't call the OCSP callback if resuming a sessionMatt Caswell2015-12-271-1/+1
* Fix error when server does not send CertificateStatus messageMatt Caswell2015-12-272-26/+34
* fix no-ecDr. Stephen Henson2015-12-243-21/+8