aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/t1_lib.c
Commit message (Expand)AuthorAgeFilesLines
* Add SSL_OP_NO_ENCRYPT_THEN_MACDavid Woodhouse2016-10-171-5/+9
* Rename ssl_set_handshake_header2()Matt Caswell2016-10-021-3/+3
* Remove ssl_set_handshake_header()Matt Caswell2016-10-021-3/+0
* Remove the tls12_get_sigandhash_old() functionMatt Caswell2016-10-021-23/+0
* Remove tls12_copy_sigalgs_old()Matt Caswell2016-09-291-20/+0
* Fix a bug in the construction of the ClienHello SRTP extensionMatt Caswell2016-09-291-2/+5
* Fix heartbeat compilation errorMatt Caswell2016-09-291-0/+1
* Convert ServerHello construction to WPACKETMatt Caswell2016-09-291-113/+88
* Fix a bug in Renegotiation extension constructionMatt Caswell2016-09-281-2/+4
* Fix a mem leak in NPN handlingMatt Caswell2016-09-221-0/+5
* Fix OCSP Status Request extension unbounded memory growthMatt Caswell2016-09-221-7/+16
* Convert WPACKET_put_bytes to use convenience macrosMatt Caswell2016-09-201-30/+30
* Style tweaks following review feedbackMatt Caswell2016-09-201-1/+2
* Convert ClientVerify Construction to WPACKETMatt Caswell2016-09-201-1/+25
* Fix OCSP_RESPID processing bug introduced by WPACKET changesMatt Caswell2016-09-141-1/+1
* Add a WPACKET_sub_allocate_bytes() functionMatt Caswell2016-09-141-19/+12
* Fix a few style nits in the wpacket codeMatt Caswell2016-09-131-0/+1
* Address WPACKET review commentsMatt Caswell2016-09-131-20/+19
* Add WPACKET_sub_memcpy() functionMatt Caswell2016-09-131-21/+9
* Move from explicit sub-packets to implicit onesMatt Caswell2016-09-131-73/+60
* Rename PACKETW to WPACKETMatt Caswell2016-09-131-95/+95
* Convert tls_construct_client_hello() to use PACKETWMatt Caswell2016-09-131-224/+266
* Sanity check ticket length.Dr. Stephen Henson2016-08-231-3/+7
* Indent ssl/Emilia Kasper2016-08-181-92/+89
* Modify TLS support for new X25519 API.Dr. Stephen Henson2016-08-131-11/+8
* Fix two bugs in clienthello processingEmilia Kasper2016-07-191-52/+35
* SpellingFdaSilvaYY2016-06-291-1/+1
* Spelling... and more spellingFdaSilvaYY2016-06-221-1/+1
* Useless header include of openssl/rand.hFdaSilvaYY2016-06-181-1/+0
* Fix commentMatt Caswell2016-06-141-2/+1
* Fix session ticket and SNITodd Short2016-06-091-0/+3
* remove encrypt then mac ifdefsDr. Stephen Henson2016-05-231-12/+0
* Copyright consolidation 01/10Rich Salz2016-05-171-107/+6
* Use AES256 for the default encryption algoritm for TLS session ticketsTJ Saunders2016-05-161-1/+1
* session tickets: Use sizeof() for the various fieldsTJ Saunders2016-05-161-3/+5
* Fix NPN protocol name list validationKazuki Yamaguchi2016-05-161-3/+3
* Don't send signature algorithms when client_version is below TLS 1.2.David Benjamin2016-05-091-1/+1
* various spelling fixesFdaSilvaYY2016-04-281-8/+9
* Fix no-ocsp on Windows (and probably VMS)Matt Caswell2016-04-211-0/+2
* Rename some lowercase API'sRich Salz2016-04-181-2/+2
* Make DH opaqueMatt Caswell2016-04-091-6/+9
* Fix no-ocspMatt Caswell2016-04-061-6/+10
* Revert "various spelling fixes"Rich Salz2016-04-041-9/+8
* various spelling fixesFdaSilvaYY2016-04-041-8/+9
* Fix ALPN - more fixesTodd Short2016-03-201-6/+9
* Remove #error from include files.Rich Salz2016-03-201-7/+3
* Ensure that memory allocated for the ticket is freedMatt Caswell2016-03-181-0/+1
* Add support for minimum and maximum protocol version supported by a cipherKurt Roeckx2016-03-091-14/+27
* GH787: Fix ALPNTodd Short2016-03-081-24/+53
* Adds CT validation to SSL connectionsRob Percival2016-03-041-0/+33