summaryrefslogtreecommitdiffstats
path: root/ssl/t1_lib.c
AgeCommit message (Expand)Author
2016-11-13Remove heartbeat supportRichard Levitte
2016-11-10Rename the Elliptic Curves extension to supported_groupsMatt Caswell
2016-11-09Address some supported_versions review commentsMatt Caswell
2016-11-09Address some review feedback comments for supported_versionsMatt Caswell
2016-11-09Add server side support for supported_versions extensionMatt Caswell
2016-11-09Add the ability to send the supported_versions extensionMatt Caswell
2016-11-09Make some CLIENTHELLO_MSG function arguments constMatt Caswell
2016-11-09Update a commentMatt Caswell
2016-11-09Add some function documentation and update some existing commentsMatt Caswell
2016-11-09Improve some comment documentation following the extensions refactorMatt Caswell
2016-11-09Fix various style issues in the extension parsing refactorMatt Caswell
2016-11-09Refactor ClientHello processing so that extensions get parsed earlierMatt 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-04Update misc function params in libssl for size_tMatt Caswell
2016-11-04Convert session_id_length and sid_ctx_len to size_tMatt Caswell
2016-11-02Add the SSL_METHOD for TLSv1.3 and all other base changes requiredMatt Caswell
2016-10-17Add SSL_OP_NO_ENCRYPT_THEN_MACDavid Woodhouse
2016-10-02Rename ssl_set_handshake_header2()Matt Caswell
2016-10-02Remove ssl_set_handshake_header()Matt Caswell
2016-10-02Remove the tls12_get_sigandhash_old() functionMatt Caswell
2016-09-29Remove tls12_copy_sigalgs_old()Matt Caswell
2016-09-29Fix a bug in the construction of the ClienHello SRTP extensionMatt Caswell
2016-09-29Fix heartbeat compilation errorMatt Caswell
2016-09-29Convert ServerHello construction to WPACKETMatt Caswell
2016-09-28Fix a bug in Renegotiation extension constructionMatt Caswell
2016-09-22Fix a mem leak in NPN handlingMatt Caswell
2016-09-22Fix OCSP Status Request extension unbounded memory growthMatt Caswell
2016-09-20Convert WPACKET_put_bytes to use convenience macrosMatt Caswell
2016-09-20Style tweaks following review feedbackMatt Caswell
2016-09-20Convert ClientVerify Construction to WPACKETMatt Caswell
2016-09-14Fix OCSP_RESPID processing bug introduced by WPACKET changesMatt Caswell
2016-09-14Add a WPACKET_sub_allocate_bytes() functionMatt Caswell
2016-09-13Fix a few style nits in the wpacket codeMatt Caswell
2016-09-13Address WPACKET review commentsMatt Caswell
2016-09-13Add WPACKET_sub_memcpy() functionMatt 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-23Sanity check ticket length.Dr. Stephen Henson
2016-08-18Indent ssl/Emilia Kasper
2016-08-13Modify TLS support for new X25519 API.Dr. Stephen Henson
2016-07-19Fix two bugs in clienthello processingEmilia Kasper
2016-06-29SpellingFdaSilvaYY
2016-06-22Spelling... and more spellingFdaSilvaYY
2016-06-18Useless header include of openssl/rand.hFdaSilvaYY
2016-06-14Fix commentMatt Caswell
2016-06-09Fix session ticket and SNITodd Short
2016-05-23remove encrypt then mac ifdefsDr. Stephen Henson
2016-05-17Copyright consolidation 01/10Rich Salz