aboutsummaryrefslogtreecommitdiff
path: root/ssl
AgeCommit message (Expand)AuthorFilesLines
2016-02-04Add new DTLS-SRTP protection profiles from RFC 7714Dmitry Sobinov1-0/+8
2016-02-03GH614: Use memcpy()/strdup() when possibleDmitry-Me1-1/+1
2016-02-03Refactoring BIO: Adapt BIO_s_datagram and all that depends on itRichard Levitte1-5/+9
2016-02-03RT3234: disable compressionEmilia Kasper2-2/+9
2016-02-01constify PACKETEmilia Kasper9-45/+52
2016-02-01unified build scheme: add build.info filesRichard Levitte1-0/+14
2016-01-30Move more BN internals to bn_lcl.hRich Salz1-7/+0
2016-01-29Templatize util/domdRich Salz1-1/+1
2016-01-29Implement Async SSL_shutdownMatt Caswell1-13/+31
2016-01-26Remove /* foo.c */ commentsRich Salz43-43/+0
2016-01-26Add SSL_up_ref() and SSL_CTX_up_ref()Matt Caswell1-0/+10
2016-01-24Move pqueue into sslRich Salz7-12/+253
2016-01-22Fix build failure with CIPHER_DEBUGAlessandro Ghedini1-3/+2
2016-01-20Remove update tagsRich Salz1-6/+1
2016-01-20Handle SSL_shutdown while in init more appropriatelyMatt Caswell3-4/+18
2016-01-20make EVP_PKEY opaqueDr. Stephen Henson6-34/+33
2016-01-19Validate ClientHello session_id field length and send alert on failureAlessandro Ghedini2-5/+13
2016-01-19Support disabling any or all TLS or DTLS versionsViktor Dukhovni2-1/+82
2016-01-19use TLS PRFDr. Stephen Henson1-144/+44
2016-01-19Fix GOST2012-NULL-GOST12Dmitry Belyavsky1-1/+1
2016-01-17Remove some old makefile targetsRich Salz1-12/+0
2016-01-16Better invalid SNI name error handlingViktor Dukhovni1-6/+12
2016-01-16Empty SNI names are not validViktor Dukhovni1-1/+4
2016-01-14Make SSL_set_debug deprecated in 1.1Rich Salz1-0/+10
2016-01-14RT4232: Extra space in help message.Rich Salz2-12/+0
2016-01-14EDH >= 1024 bits even at security level 0Viktor Dukhovni1-2/+9
2016-01-12Move Makefiles to Makefile.inRich Salz2-966/+99
2016-01-12STACK_OF(SSL_COMP) is a public typeViktor Dukhovni1-3/+0
2016-01-12make updateRichard Levitte1-432/+458
2016-01-12Adapt all EVP_CIPHER_CTX users for it becoming opaqueRichard Levitte8-46/+44
2016-01-11GH528: "cipher -v" output is confusing.Rich Salz1-25/+21
2016-01-11Use ossl_inline and DEFINE_LHASH_OFDr. Stephen Henson1-1/+1
2016-01-11Add lh_doall_arg inliningDr. Stephen Henson1-4/+3
2016-01-11Add lh_new() inliningDr. Stephen Henson1-3/+1
2016-01-11Make SSL{_CTX,}_{get,set,clear}_options functionsViktor Dukhovni1-8/+31
2016-01-10Regenerate SSL record/statem error stringsViktor Dukhovni2-128/+15
2016-01-10Allow disabling the min and max versionKurt Roeckx2-0/+6
2016-01-07mem functions cleanupRich Salz3-117/+127
2016-01-07Rename DECLARE*STACK_OF to DEFINE*STACK_OFDr. Stephen Henson1-1/+1
2016-01-07Fix declarations and constification for inline stack.Dr. Stephen Henson7-14/+15
2016-01-05DANE support structures, constructructors and accessorsViktor Dukhovni6-41/+531
2016-01-02Instead of a local hack, implement SIZE_MAX in numbers.h if it's missingRichard Levitte1-5/+2
2016-01-02Protocol version selection and negotiation rewriteViktor Dukhovni14-473/+537
2016-01-02Add support for minimum and maximum protocol versionKurt Roeckx6-23/+204
2016-01-01Fix no-dh.Ben Laurie1-2/+4
2016-01-01remove invalid freeDr. Stephen Henson1-2/+0
2015-12-31Use X509_get0_pubkey where appropriateDr. Stephen Henson4-39/+18
2015-12-30Correct missing prototypeRichard Levitte1-2/+2
2015-12-30SIZE_MAX doesn't exist everywhere, supply an alternativeRichard Levitte1-0/+5
2015-12-30Check for missing DSA parameters.Dr. Stephen Henson1-3/+8