summaryrefslogtreecommitdiffstats
path: root/ssl/statem/statem_clnt.c
AgeCommit message (Expand)Author
2016-04-09Make DH opaqueMatt Caswell
2016-04-07Suppress CT callback as appropriateViktor Dukhovni
2016-04-07Fix client verify mode to check SSL_VERIFY_PEERViktor Dukhovni
2016-04-07Fix memory leak on invalid CertificateRequest.David Benjamin
2016-04-04Revert "various spelling fixes"Rich Salz
2016-04-04various spelling fixesFdaSilvaYY
2016-03-27Allow different protocol version when trying to reuse a sessionFedor Indutny
2016-03-20Remove #error from include files.Rich Salz
2016-03-09Add support for minimum and maximum protocol version supported by a cipherKurt Roeckx
2016-03-07Lowercase name of SSL_validate_ct as it is an internal functionRob Percival
2016-03-04Adds CT validation to SSL connectionsRob Percival
2016-02-18Remove outdated DEBUG flags.Rich Salz
2016-02-11Remove static ECDH support.Dr. Stephen Henson
2016-02-01constify PACKETEmilia Kasper
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-20make EVP_PKEY opaqueDr. Stephen Henson
2016-01-07Fix declarations and constification for inline stack.Dr. Stephen Henson
2016-01-02Protocol version selection and negotiation rewriteViktor Dukhovni
2016-01-02Add support for minimum and maximum protocol versionKurt Roeckx
2016-01-01remove invalid freeDr. Stephen Henson
2015-12-31Use X509_get0_pubkey where appropriateDr. 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-27Fix error when server does not send CertificateStatus messageMatt Caswell
2015-12-23EVP_PKEY DH client support.Dr. Stephen Henson
2015-12-23Fix inline build failureMatt Caswell
2015-12-19Remove fixed DH ciphersuites.Dr. Stephen Henson
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz
2015-12-16Use EVP_PKEY for client side EC.Dr. Stephen Henson
2015-12-16Remove ECDH client auth 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-09Fix warnings about unused variables when EC is disabled.Richard Levitte
2015-12-07Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte
2015-12-07Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte
2015-12-05Remove support for all 40 and 56 bit ciphers.Kurt Roeckx
2015-12-04Fix EAP FAST in the new state machineMatt Caswell
2015-11-27Updates to GOST2012Matt Caswell
2015-11-24Use EVP_md5_sha1() to generate client verifyDr. Stephen Henson
2015-11-24Remove RSA exception when processing server key exchange.Dr. Stephen Henson
2015-11-23Patch containing TLS implementation for GOST 2012Dmitry Belyavsky
2015-11-20Ensure all EVP calls have their returns checked where appropriateMatt Caswell
2015-11-14Don't alow TLS v1.0 ciphersuites for SSLv3Dr. Stephen Henson
2015-11-13absent identity hint should be NULLDr. Stephen Henson
2015-11-09Standardise our style for checking malloc failuresMatt Caswell
2015-11-06Don't finish the handshake twiceMatt Caswell
2015-10-30Add SRP and PSK to disallowed CertificateRequest ciphersuitesMatt Caswell
2015-10-30Change snprintf to memcpyMatt Caswell
2015-10-30Add ossl_statem prefix to various functionsMatt Caswell