aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/ssl_lib.c
Commit message (Expand)AuthorAgeFilesLines
* Change usage of RAND_pseudo_bytes to RAND_bytesMatt Caswell2016-06-271-1/+1
* Fix SSL compression symbol exportingMatt Caswell2016-05-171-2/+2
* Fix ALPNTodd Short2016-04-041-1/+16
* Disable SSLv2 default build, default negotiation and weak ciphers.Viktor Dukhovni2016-03-011-0/+7
* Handle SSL_shutdown while in init more appropriately #2Matt Caswell2016-02-081-1/+6
* Handle SSL_shutdown while in init more appropriatelyMatt Caswell2016-01-201-4/+1
* Set reference count earlierKurt Roeckx2015-11-241-1/+1
* Ensure all EVP calls have their returns checked where appropriateMatt Caswell2015-11-201-2/+5
* Fix DTLS1.2 compressionHiroyuki YAMAMORI2015-09-021-1/+1
* Fix typo setting up certificate masksMatt Caswell2015-05-231-1/+1
* Check sk_SSL_CIPHER_new_null return valueMatt Caswell2015-05-111-2/+6
* Add DTLS to SSL_get_versionDavid Woodhouse2015-03-201-0/+6
* Re-align some comments after running the reformat script.OpenSSL_1_0_2-post-reformatMatt Caswell2015-01-221-5/+5
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-2885/+2871
* indent has problems with comments that are on the right hand side of a line.Matt Caswell2015-01-221-4/+9
* Further comment amendments to preserve formatting prior to source reformatMatt Caswell2015-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
* 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 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-70/+0
* Revision of custom extension code.Dr. Stephen Henson2014-08-281-26/+32
* Remove all RFC5878 code.Dr. Stephen Henson2014-07-041-65/+0
* Remove experimental DANE code.Dr. Stephen Henson2014-06-101-38/+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
* Option to set current cert to server certificate.Dr. Stephen Henson2014-02-231-0/+2
* Fix typo.Ben Laurie2014-02-231-1/+1
* ssl/ssl_cert.c: DANE update.Andy Polyakov2014-02-211-6/+31
* More cleanup.Ben Laurie2014-02-091-2/+2
* Add callbacks supporting generation and retrieval of supplemental data entrie...Scott Deboy2014-02-081-19/+66
* Add new function SSL_CTX_get_ssl_method().Dr. Stephen Henson2014-01-161-0/+5
* 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
* Merge remote-tracking branch 'agl/1.0.2alpn' into agl-alpnBen Laurie2013-10-011-1/+87
|\
| * Support ALPN.Adam Langley2013-09-131-1/+87
* | Use enc_flags when deciding protocol variations.Dr. Stephen Henson2013-09-181-2/+1
|/
* Make no-ec compilation work.Dr. Stephen Henson2013-08-191-3/+12
* Cosmetic touchups.Trevor2013-07-311-6/+8
* Trying cherrypick:Trevor2013-07-031-0/+83
* RFC6689 support: add missing commit (git noob alert).Andy Polyakov2013-05-151-0/+13
* Disable compression for DTLS.Dr. Stephen Henson2013-03-191-1/+3
* Add support for broken protocol tests (backport from master branch)Dr. Stephen Henson2013-01-151-1/+28