aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/ssl_lib.c
Commit message (Expand)AuthorAgeFilesLines
* 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-111-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
* Use enc_flags when deciding protocol variations.Dr. Stephen Henson2013-03-181-2/+1
* fix typo and warningDr. Stephen Henson2012-11-191-2/+2
* new feature: if ctx==NULL in SSL_CTX_ctrl perform syntax checking only for so...Dr. Stephen Henson2012-11-081-0/+14
* If OPENSSL_SSL_DEBUG_BROKEN_PROTOCOL is set allow the use of "SCSV" asDr. Stephen Henson2012-09-301-1/+11
* Add ctrl and utility functions to retrieve raw cipher list sent by client inDr. Stephen Henson2012-09-121-0/+21
* Minor enhancement to PR#2836 fix. Instead of modifying SSL_get_certificateDr. Stephen Henson2012-09-111-8/+0
* Call OCSP Stapling callback after ciphersuite has been chosen, so theBen Laurie2012-09-111-2/+10
* perform sanity checks on server certificate type as soon as it is received in...Dr. Stephen Henson2012-08-311-47/+6
* Add compilation flag to disable certain protocol checks and allow use ofDr. Stephen Henson2012-08-291-0/+17
* Add three Suite B modes to TLS code, supporting RFC6460.Dr. Stephen Henson2012-08-151-4/+4
* Make tls1_check_chain return a set of flags indicating checks passedDr. Stephen Henson2012-07-271-6/+6
* New function ssl_set_client_disabled to set masks for any ciphersuitesDr. Stephen Henson2012-07-181-17/+7
* new function SSL_is_server to which returns 1 is the corresponding SSL contex...Dr. Stephen Henson2012-07-031-0/+5
* Add certificate callback. If set this is called whenever a certificateDr. Stephen Henson2012-06-291-0/+10