summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
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
2017-01-10Remove some unneeded functionsMatt Caswell
2017-01-10Use NIDs instead of the old TLSv1.2 sigalgs hash and sig idsMatt Caswell
2017-01-10Remove a redundant functionMatt 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-10Add a TODO(TLS1.3) around certificate selectionMatt Caswell
2017-01-10Mark a HelloRequest record as read if we ignore itMatt Caswell
2017-01-09Review commentsRich Salz
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-06Fix a double blank line style issueMatt Caswell
2017-01-06Initialise the al variableMatt Caswell
2017-01-06Update SSL_trace to understand TLSv1.3 CertificatesMatt 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
2017-01-04Don't build OCSP stuff when OCSP is disabledRichard Levitte
2016-12-29Fix compilation with no-ecMatt Caswell
2016-12-29Fix extension for various no- optionsMatt Caswell
2016-12-29Fix the EC point formats extensionMatt Caswell
2016-12-19Fix erroneous goto lableRichard Levitte
2016-12-19Fix memory leak in tls_parse_stoc_key_shareKurt Roeckx
2016-12-12Fix a leak in SSL_clear()Matt Caswell
2016-12-08Only call memcpy when the length is larger than 0.Kurt Roeckx
2016-12-08Fix the declaration of tls_parse_extension in statem_locl.hMatt Caswell
2016-12-08Fix a travis failureMatt Caswell
2016-12-08Fix make update issuesMatt Caswell
2016-12-08Fix more style issues following extensions refactor feedbackMatt Caswell
2016-12-08Introduce TLSEXT_STATUSTYPE_nothing constantMatt Caswell