summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
2017-01-30Provide a key_share extension finaliserMatt Caswell
2017-01-30Add support for client side parsing of the PSK extensionMatt Caswell
2017-01-30Add support for the age_add fieldMatt Caswell
2017-01-30Construct the client side psk extension for TLSv1.3Matt Caswell
2017-01-30Provide a new WPACKET function for filling in all the lengthsMatt Caswell
2017-01-30Never send a session id in TLS1.3Matt Caswell
2017-01-30Add a TODO around handling of SSL_get_session() and SSL_get1_session()Matt Caswell
2017-01-30Process incoming NewSessionTicket messages on the client sideMatt Caswell
2017-01-30Create the NewSessionTicket message in TLSv1.3Matt Caswell
2017-01-30Add support for the psk_key_exchange_modes extensionMatt Caswell
2017-01-30Move TLSv1.3 Session Ticket processing into the state machineMatt Caswell
2017-01-30Disable requests for renegotiation in TLSv1.3Matt Caswell
2017-01-30Move state machine knowledge out of the record layerMatt Caswell
2017-01-30Remove use of the SSL3_FLAGS_NO_RENEGOTIATE_CIPHERS flagMatt Caswell
2017-01-30ChangeCipherSpec is not allowed in TLSv1.3Matt Caswell
2017-01-28Correct pointer to be freedRichard Levitte
2017-01-26Use correct signature algorithm list when sending or checking.Dr. Stephen Henson
2017-01-26Better check of DH parameters in TLS dataRichard Levitte
2017-01-25Limit the length of the encrypted premaster key.Cory Benfield
2017-01-25Fix memory leaks in the Certificate extensions codeMatt Caswell
2017-01-25Fix a few double ;FdaSilvaYY
2017-01-25Typo, fix a commentFdaSilvaYY
2017-01-25Fix a few misspellings.FdaSilvaYY
2017-01-24Cleanup EVP_CIPH/EP_CTRL duplicate definesTodd Short
2017-01-24Do not overallocate for tmp.ciphers_rawBenjamin Kaduk
2017-01-24Fix SSL_get0_raw_cipherlist()Matt Caswell
2017-01-24Fix a ssl session leak due to OOM in lh_SSL_SESSION_insertBernd Edlinger
2017-01-23Replace div-spoiler hack with simpler codeAndy Polyakov
2017-01-23Add support for key logging callbacks.Cory Benfield
2017-01-23Stop server from expecting Certificate message when not requestedMatt Caswell
2017-01-23Stop client from sending Certificate message when not requestedMatt Caswell
2017-01-23Fix SSL_VERIFY_CLIENT_ONCEMatt Caswell
2017-01-23fix a memory leak in ssl3_generate_key_block fix the error handling in ssl3_c...Bernd Edlinger
2017-01-18If client doesn't send curves list, don't assume all.Rich Salz
2017-01-11Fix compilation with no-nextprotonegMatt Caswell
2017-01-10Fix no-ec following sigalgs refactorMatt Caswell
2017-01-10Fix tls1_set_sigalgs() length calculationMatt Caswell
2017-01-10Add some missing sigalgsMatt Caswell
2017-01-10Fix an uninit read picked up by TravisMatt Caswell
2017-01-10Fix a Travis failureMatt Caswell
2017-01-10Teach SSL_trace about the new sigalgsMatt Caswell
2017-01-10Extend PSS signature support to TLSv1.2Matt Caswell
2017-01-10Always use TLSv1.0 for record layer version in TLSv1.3Matt Caswell
2017-01-10Add a TLS1.3 TODO for setting of sig algsMatt Caswell
2017-01-10Ignore PKCS1 based sig algs in TLSv1.3Matt Caswell
2017-01-10Verify that the sig algs extension has been sent for TLSv1.3Matt Caswell
2017-01-10Fix client application traffic secretMatt Caswell
2017-01-10Temporarily ignore NewSessionTickets for TLS1.3Matt Caswell
2017-01-10Use the correct size for TLSv1.3 finished keysMatt Caswell
2017-01-10Ensure the record sequence number gets incrementedMatt Caswell