aboutsummaryrefslogtreecommitdiff
path: root/ssl/ssl_locl.h
AgeCommit message (Expand)AuthorFilesLines
2015-12-10Wire ChaCha20-Poly1305 to TLS.Andy Polyakov1-0/+1
2015-12-08Extended master secret fixes and checks.Dr. Stephen Henson1-2/+3
2015-12-05Remove support for all 40 and 56 bit ciphers.Kurt Roeckx1-72/+9
2015-12-04Remove SSL_{CTX_}set_ecdh_auto() and always enable ECDHKurt Roeckx1-4/+0
2015-12-04Make SSL_{CTX}_set_tmp_ecdh() call SSL_{CTX_}set1_curves()Kurt Roeckx1-1/+0
2015-12-04Remove support for SSL_{CTX_}set_tmp_ecdh_callback().Kurt Roeckx1-2/+0
2015-11-30Use digest indices for signature algorithms.Dr. Stephen Henson1-1/+3
2015-11-30Use digest tables for defaults.Dr. Stephen Henson1-0/+1
2015-11-27PRF and handshake hash revision.Dr. Stephen Henson1-27/+40
2015-11-25Remove unused cert_verify_mac codeDr. Stephen Henson1-5/+0
2015-11-24Use EVP_md5_sha1() to generate client verifyDr. Stephen Henson1-0/+1
2015-11-23Patch containing TLS implementation for GOST 2012Dmitry Belyavsky1-4/+21
2015-11-20Make libssl async awareMatt Caswell1-0/+4
2015-11-20Ensure all EVP calls have their returns checked where appropriateMatt Caswell1-9/+9
2015-11-14Don't alow TLS v1.0 ciphersuites for SSLv3Dr. Stephen Henson1-2/+2
2015-11-10Fix SSL_use_certificate_chain_fileMatt Caswell1-0/+6
2015-11-08Replace L suffix with UDr. Stephen Henson1-62/+62
2015-11-08Use uint32_t and int32_t for SSL_CIPHER structure.Dr. Stephen Henson1-19/+19
2015-10-30Remove some SSLv2 referencesMatt Caswell1-1/+1
2015-10-30Make dtls1_link_min_mtu staticMatt Caswell1-1/+0
2015-10-30Move in_handshake into STATEMMatt Caswell1-2/+1
2015-10-30Rename STATEM to OSSL_STATEMMatt Caswell1-1/+1
2015-10-30Move |no_cert_verify| into state machineMatt Caswell1-3/+0
2015-10-30Remove some unused variablesMatt Caswell1-4/+0
2015-10-30More state machine reorgMatt Caswell1-63/+0
2015-10-30Reorganise state machine filesMatt Caswell1-99/+5
2015-10-30Remove ssl_get_message from ssl_method_stMatt Caswell1-5/+0
2015-10-30Move PACKET creation into the state machineMatt Caswell1-16/+18
2015-10-30Remove the SSL state variableMatt Caswell1-1/+0
2015-10-30Remove the type variableMatt Caswell1-3/+2
2015-10-30Remove redundant codeMatt Caswell1-75/+6
2015-10-30Move server side DTLS to new state machineMatt Caswell1-0/+1
2015-10-30Split TLS server functionsMatt Caswell1-0/+10
2015-10-30Delete unused functionsMatt Caswell1-15/+0
2015-10-30Implement DTLS client move to new state machineMatt Caswell1-1/+4
2015-10-30dtls_get_message changes for state machine moveMatt Caswell1-0/+1
2015-10-30Implement Client TLS state machineMatt Caswell1-1/+9
2015-10-30Split client message reading and writing functionsMatt Caswell1-1/+37
2015-10-30Add initial state machine rewrite codeMatt Caswell1-0/+137
2015-10-30Split ssl3_get_messageMatt Caswell1-0/+2
2015-10-09DTLS: remove unused cookie fieldEmilia Kasper1-2/+1
2015-10-05ssl3_get_client_hello: rearrange logicEmilia Kasper1-4/+4
2015-09-30Change the DEFAULT ciphersuites to exclude DES, RC4 and RC2Matt Caswell1-1/+4
2015-09-23Remove remaining old listen codeMatt Caswell1-2/+0
2015-09-23DTLSv1_listen rewriteMatt Caswell1-0/+9
2015-09-22Remove ssl_put_cipher_by_charEmilia Kasper1-2/+3
2015-09-14Fix PSK identity hint handling.Dr. Stephen Henson1-1/+4
2015-09-07PACKETise ServerHello processingMatt Caswell1-5/+3
2015-08-14ccm8 supportDr. Stephen Henson1-1/+3
2015-08-14CCM support.Dr. Stephen Henson1-1/+3