summaryrefslogtreecommitdiffstats
path: root/ssl/statem/statem.c
AgeCommit message (Expand)Author
2016-09-22Add -Wswitch-enumRich Salz
2016-09-22Fix error message typo, wrong function codeRichard Levitte
2016-09-21Excessive allocation of memory in tls_get_message_header()Matt Caswell
2016-09-16Use switch instead of multiple ifsAlessandro Ghedini
2016-08-18Indent ssl/Emilia Kasper
2016-07-20Fix a few if(, for(, while( inside code.FdaSilvaYY
2016-07-18Fix SSLv3 alert if no Client Ceritifcate sent after a request for oneMatt Caswell
2016-06-03Handle a memory allocation failure in ssl3_init_finished_mac()Matt Caswell
2016-05-20Ensure async IO works with new state machineMatt Caswell
2016-05-20Simplify SSL BIO buffering logicMatt Caswell
2016-05-17Copyright consolidation 01/10Rich Salz
2016-02-05GH601: Various spelling fixes.FdaSilvaYY
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-02Protocol version selection and negotiation rewriteViktor Dukhovni
2015-11-06Fix compilation problems with SCTPMatt 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-30Move in_handshake into STATEMMatt 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 a commentMatt Caswell
2015-10-30More state machine reorgMatt Caswell
2015-10-30Reorganise state machine filesMatt Caswell