summaryrefslogtreecommitdiffstats
path: root/ssl/statem/statem_lib.c
AgeCommit message (Expand)Author
2016-03-27Allow different protocol version when trying to reuse a sessionFedor Indutny
2016-03-09Deprecate the use of version-specific methodsKurt Roeckx
2016-03-09Add support for minimum and maximum protocol version supported by a cipherKurt Roeckx
2016-03-09Add ssl_get_client_min_max_version() functionKurt Roeckx
2016-02-12Move brace outside #ifdefViktor Dukhovni
2016-02-11Simplify ssl_cert_type() by taking advantage of X509_get0_pubkeyViktor Dukhovni
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-20make EVP_PKEY opaqueDr. Stephen Henson
2016-01-19Support disabling any or all TLS or DTLS versionsViktor Dukhovni
2016-01-10Allow disabling the min and max versionKurt Roeckx
2016-01-02Protocol version selection and negotiation rewriteViktor Dukhovni
2015-12-19Remove fixed DH ciphersuites.Dr. Stephen Henson
2015-11-27Updates to GOST2012Matt Caswell
2015-11-23Patch containing TLS implementation for GOST 2012Dmitry Belyavsky
2015-11-06Remove some redundant assignmentsMatt Caswell
2015-11-06Don't finish the handshake twiceMatt Caswell
2015-10-30Remove superfluous checkMatt Caswell
2015-10-30Convert enums to typedefsMatt Caswell
2015-10-30Change statem prefix to ossl_statemMatt Caswell
2015-10-30More state machine reorgMatt Caswell
2015-10-30Reorganise state machine filesMatt Caswell