summaryrefslogtreecommitdiffstats
path: root/ssl/s3_lib.c
AgeCommit message (Expand)Author
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
2016-08-18Indent ssl/Emilia Kasper
2016-08-17Add missing session id and tlsext_status accessorsRemi Gacogne
2016-08-15Fix no-ecDr. Stephen Henson
2016-08-13Modify TLS support for new X25519 API.Dr. Stephen Henson
2016-08-04Fix cipher support for DTLS1_BAD_VERDavid Woodhouse
2016-07-20Sanity check in ssl_get_algorithm2().Dr. Stephen Henson
2016-07-18Split out PSK preamble and RSA from process CKE codeMatt Caswell
2016-06-23Add checks on sk_TYPE_push() returned resultFdaSilvaYY
2016-06-07Add SSL_CTX_get_tlsext_status_type()Matt Caswell
2016-06-07Return the value of tlsext_status_type in the return not argMatt Caswell
2016-06-07Add SSL_get_tlsext_status_type() methodAlessandro Ghedini
2016-05-17Copyright consolidation 01/10Rich Salz
2016-05-16session tickets: use more sizeofKurt Roeckx
2016-05-16session tickets: Use sizeof() for the various fieldsTJ Saunders
2016-05-16Propagate tlsext_status_type from SSL_CTX to SSLjfigus
2016-05-12Don't use GOST ciphersuites with DTLS.Dmitry Belyavsky
2016-05-05Move 3DES from HIGH to MEDIUMRich Salz
2016-04-28various spelling fixesFdaSilvaYY
2016-04-04Revert "various spelling fixes"Rich Salz
2016-04-04various spelling fixesFdaSilvaYY
2016-03-31RT4458: Fix #ifndef line for GOSTPauli
2016-03-20Remove #error from include files.Rich Salz