aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix various error codesMatt Caswell2015-10-303-40/+42
* 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
* Remove the old state definesMatt Caswell2015-10-303-121/+1
* 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-307-25/+16
* 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
* Don't depend on SSL structure internalsMatt Caswell2015-10-301-2/+2
* Change HANDSHAKE_STATE to OSSL_HANDSHAKE_STATEMatt Caswell2015-10-305-12/+12
* Fix some client side transition logicMatt Caswell2015-10-301-50/+76
* Minor documentation tweakMatt Caswell2015-10-301-1/+3
* Update CHANGESMatt Caswell2015-10-301-0/+12
* Remove a call to SSL_set_state from s_serverMatt Caswell2015-10-301-7/+19
* 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
* make updateMatt Caswell2015-10-301-0/+3
* More state machine reorgMatt Caswell2015-10-309-1448/+1535
* Reorganise state machine filesMatt Caswell2015-10-3018-1447/+1066
* Remove ssl_get_message from ssl_method_stMatt Caswell2015-10-301-5/+0
* Move PACKET creation into the state machineMatt Caswell2015-10-308-248/+199
* 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-303-91/+98
* Remove redundant codeMatt Caswell2015-10-3014-2421/+279
* Move server side DTLS to new state machineMatt Caswell2015-10-306-45/+211
* Move server side TLS to new state machineMatt Caswell2015-10-304-27/+721
* Split TLS server functionsMatt Caswell2015-10-306-901/+1122
* Delete unused functionsMatt Caswell2015-10-303-998/+0
* Implement DTLS client move to new state machineMatt Caswell2015-10-308-54/+214
* dtls_get_message changes for state machine moveMatt Caswell2015-10-305-68/+154
* 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-305-1002/+1295
* Add initial state machine rewrite codeMatt Caswell2015-10-308-2/+893
* Split ssl3_get_messageMatt Caswell2015-10-304-113/+169
* BN_GF2m_mod_inv(): check bn_wexpand return valuePascal Cuoq2015-10-291-3/+6
* Remove SSLeay history, etc., from docsRich Salz2015-10-28156-1110/+68
* Remove HAMC_cleanupRich Salz2015-10-272-8/+1
* Move crypto/threads to demo/threadsRich Salz2015-10-266-0/+987
* Probably fix travis (wine build).Ben Laurie2015-10-251-9/+9
* Improve make depend.Ben Laurie2015-10-244-18/+30
* Fix undeclared variable warnings.Ben Laurie2015-10-248-19/+24
* Remove useless codeAlessandro Ghedini2015-10-2319-120/+6