summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
2015-11-02Remove a reachable assert from ssl3_write_bytesMatt Caswell
2015-11-02Remove an OPENSSL_assert which could failMatt Caswell
2015-11-02Remove a trivially true OPENSSL_assertMatt Caswell
2015-10-30Remove some SSLv2 referencesMatt 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 SSL_state_string return strings to start with a TMatt 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-30Make dtls1_link_min_mtu staticMatt 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-30Remove extraneous parensMatt 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-30Remove some unused variablesMatt Caswell
2015-10-30Add a state machine READMEMatt Caswell
2015-10-30More state machine reorgMatt Caswell
2015-10-30Reorganise state machine filesMatt Caswell
2015-10-30Remove ssl_get_message from ssl_method_stMatt Caswell
2015-10-30Move PACKET creation into the state machineMatt Caswell
2015-10-30Remove the SSL state variableMatt Caswell
2015-10-30Remove the type variableMatt Caswell
2015-10-30Convert DTLSv1_listen to use new state machine codeMatt Caswell
2015-10-30Redefine old state valuesMatt Caswell
2015-10-30Remove redundant codeMatt Caswell
2015-10-30Move server side DTLS to new state machineMatt Caswell
2015-10-30Move server side TLS to new state machineMatt Caswell
2015-10-30Split TLS server functionsMatt Caswell
2015-10-30Delete unused functionsMatt Caswell
2015-10-30Implement DTLS client move to new state machineMatt Caswell
2015-10-30dtls_get_message changes for state machine moveMatt Caswell
2015-10-30Client TLS state machine rewrite cleanupMatt Caswell
2015-10-30Implement Client TLS state machineMatt Caswell
2015-10-30Split client message reading and writing functionsMatt Caswell
2015-10-30Add initial state machine rewrite codeMatt Caswell