summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
2014-05-18Unit/regression test for TLS heartbeats.Mike Bland
2014-05-12Check sk_SSL_CIPHER_num() after assigning sk.Kurt Roeckx
2014-05-12Replace manual ASN1 decoder with ASN1_get_objectSerguei E. Leontiev
2014-05-12Fixed NULL pointer dereference. See PR#3321Matt Caswell
2014-05-11Avoid out-of-bounds write in SSL_get_shared_ciphersGünther Noack
2014-05-11Move length check earlier to ensure we don't go beyond the end of the user's ...Matt Caswell
2014-05-11safety check to ensure we dont send out beyond the users bufferTim Hudson
2014-05-07fix coverity issue 966597 - error line is not always initialisedTim Hudson
2014-05-01Fixed spelling error in error message. Fix supplied by Marcos MaradoMatt Caswell
2014-04-23Fix use after free.Ben Laurie
2014-04-21Fix SSL_CTX_get{first,next}_certificate.Kaspar Brand
2014-04-08VMS build fix #2.Steven M. Schweda
2014-04-07VMS build fix for older compilers.Steven M. Schweda
2014-04-07Add heartbeat extension bounds check.Dr. Stephen Henson
2014-04-05Set TLS padding extension value.Dr. Stephen Henson
2014-03-27Fix memory leak with client auth.Dr. Stephen Henson
2014-03-27Add -no_resumption_on_reneg to SSL_CONF.Dr. Stephen Henson
2014-03-27Update chain building function.Dr. Stephen Henson
2014-03-25Allow duplicate certs in ssl_build_cert_chainEmilia Kasper
2014-03-18Retry callback only after ClientHello received.Piotr Sikora
2014-03-10typoDr. Stephen Henson
2014-03-06bss_dgram.c,d1_lib.c: make it compile with mingw.Andy Polyakov
2014-03-01Add function to free compression methods.Dr. Stephen Henson
2014-02-28Fix compilation errors with no-nextprotonegDr. Stephen Henson
2014-02-26Fix for WIN32 builds with KRB5Dr. Stephen Henson
2014-02-25ssl/t1_enc.c: check EVP_MD_CTX_copy return value.Andy Polyakov
2014-02-25Don't use BN_ULLONG in n2l8 use SCTS_TIMESTAMP.Dr. Stephen Henson
2014-02-23Only set current certificate to valid values.Dr. Stephen Henson
2014-02-23New chain building flags.Dr. Stephen Henson
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-20fix WIN32 warningsDr. Stephen Henson
2014-02-20Show the contents of the RFC6962 Signed Certificate Timestamp List Certificat...Rob Stradling
2014-02-14Fix error discrepancy with 1.0.1Dr. Stephen Henson
2014-02-14ssl/s3_pkt.c: detect RAND_bytes error in multi-block.Andy Polyakov
2014-02-13ssl/ssl[3].h: retain binary compatibility.Andy Polyakov
2014-02-09fix error discrepancyDr. Stephen Henson
2014-02-09fix error number clashDr. Stephen Henson
2014-02-09More cleanup.Ben Laurie
2014-02-09Make it build.Ben Laurie
2014-02-09Reverting 1.0.2-only changes supporting the prior authz RFC5878-based tests f...Scott Deboy
2014-02-08Don't break out of the custom extension callback loop - continue insteadScott Deboy
2014-02-08Fix whitespace, new-style comments.Ben Laurie
2014-02-08Re-add alert variables removed during rebaseScott Deboy
2014-02-08Updating DTCP authorization type to expected valueScott Deboy
2014-02-08Update custom TLS extension and supplemental data 'generate' callbacks to sup...Scott Deboy
2014-02-08Redo deletion of some serverinfo code that supplemental data code mistakenly ...Trevor Perrin
2014-02-08Add callbacks supporting generation and retrieval of supplemental data entrie...Scott Deboy
2014-02-06Return previous compression methods when setting them.Dr. Stephen Henson