summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_locl.h
AgeCommit message (Expand)Author
2015-11-20Make libssl async awareMatt Caswell
2015-11-20Ensure all EVP calls have their returns checked where appropriateMatt Caswell
2015-11-14Don't alow TLS v1.0 ciphersuites for SSLv3Dr. Stephen Henson
2015-11-10Fix SSL_use_certificate_chain_fileMatt Caswell
2015-11-08Replace L suffix with UDr. Stephen Henson
2015-11-08Use uint32_t and int32_t for SSL_CIPHER structure.Dr. Stephen Henson
2015-10-30Remove some SSLv2 referencesMatt Caswell
2015-10-30Make dtls1_link_min_mtu staticMatt Caswell
2015-10-30Move in_handshake into STATEMMatt Caswell
2015-10-30Rename STATEM to OSSL_STATEMMatt Caswell
2015-10-30Move |no_cert_verify| into state machineMatt Caswell
2015-10-30Remove some unused variablesMatt 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-30Remove redundant codeMatt Caswell
2015-10-30Move server side DTLS 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-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
2015-10-30Split ssl3_get_messageMatt Caswell
2015-10-09DTLS: remove unused cookie fieldEmilia Kasper
2015-10-05ssl3_get_client_hello: rearrange logicEmilia Kasper
2015-09-30Change the DEFAULT ciphersuites to exclude DES, RC4 and RC2Matt Caswell
2015-09-23Remove remaining old listen codeMatt Caswell
2015-09-23DTLSv1_listen rewriteMatt Caswell
2015-09-22Remove ssl_put_cipher_by_charEmilia Kasper
2015-09-14Fix PSK identity hint handling.Dr. Stephen Henson
2015-09-07PACKETise ServerHello processingMatt Caswell
2015-08-14ccm8 supportDr. Stephen Henson
2015-08-14CCM support.Dr. Stephen Henson
2015-08-11Remove Gost94 signature algorithm.Rich Salz
2015-08-03Move DTLS CCS processing into the state machineMatt Caswell
2015-08-03Move TLS CCS processing into the state machineMatt Caswell
2015-08-03PACKETise ClientHello processingMatt Caswell
2015-08-03Add initial packet parsing codeMatt Caswell
2015-07-30Extended PSK server support.Dr. Stephen Henson
2015-07-30fields for PSK key, new constantsDr. Stephen Henson
2015-07-27Remove support for SSL3_FLAGS_DELAY_CLIENT_FINISHEDMatt Caswell
2015-07-18Use uint32_t consistently for flags.Dr. Stephen Henson
2015-06-29Use single master secret generation function.Dr. Stephen Henson
2015-06-23Tidy up ssl3_digest_cached_records logic.Dr. Stephen Henson
2015-06-22Remove SESS_CERT entirely.Dr. Stephen Henson