summaryrefslogtreecommitdiffstats
path: root/ssl/statem
AgeCommit message (Expand)Author
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-11-30For TLS < 1.2 use default digest for client certificateDr. Stephen Henson
2015-11-27Updates to GOST2012Matt Caswell
2015-11-24Use EVP_md5_sha1() to process client verifyDr. Stephen Henson
2015-11-24Use EVP_md5_sha1() to generate client verifyDr. Stephen Henson
2015-11-24Remove RSA exception when generating server key exchange.Dr. 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-20Fix uninitialised variableMatt Caswell
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-06Fix compilation problems with SCTPMatt Caswell
2015-11-06Remove some redundant assignmentsMatt Caswell
2015-11-06Don't finish the handshake twiceMatt Caswell
2015-10-30Add SRP and PSK to disallowed CertificateRequest ciphersuitesMatt Caswell
2015-10-30Remove the inline keywordMatt Caswell
2015-10-30Remove superfluous checkMatt Caswell
2015-10-30Change snprintf to memcpyMatt Caswell
2015-10-30Add ossl_statem prefix to various functionsMatt Caswell
2015-10-30Convert enums to typedefsMatt Caswell
2015-10-30Fix a bogus clang warningMatt Caswell
2015-10-30Fix empty NewSessionTicket processingMatt Caswell
2015-10-30Fix uninitialised variableMatt Caswell
2015-10-30Fix various error codesMatt Caswell
2015-10-30Move in_handshake into STATEMMatt Caswell
2015-10-30Fix unitialised variable problemMatt Caswell
2015-10-30Fix DTLSv1_listen following state machine changesMatt Caswell
2015-10-30Add a function to get the info_callbackMatt Caswell
2015-10-30Change SUB_STATE_RETURN into a typedefMatt Caswell
2015-10-30Rename STATEM to OSSL_STATEMMatt Caswell
2015-10-30Remove SSL_state and SSL_set_stateMatt Caswell
2015-10-30Move |no_cert_verify| into state machineMatt Caswell
2015-10-30Change statem prefix to ossl_statemMatt Caswell
2015-10-30Change HANDSHAKE_STATE to OSSL_HANDSHAKE_STATEMatt Caswell
2015-10-30Fix some client side transition logicMatt Caswell
2015-10-30Fix a commentMatt Caswell
2015-10-30Add a state machine READMEMatt Caswell
2015-10-30More state machine reorgMatt Caswell
2015-10-30Reorganise state machine filesMatt Caswell