summaryrefslogtreecommitdiffstats
path: root/ssl/s3_lib.c
AgeCommit message (Expand)Author
2017-04-03New certificate_authorities functionsDr. Stephen Henson
2017-03-24Move the downgrade sentinel declarations to a header fileMatt Caswell
2017-03-24Add server side support for TLSv1.3 downgrade mechanismMatt Caswell
2017-02-28Remove some commented out code in libsslMatt Caswell
2017-02-28Remove some #if 0 code in ssl, crypto/bioTodd Short
2017-02-24Tidy up certificate type handling.Dr. Stephen Henson
2017-02-23Add more first-class support for SCSVSBenjamin Kaduk
2017-02-21fix spelling of Camellia in commentPauli
2017-02-15Use CERT_PKEY pointer instead of indexDr. Stephen Henson
2017-02-15Use cert_index and sigalgDr. Stephen Henson
2017-02-08Add remaining TLS1.3 ciphersuitesDr. Stephen Henson
2017-02-02Initialise alg_k and alg_aRichard Levitte
2017-02-02Don't filter TLS 1.3 ciphersuites by signing or key exchange algorithmDr. Stephen Henson
2017-02-02Update cipher definitionDr. Stephen Henson
2017-01-31Store table entry to peer signature algorithm.Dr. Stephen Henson
2017-01-30Make sure we free and cleanse the pms value in all code pathsMatt Caswell
2017-01-30Move the SSL3_CK_CIPHERSUITE_FLAG out of public headerMatt Caswell
2017-01-30Miscellaneous style tweaks based on feedback receivedMatt Caswell
2017-01-30Implement server side of PSK extension constructionMatt Caswell
2017-01-30Construct the client side psk extension for 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-09Review commentsRich Salz
2017-01-09Move extension data into sub-structsRich Salz
2016-11-23Update state machine to be closer to TLS1.3Matt Caswell
2016-11-16Start using the key_share data to derive the PMSMatt Caswell
2016-11-15Revert "Remove heartbeats completely"Richard Levitte
2016-11-15Remove heartbeats completelyRichard Levitte
2016-11-13Remove heartbeat supportRichard Levitte
2016-11-10Rename the Elliptic Curves extension to supported_groupsMatt Caswell
2016-11-04Rename all "read" variables with "readbytes"Matt Caswell
2016-11-04Fix misc size_t issues causing Windows warnings in 64 bitMatt Caswell
2016-11-04Fix some missed size_t updatesMatt Caswell
2016-11-04Convert some libssl local functions to size_tMatt Caswell
2016-11-04Convert master_secret_size code to size_tMatt Caswell
2016-11-04Convert libssl writing for size_tMatt Caswell
2016-11-04Further libssl size_t-ify of readingMatt Caswell
2016-11-02Add the SSL_METHOD for TLSv1.3 and all other base changes requiredMatt Caswell
2016-10-03Harmonise setting the header and closing constructionMatt Caswell
2016-10-02Rename ssl_set_handshake_header2()Matt Caswell
2016-10-02Remove ssl_set_handshake_header()Matt Caswell
2016-09-29Convert CertificateRequest construction to WPACKETMatt Caswell
2016-09-29Delete some unneeded codeMatt Caswell
2016-09-20Convert WPACKET_put_bytes to use convenience macrosMatt Caswell
2016-09-13Address WPACKET review commentsMatt Caswell
2016-09-13Move from explicit sub-packets to implicit onesMatt Caswell
2016-09-13Rename PACKETW to WPACKETMatt Caswell
2016-09-13Convert tls_construct_client_hello() to use PACKETWMatt Caswell
2016-08-24Put DES into "not default" category.Rich Salz
2016-08-24To avoid SWEET32 attack, move 3DES to weakRich Salz