summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_lib.c
AgeCommit message (Expand)Author
2018-11-10Fix 'no-ecdh' buildDr. Matthias St. Pierre
2018-08-14Update copyright yearMatt Caswell
2018-05-02Fix SSL_get_shared_ciphers()Matt Caswell
2017-12-08Standardize syntax around sizeof(foo)Rich Salz
2017-11-01Fix weak digest in TLS 1.2 with SNI.David Benjamin
2017-06-21Add documentation for the SSL_export_keying_material() functionMatt Caswell
2017-05-10Copy custom extension flags in a call to SSL_set_SSL_CTX()Matt Caswell
2017-02-13Don't read uninitialised data for short session IDs.David Benjamin
2017-01-10Fix error handling in SSL_CTX_newBernd Edlinger
2016-08-26Fix SSL_export_keying_material() for DTLS1_BAD_VERDavid Woodhouse
2016-06-27Change usage of RAND_pseudo_bytes to RAND_bytesMatt Caswell
2016-05-17Fix SSL compression symbol exportingMatt Caswell
2016-04-04Fix ALPNTodd Short
2016-03-01Disable SSLv2 default build, default negotiation and weak ciphers.Viktor Dukhovni
2016-02-08Handle SSL_shutdown while in init more appropriately #2Matt Caswell
2016-01-20Handle SSL_shutdown while in init more appropriatelyMatt Caswell
2015-11-24Set reference count earlierKurt Roeckx
2015-11-20Ensure all EVP calls have their returns checked where appropriateMatt Caswell
2015-09-02Fix DTLS1.2 compressionHiroyuki YAMAMORI
2015-05-23Fix typo setting up certificate masksMatt Caswell
2015-05-11Check sk_SSL_CIPHER_new_null return valueMatt Caswell
2015-03-20Add DTLS to SSL_get_versionDavid Woodhouse
2015-01-22Re-align some comments after running the reformat script.OpenSSL_1_0_2-post-reformatMatt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22indent has problems with comments that are on the right hand side of a line.Matt Caswell
2015-01-22Further comment amendments to preserve formatting prior to source reformatMatt Caswell
2015-01-06Only inherit the session ID context in SSL_set_SSL_CTX if the existingEmilia Kasper
2015-01-05Ensure that the session ID context of an SSL* is updatedAdam Langley
2015-01-05Fix building with no-srtpPiotr Sikora
2014-12-17Clear warnings/errors within CIPHER_DEBUG code sectionsRichard Levitte
2014-12-16Add OPENSSL_NO_ECDH guardsMatt Caswell
2014-12-08Fix memory leak in SSL_new if errors occur.Matt Caswell
2014-12-03Remove instances in libssl of the constant 28 (for size of IPv4 header + UDP)Matt Caswell
2014-10-24Copy negotiated parameters in SSL_set_SSL_CTX.Dr. Stephen Henson
2014-10-21When processing ClientHello.cipher_suites, don't ignore cipher suitesBodo Moeller
2014-10-15Support TLS_FALLBACK_SCSV.Bodo Moeller
2014-08-28Custom extension revision.Dr. Stephen Henson
2014-08-28Revision of custom extension code.Dr. Stephen Henson
2014-07-04Remove all RFC5878 code.Dr. Stephen Henson
2014-06-10Remove experimental DANE code.Dr. Stephen Henson
2014-05-12Check sk_SSL_CIPHER_num() after assigning sk.Kurt Roeckx
2014-05-11Avoid out-of-bounds write in SSL_get_shared_ciphersGünther Noack
2014-02-23Option to set current cert to server certificate.Dr. Stephen Henson
2014-02-23Fix typo.Ben Laurie
2014-02-21ssl/ssl_cert.c: DANE update.Andy Polyakov
2014-02-09More cleanup.Ben Laurie
2014-02-08Add callbacks supporting generation and retrieval of supplemental data entrie...Scott Deboy
2014-01-16Add new function SSL_CTX_get_ssl_method().Dr. Stephen Henson
2013-12-13Verify parameter retrieval functions.Dr. Stephen Henson
2013-11-18New functions to retrieve certificate from SSL_CTXDr. Stephen Henson