summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_lib.c
AgeCommit message (Expand)Author
2015-03-23Fix missing return value checksMatt Caswell
2015-03-20Add DTLS to SSL_get_versionDavid Woodhouse
2015-03-15Remove ssl_cert_inst()Kurt Roeckx
2015-03-11Merge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_ECRich Salz
2015-02-07Apache Traffic Server has a need to set the rbio without touching the wbio.Matt Caswell
2015-02-06dead code cleanup: #if 0 in sslRich Salz
2015-02-06util/mkstack.pl now generates entire safestack.hRich Salz
2015-02-05Live code cleanup; #if 1 removalRich Salz
2015-02-03Add SSL_get_extms_support documentation.Dr. Stephen Henson
2015-02-03Ctrl to retrieve extms support.Dr. Stephen Henson
2015-02-03Utility function to retrieve handshake hashes.Dr. Stephen Henson
2015-01-28Remove support for opaque-prfRich Salz
2015-01-27OPENSSL_NO_XXX cleanup: OPENSSL_NO_BUF_FREELISTSRich Salz
2015-01-22More comment realignmentmaster-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-12RT3548: Remove unsupported platformsRich Salz
2015-01-06Only inherit the session ID context in SSL_set_SSL_CTX if the existingEmilia Kasper
2015-01-06Further comment amendments to preserve formatting prior to source reformatMatt Caswell
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-08Remove some unnecessary OPENSSL_FIPS referencesDr. Stephen Henson
2014-12-04Remove SSLv2 supportKurt Roeckx
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-15Revision of custom extension code.Dr. Stephen Henson
2014-07-04Remove all RFC5878 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-03-28Security framework.Dr. Stephen Henson
2014-03-28Allow return of supported ciphers.Dr. Stephen Henson
2014-03-28Auto DH support.Dr. Stephen Henson
2014-02-21Option to set current cert to server certificate.Dr. Stephen Henson
2014-01-16Add new function SSL_CTX_get_ssl_method().Dr. Stephen Henson
2014-01-09use SSL_kDHE throughout instead of SSL_kEDHDaniel Kahn Gillmor
2014-01-09use SSL_kECDHE throughout instead of SSL_kEECDHDaniel Kahn Gillmor
2013-12-13Verify parameter retrieval functions.Dr. Stephen Henson
2013-11-18New functions to retrieve certificate from SSL_CTXDr. Stephen Henson
2013-11-14Fix compilation with no-nextprotoneg.Piotr Sikora
2013-09-06More cleanup.Ben Laurie
2013-09-06Add callbacks supporting generation and retrieval of supplemental data entrie...Scott Deboy
2013-08-17Make no-ec compilation work.Dr. Stephen Henson
2013-07-22Support ALPN.Adam Langley
2013-06-28Cosmetic touchups.Trevor