aboutsummaryrefslogtreecommitdiffstats
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* Remove some SSLv2 referencesMatt Caswell2015-10-302-3/+2
* 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 SSL_state_string return strings to start with a TMatt Caswell2015-10-301-23/+23
* 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
* Make dtls1_link_min_mtu staticMatt Caswell2015-10-302-2/+2
* 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-3011-26/+43
* Fix unitialised variable problemMatt Caswell2015-10-301-2/+1
* Fix DTLSv1_listen following state machine changesMatt Caswell2015-10-303-2/+20
* 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-305-26/+26
* Remove SSL_state and SSL_set_stateMatt Caswell2015-10-303-14/+5
* Move |no_cert_verify| into state machineMatt Caswell2015-10-305-11/+12
* Remove extraneous parensMatt Caswell2015-10-301-1/+1
* Change statem prefix to ossl_statemMatt Caswell2015-10-3013-126/+130
* 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
* Remove some unused variablesMatt Caswell2015-10-301-4/+0
* Add a state machine READMEMatt Caswell2015-10-301-0/+63
* More state machine reorgMatt Caswell2015-10-309-1448/+1535
* Reorganise state machine filesMatt Caswell2015-10-3016-1444/+1061
* Remove ssl_get_message from ssl_method_stMatt Caswell2015-10-301-5/+0
* Move PACKET creation into the state machineMatt Caswell2015-10-307-248/+197
* Remove the SSL state variableMatt Caswell2015-10-301-1/+0
* Remove the type variableMatt Caswell2015-10-305-14/+5
* Convert DTLSv1_listen to use new state machine codeMatt Caswell2015-10-301-5/+2
* Redefine old state valuesMatt Caswell2015-10-301-0/+1
* Remove redundant codeMatt Caswell2015-10-3012-2413/+218
* Move server side DTLS to new state machineMatt Caswell2015-10-305-45/+210
* Move server side TLS to new state machineMatt Caswell2015-10-303-27/+720
* Split TLS server functionsMatt Caswell2015-10-305-901/+1110
* Delete unused functionsMatt Caswell2015-10-303-998/+0
* Implement DTLS client move to new state machineMatt Caswell2015-10-307-54/+213
* dtls_get_message changes for state machine moveMatt Caswell2015-10-304-68/+153
* Client TLS state machine rewrite cleanupMatt Caswell2015-10-301-520/+0
* Implement Client TLS state machineMatt Caswell2015-10-307-34/+788
* Split client message reading and writing functionsMatt Caswell2015-10-304-1002/+1279
* Add initial state machine rewrite codeMatt Caswell2015-10-307-2/+891
* Split ssl3_get_messageMatt Caswell2015-10-303-113/+167
* Remove useless codeAlessandro Ghedini2015-10-233-3/+0
* Fix memory leaks and other mistakes on errorsAlessandro Ghedini2015-10-231-0/+1