summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
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
2016-01-10Allow disabling the min and max versionKurt Roeckx
2016-01-07mem functions cleanupRich Salz
2016-01-07Rename DECLARE*STACK_OF to DEFINE*STACK_OFDr. Stephen Henson
2016-01-07Fix declarations and constification for inline stack.Dr. Stephen Henson
2016-01-05DANE support structures, constructructors and accessorsViktor Dukhovni
2016-01-02Instead of a local hack, implement SIZE_MAX in numbers.h if it's missingRichard Levitte
2016-01-02Protocol version selection and negotiation rewriteViktor Dukhovni
2016-01-02Add support for minimum and maximum protocol versionKurt Roeckx
2016-01-01Fix no-dh.Ben Laurie
2016-01-01remove invalid freeDr. Stephen Henson
2015-12-31Use X509_get0_pubkey where appropriateDr. Stephen Henson
2015-12-30Correct missing prototypeRichard Levitte
2015-12-30SIZE_MAX doesn't exist everywhere, supply an alternativeRichard Levitte
2015-12-30Check for missing DSA parameters.Dr. Stephen Henson
2015-12-29Convert RSA encrypt to use EVP_PKEYDr. Stephen Henson
2015-12-27Increase the max size limit for a CertificateRequest messageMatt Caswell
2015-12-27Simplify calling of the OCSP callbackMatt Caswell
2015-12-27Ensure we don't call the OCSP callback if resuming a sessionMatt Caswell
2015-12-27Fix error when server does not send CertificateStatus messageMatt Caswell
2015-12-24fix no-ecDr. Stephen Henson
2015-12-23Server side EVP_PKEY DH supportDr. Stephen Henson
2015-12-23utility functionDr. Stephen Henson
2015-12-23EVP_PKEY DH client support.Dr. Stephen Henson
2015-12-23Always generate DH keys for ephemeral DH cipher suites.Dr. Stephen Henson
2015-12-23Remove SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER and SSL_OP_TLS_D5_BUG support.Kurt Roeckx
2015-12-23Memory leak in state machine in error pathTodd Short
2015-12-23Fix inline build failureMatt Caswell
2015-12-22Add ossl_inlineDr. Stephen Henson