summaryrefslogtreecommitdiffstats
path: root/ssl/statem/statem.c
AgeCommit message (Expand)Author
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