aboutsummaryrefslogtreecommitdiffstats
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* Allocate extra space when NETSCAPE_HANG_BUG defined.David Ramos2014-06-011-0/+5
* Use correct digest when exporting keying material.Dr. Stephen Henson2014-05-311-1/+1
* Don't compile heartbeat test code on Windows (for now).Dr. Stephen Henson2014-05-311-1/+1
* Fix cast of boolean where cast of LHS intended.Juli Mallett2014-05-261-1/+1
* Fix for non compilation with TLS_DEBUG definedMatt Caswell2014-05-241-5/+1
* Add an NSS output format to sess_id to export to export the session id and th...Martin Kaiser2014-05-242-0/+31
* Fix heartbeat_test for -DOPENSSL_NO_HEARTBEATSMike Bland2014-05-221-0/+10
* For portability use BUF_strndup instead of strndup.Dr. Stephen Henson2014-05-201-2/+2
* Adding padding extension to trace code.Dr. Stephen Henson2014-05-201-1/+2
* Fix bug in signature algorithm copy.Dr. Stephen Henson2014-05-201-1/+1
* Fixup for ancient compilers.Ben Laurie2014-05-191-20/+31
* Zero-initialize heartbeat test write bufferMike Bland2014-05-191-2/+6
* More through error checks in set_upMike Bland2014-05-191-4/+20
* Make it build/run.Ben Laurie2014-05-191-2/+2
* Unit/regression test for TLS heartbeats.Mike Bland2014-05-192-1/+425
* Check sk_SSL_CIPHER_num() after assigning sk.Kurt Roeckx2014-05-121-2/+3
* Replace manual ASN1 decoder with ASN1_get_objectSerguei E. Leontiev2014-05-121-16/+7
* Fixed NULL pointer dereference. See PR#3321Matt Caswell2014-05-121-3/+4
* Avoid out-of-bounds write in SSL_get_shared_ciphersGünther Noack2014-05-111-0/+3
* Move length check earlier to ensure we don't go beyond the end of the user's ...Matt Caswell2014-05-111-14/+15
* safety check to ensure we dont send out beyond the users bufferTim Hudson2014-05-111-0/+15
* fix coverity issue 966597 - error line is not always initialisedTim Hudson2014-05-071-0/+4
* Fixed spelling error in error message. Fix supplied by Marcos MaradoMatt Caswell2014-05-011-1/+1
* make dependGeoff Thorpe2014-04-251-2/+3
* Fix use after free.Ben Laurie2014-04-231-1/+1
* Fix SSL_CTX_get{first,next}_certificate.Kaspar Brand2014-04-211-1/+1
* Add heartbeat extension bounds check.Dr. Stephen Henson2014-04-072-13/+27
* Set TLS padding extension value.Dr. Stephen Henson2014-04-052-1/+7
* For more than 160 bits of security disable SHA1 HMACDr. Stephen Henson2014-04-051-0/+3
* Set security level in cipher string.Dr. Stephen Henson2014-03-281-6/+21
* Set security level to zero is ssltestDr. Stephen Henson2014-03-281-0/+5
* Security framework.Dr. Stephen Henson2014-03-2816-197/+822
* Check return value of ssl3_output_cert_chainDr. Stephen Henson2014-03-282-3/+12
* Allow return of supported ciphers.Dr. Stephen Henson2014-03-285-7/+39
* Auto DH support.Dr. Stephen Henson2014-03-287-4/+83
* Fix memory leak with client auth.Dr. Stephen Henson2014-03-271-0/+7
* Add -no_resumption_on_reneg to SSL_CONF.Dr. Stephen Henson2014-03-271-0/+2
* Update chain building function.Dr. Stephen Henson2014-03-272-2/+7
* Allow duplicate certs in ssl_build_cert_chainEmilia Kasper2014-03-241-2/+15
* Retry callback only after ClientHello received.Piotr Sikora2014-03-181-1/+1
* typoDr. Stephen Henson2014-03-101-1/+1
* Simplify ssl_add_cert_chain logic.Dr. Stephen Henson2014-03-101-44/+37
* bss_dgram.c,d1_lib.c: make it compile with mingw.Andy Polyakov2014-03-061-0/+4
* Add function to free compression methods.Dr. Stephen Henson2014-03-012-0/+13
* Fix for WIN32 builds with KRB5Dr. Stephen Henson2014-02-261-0/+9
* ssl/t1_enc.c: check EVP_MD_CTX_copy return value.Andy Polyakov2014-02-251-1/+2
* Don't use BN_ULLONG in n2l8 use SCTS_TIMESTAMP.Dr. Stephen Henson2014-02-251-9/+0
* Only set current certificate to valid values.Dr. Stephen Henson2014-02-231-6/+9
* New chain building flags.Dr. Stephen Henson2014-02-232-15/+60
* Option to set current cert to server certificate.Dr. Stephen Henson2014-02-213-0/+21