summaryrefslogtreecommitdiff
path: root/ssl/ssl_lib.c
Commit message (Expand)AuthorAgeFilesLines
* Fix no-ec warningMatt Caswell2015-02-271-3/+10
* Re-align some comments after running the reformat script.OpenSSL_1_0_1-post-reformatMatt Caswell2015-01-221-5/+5
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-2676/+2653
* indent has problems with comments that are on the right hand side of a line.Matt Caswell2015-01-221-4/+9
* mark all block comments that need format preserving so thatTim Hudson2015-01-221-1/+2
* Only inherit the session ID context in SSL_set_SSL_CTX if the existingEmilia Kasper2015-01-061-13/+20
* Ensure that the session ID context of an SSL* is updatedAdam Langley2015-01-051-0/+15
* Clear warnings/errors within CIPHER_DEBUG code sectionsRichard Levitte2014-12-171-1/+1
* Fix memory leak in SSL_new if errors occur.Matt Caswell2014-12-081-7/+1
* Remove instances in libssl of the constant 28 (for size of IPv4 header + UDP)Matt Caswell2014-12-031-13/+0
* When processing ClientHello.cipher_suites, don't ignore cipher suitesBodo Moeller2014-10-211-0/+1
* Support TLS_FALLBACK_SCSV.Bodo Moeller2014-10-151-14/+46
* Preserve digests for SNI.Dr. Stephen Henson2014-10-101-2/+13
* Fix SRP ciphersuite DoS vulnerability.Dr. Stephen Henson2014-08-061-0/+5
* Check sk_SSL_CIPHER_num() after assigning sk.Kurt Roeckx2014-05-121-2/+3
* Avoid out-of-bounds write in SSL_get_shared_ciphersGünther Noack2014-05-111-0/+3
* Disable compression for DTLS.Dr. Stephen Henson2013-03-191-1/+3
* Fix for SSL_get_certificateDr. Stephen Henson2013-02-111-3/+1
* ssl/*: fix linking errors with no-srtp.Andy Polyakov2013-02-091-0/+4
* Fix error codes.Dr. Stephen Henson2013-02-041-1/+1
* Minor enhancement to PR#2836 fix. Instead of modifying SSL_get_certificateDr. Stephen Henson2012-09-211-3/+11
* Call OCSP Stapling callback after ciphersuite has been chosen, so theBen Laurie2012-09-171-2/+4
* Reduce version skew.Ben Laurie2012-06-081-1/+1
* Fix for builds without DTLS support.Bodo Möller2012-01-051-0/+2
* SSL export fixes (from Adam Langley).Ben Laurie2011-12-131-5/+6
* Add TLS exporter.Ben Laurie2011-11-151-1/+15
* Add DTLS-SRTP.Ben Laurie2011-11-151-0/+6
* Add Next Protocol Negotiation.Ben Laurie2011-11-131-0/+129
* Don't disable TLS v1.2 by default any more.Dr. Stephen Henson2011-10-091-2/+0
* use client version when eliminating TLS v1.2 ciphersuites in client helloDr. Stephen Henson2011-10-071-1/+1
* fix signed/unsigned warningDr. Stephen Henson2011-09-261-1/+1
* PR: 2602Dr. Stephen Henson2011-09-231-0/+3
* Fix session handling.Bodo Möller2011-09-051-5/+4
* Remove hard coded ecdsaWithSHA1 hack in ssl routines and check for RSADr. Stephen Henson2011-08-141-19/+13
* Add HMAC ECC ciphersuites from RFC5289. Include SHA384 PRF support andDr. Stephen Henson2011-07-251-0/+4
* use TLS1_get_version macro to check version so TLS v1.2 changes don't interfe...Dr. Stephen Henson2011-05-251-2/+2
* add FIPS support to ssl: doesn't do anything on this branch yet as there is n...Dr. Stephen Henson2011-05-191-0/+8
* Backport TLS v1.2 support from HEAD.Dr. Stephen Henson2011-05-111-12/+19
* Initial "opaque SSL" framework. If an application defines OPENSSL_NO_SSL_INTERNDr. Stephen Henson2011-05-111-0/+15
* Add SRP.Ben Laurie2011-03-161-0/+6
* remove duplicate statementDr. Stephen Henson2010-11-181-2/+0
* oops, reinstate TLSv1 stringDr. Stephen Henson2010-11-171-0/+2
* PR: 1833Dr. Stephen Henson2010-08-271-2/+2
* oops, revert previous patchDr. Stephen Henson2010-08-271-9/+21
* PR: 1833Dr. Stephen Henson2010-08-271-21/+9
* PR: 1833Dr. Stephen Henson2010-08-261-7/+19
* Backport TLS v1.1 support from HEAD, ssl/ changesDr. Stephen Henson2010-06-271-2/+4
* Fix warnings (From HEAD, original patch by Ben).Dr. Stephen Henson2010-06-151-13/+2
* OR default SSL_OP_LEGACY_SERVER_CONNECT so existing options are preservedDr. Stephen Henson2010-02-171-1/+1
* Simplify RI+SCSV logic:Dr. Stephen Henson2010-01-071-3/+2