summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
2016-02-09Updates for auto init/deinit review commentsMatt Caswell
2016-02-09Update build.info files for auto-init/de-initMatt Caswell
2016-02-09Add an OPENSSL_NO_AUTOERRINIT optionMatt Caswell
2016-02-09Auto init/de-init libsslMatt Caswell
2016-02-09Provide framework for auto initialise/deinitialise of the libraryMatt Caswell
2016-02-08Suppress DANE TLSA reflection when verification failsViktor Dukhovni
2016-02-08Deprecate undocumented SSL_cache_hit().Dr. Stephen Henson
2016-02-08Handle SSL_shutdown while in init more appropriately #2Matt Caswell
2016-02-06Add SSL_get0_verified_chain() to return verified chain of peerDr. Stephen Henson
2016-02-05Add tests for DTLSv1_listenMatt Caswell
2016-02-05Provide partial support for fragmented DTLS ClientHellosMatt Caswell
2016-02-05GH601: Various spelling fixes.FdaSilvaYY
2016-02-05Make DTLSv1_listen a first class function and change its typeMatt Caswell
2016-02-05Restore -no_comp switch for backwards compatible behaviourViktor Dukhovni
2016-02-04Add new DTLS-SRTP protection profiles from RFC 7714Dmitry Sobinov
2016-02-03GH614: Use memcpy()/strdup() when possibleDmitry-Me
2016-02-03Refactoring BIO: Adapt BIO_s_datagram and all that depends on itRichard Levitte
2016-02-03RT3234: disable compressionEmilia Kasper
2016-02-01constify PACKETEmilia Kasper
2016-02-01unified build scheme: add build.info filesRichard Levitte
2016-01-30Move more BN internals to bn_lcl.hRich Salz
2016-01-29Templatize util/domdRich Salz
2016-01-29Implement Async SSL_shutdownMatt Caswell
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-26Add SSL_up_ref() and SSL_CTX_up_ref()Matt Caswell
2016-01-24Move pqueue into sslRich Salz
2016-01-22Fix build failure with CIPHER_DEBUGAlessandro Ghedini
2016-01-20Remove update tagsRich Salz
2016-01-20Handle SSL_shutdown while in init more appropriatelyMatt Caswell
2016-01-20make EVP_PKEY opaqueDr. Stephen Henson
2016-01-19Validate ClientHello session_id field length and send alert on failureAlessandro Ghedini
2016-01-19Support disabling any or all TLS or DTLS versionsViktor Dukhovni
2016-01-19use TLS PRFDr. Stephen Henson
2016-01-19Fix GOST2012-NULL-GOST12Dmitry Belyavsky
2016-01-17Remove some old makefile targetsRich Salz
2016-01-16Better invalid SNI name error handlingViktor Dukhovni
2016-01-16Empty SNI names are not validViktor Dukhovni
2016-01-14Make SSL_set_debug deprecated in 1.1Rich Salz
2016-01-14RT4232: Extra space in help message.Rich Salz
2016-01-14EDH >= 1024 bits even at security level 0Viktor Dukhovni
2016-01-12Move Makefiles to Makefile.inRich Salz
2016-01-12STACK_OF(SSL_COMP) is a public typeViktor Dukhovni
2016-01-12make updateRichard Levitte
2016-01-12Adapt all EVP_CIPHER_CTX users for it becoming opaqueRichard Levitte
2016-01-11GH528: "cipher -v" output is confusing.Rich Salz
2016-01-11Use ossl_inline and DEFINE_LHASH_OFDr. Stephen Henson
2016-01-11Add lh_doall_arg inliningDr. Stephen Henson
2016-01-11Add lh_new() inliningDr. Stephen Henson
2016-01-11Make SSL{_CTX,}_{get,set,clear}_options functionsViktor Dukhovni
2016-01-10Regenerate SSL record/statem error stringsViktor Dukhovni