summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
2015-12-19Remove fixed DH ciphersuites.Dr. Stephen Henson
2015-12-19delete unused contextDr. Stephen Henson
2015-12-18Remove the "eay" c-file-style indicatorsRichard Levitte
2015-12-17Add SSL_CIPHER_description() for Chacha20/Poly1305Matt Caswell
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz
2015-12-16fix for no-ecDr. Stephen Henson
2015-12-16Use EVP_PKEY for client side EC.Dr. Stephen Henson
2015-12-16Use EVP_PKEY for server EC.Dr. Stephen Henson
2015-12-16Add ECDH/DH utility functions.Dr. Stephen Henson
2015-12-16remove unnecessary key copyDr. Stephen Henson
2015-12-16Remove ECDH client auth code.Dr. Stephen Henson
2015-12-16Remove SSL_OP_SINGLE_ECDH_USE code.Dr. Stephen Henson
2015-12-16Use EC_KEY_key2buf and EC_oct2key in libssl.Dr. Stephen Henson
2015-12-15Fix compile failure with no-srpMatt Caswell
2015-12-13Don't use EC when no-ec.Ben Laurie
2015-12-13fix warningDr. Stephen Henson
2015-12-13remove ancient SSLeay bug workaroundDr. Stephen Henson
2015-12-12Allow ChaCha20-Poly1305 in DTLStjmao
2015-12-12Revert "Allow ChaCha20-Poly1305 in DTLS"Rich Salz
2015-12-11Fix compile failureMatt Caswell
2015-12-11Allow ChaCha20-Poly1305 in DTLSRich Salz
2015-12-11Make no-dh work, plus other no-dh problems found by Richard.Ben Laurie
2015-12-10Ensure |rwstate| is set correctly on BIO_flushMatt Caswell
2015-12-10Fix DTLS handshake fragment retriesMatt Caswell
2015-12-10Add a return value checkMatt Caswell
2015-12-10Configure: make no-chacha and no-poly1305 work.Andy Polyakov
2015-12-10Wire ChaCha20-Poly1305 to TLS.Andy Polyakov
2015-12-09Fix warnings about unused variables when EC is disabled.Richard Levitte
2015-12-09make updateDr. Stephen Henson
2015-12-08update errorsDr. Stephen Henson
2015-12-08Extended master secret fixes and checks.Dr. Stephen Henson
2015-12-07Fix clang complaints about uninitialised variables.Richard Levitte
2015-12-07Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte
2015-12-07Adapt the rest of the source to the removal of (EVP_MD_CTX|HMAC_CTX)_cleanupRichard Levitte
2015-12-07Adapt the rest of the source to the opaque HMAC_CTXRichard Levitte
2015-12-07Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte
2015-12-07Adapt HMAC to the EVP_MD_CTX changesRichard Levitte
2015-12-06Really disable 56-bit (single-DES) ciphersViktor Dukhovni
2015-12-05Remove support for all 40 and 56 bit ciphers.Kurt Roeckx
2015-12-04Remove SSL_{CTX_}set_ecdh_auto() and always enable ECDHKurt Roeckx
2015-12-04Make SSL_{CTX}_set_tmp_ecdh() call SSL_{CTX_}set1_curves()Kurt Roeckx
2015-12-04Remove support for SSL_{CTX_}set_tmp_ecdh_callback().Kurt Roeckx
2015-12-04Fix EAP FAST in the new state machineMatt Caswell
2015-12-04Revert unnecessary SSL_CIPHER_get_bits API changeViktor Dukhovni
2015-12-02Remove legacy sign/verify from EVP_MD.Dr. Stephen Henson
2015-12-01ex_data part 2: doc fixes and CRYPTO_free_ex_index.Rich Salz
2015-11-30Remove GOST special case: handled automatically now.Dr. Stephen Henson
2015-11-30Use digest indices for signature algorithms.Dr. Stephen Henson
2015-11-30For TLS < 1.2 use default digest for client certificateDr. Stephen Henson
2015-11-30Use digest tables for defaults.Dr. Stephen Henson