aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/statem
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte2015-12-073-16/+15
* Adapt the rest of the source to the opaque HMAC_CTXRichard Levitte2015-12-071-9/+8
* Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte2015-12-072-33/+51
* Adapt HMAC to the EVP_MD_CTX changesRichard Levitte2015-12-071-1/+1
* Remove support for all 40 and 56 bit ciphers.Kurt Roeckx2015-12-052-240/+24
* Remove SSL_{CTX_}set_ecdh_auto() and always enable ECDHKurt Roeckx2015-12-041-21/+6
* Make SSL_{CTX}_set_tmp_ecdh() call SSL_{CTX_}set1_curves()Kurt Roeckx2015-12-041-1/+1
* Remove support for SSL_{CTX_}set_tmp_ecdh_callback().Kurt Roeckx2015-12-041-6/+0
* Fix EAP FAST in the new state machineMatt Caswell2015-12-041-0/+13
* For TLS < 1.2 use default digest for client certificateDr. Stephen Henson2015-11-301-3/+9
* Updates to GOST2012Matt Caswell2015-11-273-19/+23
* Use EVP_md5_sha1() to process client verifyDr. Stephen Henson2015-11-241-130/+44
* Use EVP_md5_sha1() to generate client verifyDr. Stephen Henson2015-11-241-140/+37
* Remove RSA exception when generating server key exchange.Dr. Stephen Henson2015-11-241-37/+0
* Remove RSA exception when processing server key exchange.Dr. Stephen Henson2015-11-241-66/+20
* Patch containing TLS implementation for GOST 2012Dmitry Belyavsky2015-11-233-48/+103
* Fix uninitialised variableMatt Caswell2015-11-201-0/+1
* Ensure all EVP calls have their returns checked where appropriateMatt Caswell2015-11-202-52/+86
* Don't alow TLS v1.0 ciphersuites for SSLv3Dr. Stephen Henson2015-11-141-0/+3
* absent identity hint should be NULLDr. Stephen Henson2015-11-131-1/+4
* Standardise our style for checking malloc failuresMatt Caswell2015-11-093-9/+28
* Fix compilation problems with SCTPMatt Caswell2015-11-062-4/+4
* Remove some redundant assignmentsMatt Caswell2015-11-061-3/+0
* Don't finish the handshake twiceMatt Caswell2015-11-063-15/+1
* Add SRP and PSK to disallowed CertificateRequest ciphersuitesMatt Caswell2015-10-302-3/+4
* Remove the inline keywordMatt Caswell2015-10-301-2/+2
* Remove superfluous checkMatt Caswell2015-10-301-1/+1
* Change snprintf to memcpyMatt Caswell2015-10-302-9/+8
* Add ossl_statem prefix to various functionsMatt Caswell2015-10-304-52/+52
* Convert enums to typedefsMatt Caswell2015-10-307-94/+83
* Fix a bogus clang warningMatt Caswell2015-10-301-1/+1
* Fix empty NewSessionTicket processingMatt Caswell2015-10-301-1/+1
* Fix uninitialised variableMatt Caswell2015-10-301-4/+6
* Fix various error codesMatt Caswell2015-10-302-38/+40
* Move in_handshake into STATEMMatt Caswell2015-10-302-4/+22
* Fix unitialised variable problemMatt Caswell2015-10-301-2/+1
* Fix DTLSv1_listen following state machine changesMatt Caswell2015-10-302-0/+15
* Add a function to get the info_callbackMatt Caswell2015-10-301-12/+13
* Change SUB_STATE_RETURN into a typedefMatt Caswell2015-10-301-6/+6
* Rename STATEM to OSSL_STATEMMatt Caswell2015-10-304-25/+25
* Remove SSL_state and SSL_set_stateMatt Caswell2015-10-301-10/+1
* Move |no_cert_verify| into state machineMatt Caswell2015-10-303-7/+12
* Change statem prefix to ossl_statemMatt Caswell2015-10-305-80/+80
* Change HANDSHAKE_STATE to OSSL_HANDSHAKE_STATEMatt Caswell2015-10-302-3/+3
* Fix some client side transition logicMatt Caswell2015-10-301-50/+76
* Fix a commentMatt Caswell2015-10-301-1/+1
* Add a state machine READMEMatt Caswell2015-10-301-0/+63
* More state machine reorgMatt Caswell2015-10-307-1381/+1530
* Reorganise state machine filesMatt Caswell2015-10-306-0/+10192