summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_lib.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove ssl_cert_inst()Kurt Roeckx2015-03-151-16/+12
* Merge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_ECRich Salz2015-03-111-14/+4
* Apache Traffic Server has a need to set the rbio without touching the wbio.Matt Caswell2015-02-071-4/+14
* dead code cleanup: #if 0 in sslRich Salz2015-02-061-50/+0
* util/mkstack.pl now generates entire safestack.hRich Salz2015-02-061-4/+0
* Live code cleanup; #if 1 removalRich Salz2015-02-051-2/+0
* Add SSL_get_extms_support documentation.Dr. Stephen Henson2015-02-031-1/+3
* Ctrl to retrieve extms support.Dr. Stephen Henson2015-02-031-0/+5
* Utility function to retrieve handshake hashes.Dr. Stephen Henson2015-02-031-0/+29
* Remove support for opaque-prfRich Salz2015-01-281-2/+0
* OPENSSL_NO_XXX cleanup: OPENSSL_NO_BUF_FREELISTSRich Salz2015-01-271-42/+0
* More comment realignmentmaster-post-reformatMatt Caswell2015-01-221-4/+4
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-2940/+2943
* indent has problems with comments that are on the right hand side of a line.Matt Caswell2015-01-221-4/+9
* RT3548: Remove unsupported platformsRich Salz2015-01-121-4/+0
* Only inherit the session ID context in SSL_set_SSL_CTX if the existingEmilia Kasper2015-01-061-13/+20
* Further comment amendments to preserve formatting prior to source reformatMatt Caswell2015-01-061-1/+2
* Ensure that the session ID context of an SSL* is updatedAdam Langley2015-01-051-0/+15
* Fix building with no-srtpPiotr Sikora2015-01-051-0/+4
* Clear warnings/errors within CIPHER_DEBUG code sectionsRichard Levitte2014-12-171-1/+1
* Add OPENSSL_NO_ECDH guardsMatt Caswell2014-12-161-0/+2
* Fix memory leak in SSL_new if errors occur.Matt Caswell2014-12-081-7/+1
* Remove some unnecessary OPENSSL_FIPS referencesDr. Stephen Henson2014-12-081-2/+0
* Remove SSLv2 supportKurt Roeckx2014-12-041-31/+4
* Remove instances in libssl of the constant 28 (for size of IPv4 header + UDP)Matt Caswell2014-12-031-12/+0
* Copy negotiated parameters in SSL_set_SSL_CTX.Dr. Stephen Henson2014-10-241-2/+15
* When processing ClientHello.cipher_suites, don't ignore cipher suitesBodo Moeller2014-10-211-0/+1
* Support TLS_FALLBACK_SCSV.Bodo Moeller2014-10-151-16/+47
* Custom extension revision.Dr. Stephen Henson2014-08-281-71/+0
* Revision of custom extension code.Dr. Stephen Henson2014-08-151-26/+32
* Remove all RFC5878 code.Dr. Stephen Henson2014-07-041-65/+0
* 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-121-0/+3
* Security framework.Dr. Stephen Henson2014-03-281-2/+63
* Allow return of supported ciphers.Dr. Stephen Henson2014-03-281-4/+28
* Auto DH support.Dr. Stephen Henson2014-03-281-2/+2
* Option to set current cert to server certificate.Dr. Stephen Henson2014-02-211-0/+2
* Add new function SSL_CTX_get_ssl_method().Dr. Stephen Henson2014-01-161-0/+5
* use SSL_kDHE throughout instead of SSL_kEDHDaniel Kahn Gillmor2014-01-091-5/+5
* use SSL_kECDHE throughout instead of SSL_kEECDHDaniel Kahn Gillmor2014-01-091-2/+2
* Verify parameter retrieval functions.Dr. Stephen Henson2013-12-131-0/+10
* New functions to retrieve certificate from SSL_CTXDr. Stephen Henson2013-11-181-3/+17
* Fix compilation with no-nextprotoneg.Piotr Sikora2013-11-141-1/+1
* More cleanup.Ben Laurie2013-09-061-2/+2
* Add callbacks supporting generation and retrieval of supplemental data entrie...Scott Deboy2013-09-061-19/+66
* Make no-ec compilation work.Dr. Stephen Henson2013-08-171-3/+12
* Support ALPN.Adam Langley2013-07-221-1/+87
* Cosmetic touchups.Trevor2013-06-281-6/+8
* Add support for arbitrary TLS extensions.Trevor2013-06-121-0/+83
* Disable compression for DTLS.Dr. Stephen Henson2013-03-191-1/+3