aboutsummaryrefslogtreecommitdiffstats
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* Suppress DANE TLSA reflection when verification failsViktor Dukhovni2016-02-081-2/+2
* Deprecate undocumented SSL_cache_hit().Dr. Stephen Henson2016-02-082-4/+1
* Handle SSL_shutdown while in init more appropriately #2Matt Caswell2016-02-083-25/+12
* Add SSL_get0_verified_chain() to return verified chain of peerDr. Stephen Henson2016-02-063-2/+21
* Add tests for DTLSv1_listenMatt Caswell2016-02-051-10/+13
* Provide partial support for fragmented DTLS ClientHellosMatt Caswell2016-02-051-6/+20
* GH601: Various spelling fixes.FdaSilvaYY2016-02-051-2/+2
* Make DTLSv1_listen a first class function and change its typeMatt Caswell2016-02-052-28/+24
* Restore -no_comp switch for backwards compatible behaviourViktor Dukhovni2016-02-051-1/+3
* Add new DTLS-SRTP protection profiles from RFC 7714Dmitry Sobinov2016-02-041-0/+8
* GH614: Use memcpy()/strdup() when possibleDmitry-Me2016-02-031-1/+1
* Refactoring BIO: Adapt BIO_s_datagram and all that depends on itRichard Levitte2016-02-031-5/+9
* RT3234: disable compressionEmilia Kasper2016-02-032-2/+9
* constify PACKETEmilia Kasper2016-02-019-45/+52
* unified build scheme: add build.info filesRichard Levitte2016-02-011-0/+14
* 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