summaryrefslogtreecommitdiff
path: root/ssl/t1_lib.c
Commit message (Expand)AuthorAgeFilesLines
* Add SSL_OP_NO_ENCRYPT_THEN_MACDavid Woodhouse2017-10-051-3/+6
* Reorder extensions to put SigAlgs lastTodd Short2017-08-161-26/+33
* Fix gcc-7 warnings about missing fall thru comments.Bernd Edlinger2017-07-141-0/+2
* Don't fail the connection in SSLv3 if server selects ECDHEMatt Caswell2017-06-211-4/+16
* Allow an ALPN callback to pretend to not existBenjamin Kaduk2017-04-111-0/+3
* More typo fixesFdaSilvaYY2017-03-301-4/+4
* Avoid questionable use of the value of a pointer that refers to spaceBernd Edlinger2017-03-101-1/+2
* Add some more consistency checks in tls_decrypt_ticket.Bernd Edlinger2017-02-221-0/+5
* Don't change the state of the ETM flags until CCS processingMatt Caswell2017-02-161-6/+6
* Use TLSEXT_KEYNAME_LENGTH in tls_decrypt_ticket.Bernd Edlinger2017-02-141-2/+2
* Majority rules, use session_ctx vs initial_ctxTodd Short2017-02-051-9/+9
* Use correct signature algorithm list when sending or checking.Dr. Stephen Henson2017-01-261-6/+6
* If client doesn't send curves list, don't assume all.Rich Salz2017-01-181-60/+14
* Implement length checks as a macroMatt Caswell2016-10-281-28/+34
* Ensure we have length checks for all extensionsMatt Caswell2016-10-281-53/+179
* Fix length check writing status request extensionMatt Caswell2016-10-281-1/+8
* Disable encrypt_then_mac negotiation for DTLS.David Woodhouse2016-10-201-3/+12
* 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
* 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
* Changes to DEFAULT curvesRich Salz2016-03-041-24/+8
* Refactor ClientHello extension parsingEmilia Kasper2016-03-031-275/+238
* TLS support for X25519Dr. Stephen Henson2016-02-281-2/+8