aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/statem
Commit message (Expand)AuthorAgeFilesLines
* make EVP_PKEY opaqueDr. Stephen Henson2016-01-203-21/+20
* Validate ClientHello session_id field length and send alert on failureAlessandro Ghedini2016-01-191-0/+12
* Support disabling any or all TLS or DTLS versionsViktor Dukhovni2016-01-191-0/+22
* Adapt all EVP_CIPHER_CTX users for it becoming opaqueRichard Levitte2016-01-122-12/+14
* Allow disabling the min and max versionKurt Roeckx2016-01-101-0/+5
* Fix declarations and constification for inline stack.Dr. Stephen Henson2016-01-072-5/+5
* Protocol version selection and negotiation rewriteViktor Dukhovni2016-01-024-336/+422
* Add support for minimum and maximum protocol versionKurt Roeckx2016-01-022-19/+86
* remove invalid freeDr. Stephen Henson2016-01-011-2/+0
* Use X509_get0_pubkey where appropriateDr. Stephen Henson2015-12-312-23/+11
* 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-271-1/+1
* Fix error when server does not send CertificateStatus messageMatt Caswell2015-12-271-21/+29
* fix no-ecDr. Stephen Henson2015-12-241-2/+2
* Server side EVP_PKEY DH supportDr. Stephen Henson2015-12-231-40/+55
* EVP_PKEY DH client support.Dr. Stephen Henson2015-12-231-57/+32
* Always generate DH keys for ephemeral DH cipher suites.Dr. Stephen Henson2015-12-231-14/+3
* Remove SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER and SSL_OP_TLS_D5_BUG support.Kurt Roeckx2015-12-231-10/+4
* Memory leak in state machine in error pathTodd Short2015-12-231-1/+1
* Fix inline build failureMatt Caswell2015-12-231-2/+2
* Remove fixed DH ciphersuites.Dr. Stephen Henson2015-12-193-145/+37
* delete unused contextDr. Stephen Henson2015-12-191-2/+0
* Remove the "eay" c-file-style indicatorsRichard Levitte2015-12-181-1/+1
* Rename some BUF_xxx to OPENSSL_xxxRich Salz2015-12-162-7/+5
* Use EVP_PKEY for client side EC.Dr. Stephen Henson2015-12-161-82/+42
* Use EVP_PKEY for server EC.Dr. Stephen Henson2015-12-161-54/+27
* remove unnecessary key copyDr. Stephen Henson2015-12-161-18/+1
* Remove ECDH client auth code.Dr. Stephen Henson2015-12-162-106/+27
* Remove SSL_OP_SINGLE_ECDH_USE code.Dr. Stephen Henson2015-12-161-42/+17
* Use EC_KEY_key2buf and EC_oct2key in libssl.Dr. Stephen Henson2015-12-162-89/+15
* Fix compile failure with no-srpMatt Caswell2015-12-151-1/+7
* fix warningDr. Stephen Henson2015-12-131-1/+0
* remove ancient SSLeay bug workaroundDr. Stephen Henson2015-12-131-8/+3
* Allow ChaCha20-Poly1305 in DTLStjmao2015-12-121-2/+2
* Revert "Allow ChaCha20-Poly1305 in DTLS"Rich Salz2015-12-121-2/+2
* Allow ChaCha20-Poly1305 in DTLSRich Salz2015-12-111-2/+2
* Make no-dh work, plus other no-dh problems found by Richard.Ben Laurie2015-12-111-2/+2
* Ensure |rwstate| is set correctly on BIO_flushMatt Caswell2015-12-101-1/+5
* Fix DTLS handshake fragment retriesMatt Caswell2015-12-101-20/+44
* Fix warnings about unused variables when EC is disabled.Richard Levitte2015-12-091-2/+5
* Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte2015-12-073-16/+15
* Adapt the rest of the source to the opaque HMAC_CTXRichard Levitte2015-12-071-9/+8
* Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte2015-12-072-33/+51
* Adapt HMAC to the EVP_MD_CTX changesRichard Levitte2015-12-071-1/+1
* Remove support for all 40 and 56 bit ciphers.Kurt Roeckx2015-12-052-240/+24
* Remove SSL_{CTX_}set_ecdh_auto() and always enable ECDHKurt Roeckx2015-12-041-21/+6
* Make SSL_{CTX}_set_tmp_ecdh() call SSL_{CTX_}set1_curves()Kurt Roeckx2015-12-041-1/+1
* Remove support for SSL_{CTX_}set_tmp_ecdh_callback().Kurt Roeckx2015-12-041-6/+0
* Fix EAP FAST in the new state machineMatt Caswell2015-12-041-0/+13