summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
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
2016-12-08Change TLSEXT_IDX_* values into an enumMatt Caswell
2016-12-08Various style updates following extensions refactorMatt Caswell
2016-12-08Fix travis mixed declarations and code errorMatt Caswell
2016-12-08Fix a memory leakMatt Caswell
2016-12-08Remove some spurious whitespaceMatt Caswell
2016-12-08Split ServerHello extensionsMatt Caswell
2016-12-08Move ServerHello extension parsing into the new extension frameworkMatt Caswell
2016-12-08Avoid repeatedly scanning the list of extensionsMatt Caswell
2016-12-08Simplify ClientHello extension parsingMatt Caswell
2016-12-08Move ALPN processing into an extension finalisation functionMatt Caswell
2016-12-08Provide server side extension init and finalisation functionsMatt Caswell
2016-12-08Add an extension initilisation and finalisation capabilityMatt Caswell
2016-12-08Move client construction of ClientHello extensions into new frameworkMatt Caswell
2016-12-08Move client parsing of ServerHello extensions into new frameworkMatt Caswell
2016-12-08Rename some functionsMatt Caswell
2016-12-08Move ServerHello extension construction into the new extensions frameworkMatt Caswell
2016-12-08Split extensions code into core extensions and server extensions codeMatt Caswell
2016-12-08Add extensions construction supportMatt Caswell
2016-12-08Continue the extensions refactorMatt Caswell
2016-12-08Refactor ClientHello extension parsingMatt Caswell
2016-12-08Verify that extensions are used in the correct contextMatt Caswell
2016-12-08Add some missing extensions to SSL_extension_supported()Matt Caswell
2016-12-08Move tls_collect_extensions() into a separate fileMatt Caswell
2016-12-08Add EncryptedExtensions messageMatt Caswell
2016-12-08Send and Receive a TLSv1.3 format ServerHelloMatt Caswell
2016-12-05Change various repeated wr[someindex]/pkt[someindex] references to a pointerMatt Caswell
2016-12-05Various style fixes from the TLSv1.3 record changes reviewMatt Caswell
2016-12-05Change various repeated rr[someindex] references to a pointerMatt Caswell