summaryrefslogtreecommitdiffstats
path: root/ssl/statem
AgeCommit message (Expand)Author
2017-01-30Miscellaneous style tweaks based on feedback receivedMatt Caswell
2017-01-30Ensure the al variable is properly ininitialised in all code pathsMatt Caswell
2017-01-30Ensure the age_add variable is properly initialisedMatt Caswell
2017-01-30Always ensure that session->cipher is setMatt Caswell
2017-01-30Use the correct session resumption mechanismMatt Caswell
2017-01-30Move session version consistency checkMatt Caswell
2017-01-30Set the kex modes on the client too.Matt Caswell
2017-01-30Implement server side of PSK extension constructionMatt Caswell
2017-01-30Implement Server side of PSK extension parsingMatt Caswell
2017-01-30Make sure we also cleanse the finished keyMatt Caswell
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-30Never send a session id in TLS1.3Matt 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-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-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-25Fix memory leaks in the Certificate extensions codeMatt Caswell
2017-01-25Fix a few double ;FdaSilvaYY
2017-01-25Typo, fix a commentFdaSilvaYY
2017-01-24Do not overallocate for tmp.ciphers_rawBenjamin Kaduk
2017-01-24Fix SSL_get0_raw_cipherlist()Matt Caswell
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-10Fix an uninit read picked up by TravisMatt Caswell
2017-01-10Extend PSS signature support to TLSv1.2Matt Caswell
2017-01-10Verify that the sig algs extension has been sent for TLSv1.3Matt Caswell
2017-01-10Use NIDs instead of the old TLSv1.2 sigalgs hash and sig idsMatt Caswell
2017-01-10Convert Sigalgs processing to use intsMatt Caswell
2017-01-10Sign CertificateVerify messages using PSS paddingMatt Caswell
2017-01-10Make CertificateVerify TLS1.3 awareMatt Caswell
2017-01-10Move Certificate Verify construction and processing into statem_lib.cMatt Caswell
2017-01-09Use typedefs for PSK, NPN, ALPN callback functionsRich Salz
2017-01-09Move extension data into sub-structsRich Salz
2017-01-06Fix various style issues following feedbackMatt Caswell
2017-01-06Rename the chain variable to chainidxMatt Caswell
2017-01-06Initialise the al variableMatt Caswell
2017-01-06Implement TLSv1.3 style CertificateStatusMatt Caswell
2017-01-06Create Certificate messages in TLS1.3 formatMatt Caswell
2017-01-06Extends extension parsing to take the CertificateMatt Caswell
2017-01-06Extend tls_construct_extensions() to enable passing of a certificateMatt Caswell