summaryrefslogtreecommitdiffstats
path: root/ssl/statem/statem_lib.c
AgeCommit message (Expand)Author
2018-03-27Update copyright yearMatt Caswell
2018-03-21Don't wait for dry at the end of a handshakeMatt Caswell
2018-02-09Don't calculate the Finished MAC twiceMatt Caswell
2016-11-07Always ensure that init_msg is initialised for a CCSMatt Caswell
2016-09-21Excessive allocation of memory in tls_get_message_header()Matt Caswell
2016-08-22Fix DTLS buffered message DoS attackMatt Caswell
2016-08-18Indent ssl/Emilia Kasper
2016-08-17Constify ssl_cert_type()Dr. Stephen Henson
2016-08-17Convert X509* functions to use const gettersDr. Stephen Henson
2016-08-04Make DTLS1_BAD_VER work with DTLS_client_method()David Woodhouse
2016-07-20Fix a few if(, for(, while( inside code.FdaSilvaYY
2016-07-15check return values for EVP_Digest*() APIsDr. Stephen Henson
2016-06-29Whitespace cleanup in ssl folderFdaSilvaYY
2016-06-18Useless header include of openssl/rand.hFdaSilvaYY
2016-05-20Tighten up logic around ChangeCipherSpec.David Benjamin
2016-05-18Ensure verify error is set when X509_verify_cert() failsViktor Dukhovni
2016-05-17Copyright consolidation 01/10Rich Salz
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