summaryrefslogtreecommitdiff
path: root/test/ssl.c
Commit message (Expand)AuthorAgeFilesLines
* Add ne_ssl_cert_hdigest, alternative to ne_ssl_cert_digest.cert-hdigestJoe Orton2021-03-211-0/+47
* * test/ssl.c (fail_nul_cn, fail_nul_san): Disable tests with prebuiltJoe Orton2020-10-201-3/+4
* * test/ssl.c (fail_nul_san): Skip for GnuTLS builds.Joe Orton2020-06-181-5/+3
* * test/ssl.c (multi_ssl_session): New function.Joe Orton2020-05-271-11/+24
* Fix various spelling errors, thanks to Jens Schleusener of FOSSIES.Joe Orton2020-03-271-1/+1
* * test/ssl.c: Update failures since the nul*.pem certs expired.Joe Orton2019-08-141-2/+2
* * test/ssl.c: Omit fail_nul_cn with GnuTLS.Joe Orton2019-04-081-0/+7
* * test/ssl.c (fail_ssl_request_with_error2): More output for failure case.Joe Orton2019-03-221-2/+2
* Temporarily disable unreliable sesssion_cache test.Joe Orton2019-03-221-2/+6
* * test/ssl.c (fail_not_ssl): Use make_ssl_session().Joe Orton2019-03-071-2/+2
* * test/ssl.c (fail_ssl_request_with_error2): Fix memory leak.Joe Orton2019-03-071-0/+1
* * test/ssl.c (make_ssl_session_port, make_ssl_session,Joe Orton2019-03-071-74/+60
* * test/ssl.c (session_cache): Correctly test for session reuse.Joe Orton2018-09-241-7/+3
* * test/utils.c (multi_session_server): Add helper.Joe Orton2018-09-241-5/+4
* * test/ssl.c (no_client_cert): Handle certificate required errorJoe Orton2018-09-241-1/+4
* * test/ssl.c (init, fail_expired, fail_notvalid): Fix for VPATHJoe Orton2016-09-261-19/+13
* * test/ssl.c (fail_expired, fail_notvalid): Fix CA.Joe Orton2015-09-021-2/+2
* * test/ssl.c (nulcn_identity): Fail only if the NUL byte was interpretedJoe Orton2015-09-021-5/+3
* * test/ssl.c (fail_notvalid, fail_expired): Use generated keys.Joe Orton2015-09-021-2/+2
* * src/ne_openssl.c (ne__negotiate_ssl): Don't fail hard for SSL certJoe Orton2014-09-201-0/+1
* * test/ssl.c: Disable SSLv2 test, redundant with modern SSL libraries.Joe Orton2013-07-311-0/+4
* * test/ssl.c (fail_ssl_request_with_error2): Fix tests with "fake" hostnameJoe Orton2012-06-251-4/+17
* Fix build and test suite for OpenSSL without SSLv2 support.Joe Orton2011-11-251-0/+8
* * test/request.c, test/ssl.c, test/redirect.c: Fix variousJoe Orton2011-09-141-1/+3
* * test/ssl.c (cache_verify): Trap errors from request dispatch,Joe Orton2011-07-101-4/+4
* * src/ne_ssl.h (ne_ssl_clicert_import): New function.Joe Orton2011-06-231-0/+17
* * src/ne_session.c (ne__ssl_match_hostname): Deny a wildcard matchJoe Orton2010-09-281-0/+7
* * test/ssl.c (fail_ssl_request_with_error2): Document better.Joe Orton2010-09-041-7/+16
* * test/ssl.c (fail_nul_*): Fix for VPATH builds.Joe Orton2009-08-181-11/+27
* Security fix for CVE-2009-2474, handling of "NUL" bytes in certificateJoe Orton2009-08-181-8/+84
* * src/ne_session.c (ne__ssl_set_verify_err): Add error strings forJoe Orton2009-05-291-15/+38
* * test/ssl.c: Fix typos, no functional change.Joe Orton2009-04-301-2/+2
* Expose the cert verification failure case where a cert higher in theJoe Orton2009-03-031-0/+14
* * src/ne_gnutls.c (pkcs12_parse): Ignore any but the first key or certJoe Orton2008-10-301-0/+25
* * test/ssl.c (wildcard_match_altname, fail_wildcard): New test cases.Joe Orton2008-10-241-0/+22
* Fail with a useful error message in the case where a client cert isJoe Orton2008-07-191-2/+39
* * test/ssl.c: Use P12_PASSPHRASE for client*.p12 passphrase.Joe Orton2008-07-101-9/+23
* Add test case with use of intermediary CA.Joe Orton2008-07-091-0/+11
* * test/ssl.c (parse_chain): Use CA_CERT constant.Joe Orton2008-03-291-2/+2
* * test/ssl.c (ssl_server): Pass configured CA list as CA namesJoe Orton2008-03-281-1/+2
* Fix issues with CA list handling in the SSL server, for GnuTLS:Joe Orton2008-03-281-10/+11
* * test/ssl.c (nss_pkcs11_test): Factor out from pkcs11.Joe Orton2008-03-281-8/+16
* * test/ssl.c (pkcs11): Fix typo.Joe Orton2008-02-211-1/+1
* Add test case for PKCS#11 support using NSS software token:Joe Orton2008-02-211-0/+60
* * test/makekeys.sh: Prepend the real CA to the calist.pem.Joe Orton2008-02-141-4/+8
* * test/ssl.c, test/makekeys.sh: Restore test cases for PKCS#12 Joe Orton2008-02-061-4/+15
* Revert diff r1320:r1314.Joe Orton2008-02-061-25/+4
* * test/makekeys.sh: Generate clicert without cert, and encryptedJoe Orton2008-01-311-0/+10
* Add libneon-gnutls support library to allow use of external signingJoe Orton2008-01-311-4/+15
* * src/ne_session.h (ne_ssl_trust_cert): Clarify use with non-SSL session.Joe Orton2007-08-191-0/+13