aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/s3_lib.c
Commit message (Expand)AuthorAgeFilesLines
* Add more first-class support for SCSVSBenjamin Kaduk2017-02-231-2/+28
* fix spelling of Camellia in commentPauli2017-02-211-2/+2
* Use CERT_PKEY pointer instead of indexDr. Stephen Henson2017-02-151-2/+2
* Use cert_index and sigalgDr. Stephen Henson2017-02-151-5/+3
* Add remaining TLS1.3 ciphersuitesDr. Stephen Henson2017-02-081-1/+64
* Initialise alg_k and alg_aRichard Levitte2017-02-021-1/+1
* Don't filter TLS 1.3 ciphersuites by signing or key exchange algorithmDr. Stephen Henson2017-02-021-23/+28
* Update cipher definitionDr. Stephen Henson2017-02-021-2/+1
* Store table entry to peer signature algorithm.Dr. Stephen Henson2017-01-311-13/+3
* Make sure we free and cleanse the pms value in all code pathsMatt Caswell2017-01-301-3/+1
* Move the SSL3_CK_CIPHERSUITE_FLAG out of public headerMatt Caswell2017-01-301-1/+1
* Miscellaneous style tweaks based on feedback receivedMatt Caswell2017-01-301-1/+1
* Implement server side of PSK extension constructionMatt Caswell2017-01-301-0/+3
* Construct the client side psk extension for TLSv1.3Matt Caswell2017-01-301-14/+18
* Move state machine knowledge out of the record layerMatt Caswell2017-01-301-5/+13
* Remove use of the SSL3_FLAGS_NO_RENEGOTIATE_CIPHERS flagMatt Caswell2017-01-301-3/+0
* Review commentsRich Salz2017-01-091-1/+1
* Move extension data into sub-structsRich Salz2017-01-091-70/+72
* Update state machine to be closer to TLS1.3Matt Caswell2016-11-231-5/+16
* Start using the key_share data to derive the PMSMatt Caswell2016-11-161-4/+4
* Revert "Remove heartbeats completely"Richard Levitte2016-11-151-0/+7
* Remove heartbeats completelyRichard Levitte2016-11-151-7/+0
* Remove heartbeat supportRichard Levitte2016-11-131-15/+0
* Rename the Elliptic Curves extension to supported_groupsMatt Caswell2016-11-101-21/+22
* Rename all "read" variables with "readbytes"Matt Caswell2016-11-041-9/+9
* Fix misc size_t issues causing Windows warnings in 64 bitMatt Caswell2016-11-041-4/+6
* Fix some missed size_t updatesMatt Caswell2016-11-041-2/+2
* Convert some libssl local functions to size_tMatt Caswell2016-11-041-1/+1
* Convert master_secret_size code to size_tMatt Caswell2016-11-041-13/+13
* Convert libssl writing for size_tMatt Caswell2016-11-041-2/+3
* Further libssl size_t-ify of readingMatt Caswell2016-11-041-10/+12
* Add the SSL_METHOD for TLSv1.3 and all other base changes requiredMatt Caswell2016-11-021-0/+15
* Harmonise setting the header and closing constructionMatt Caswell2016-10-031-0/+4
* Rename ssl_set_handshake_header2()Matt Caswell2016-10-021-8/+2
* Remove ssl_set_handshake_header()Matt Caswell2016-10-021-12/+0
* Convert CertificateRequest construction to WPACKETMatt Caswell2016-09-291-23/+19
* Delete some unneeded codeMatt Caswell2016-09-291-20/+0
* Convert WPACKET_put_bytes to use convenience macrosMatt Caswell2016-09-201-2/+2
* Address WPACKET review commentsMatt Caswell2016-09-131-1/+1
* Move from explicit sub-packets to implicit onesMatt Caswell2016-09-131-2/+2
* Rename PACKETW to WPACKETMatt Caswell2016-09-131-7/+7
* Convert tls_construct_client_hello() to use PACKETWMatt Caswell2016-09-131-1/+39
* Put DES into "not default" category.Rich Salz2016-08-241-11/+11
* To avoid SWEET32 attack, move 3DES to weakRich Salz2016-08-241-0/+18
* Indent ssl/Emilia Kasper2016-08-181-75/+73
* Add missing session id and tlsext_status accessorsRemi Gacogne2016-08-171-0/+8
* Fix no-ecDr. Stephen Henson2016-08-151-23/+34
* Modify TLS support for new X25519 API.Dr. Stephen Henson2016-08-131-5/+16
* Fix cipher support for DTLS1_BAD_VERDavid Woodhouse2016-08-041-88/+88
* Sanity check in ssl_get_algorithm2().Dr. Stephen Henson2016-07-201-1/+4