summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * test/ssl.c (simple_sslv2): Skip better.joe2009-09-131-4/+4
* * test/ssl.c (simple_sslv2): Skip for OpenSSL.joe2009-09-131-0/+5
* Merge r1713, r1714 from trunk:joe2009-09-021-0/+25
* Merge r1709, r1710, r1711 from trunk:joe2009-09-022-13/+61
* Fix handling of stale=true in a RFC2069-style Digest challenge:joe2009-09-011-4/+20
* Security fix for CVE-2009-2473: prevent the "billion laughs" attackjoe2009-08-182-0/+39
* * test/ssl.c (fail_nul_*): Fix for VPATH builds.joe2009-08-181-11/+27
* Security fix for CVE-2009-2474, handling of "NUL" bytes in certificatejoe2009-08-185-8/+360
* * src/ne_string.c (qappend_count, quoted_append): Factor out fromjoe2009-08-111-1/+8
* * test/openssl.conf: Sign certs using SHA1 since GnuTLS fails MD5-signed certs.joe2009-08-071-2/+2
* * src/ne_string.c (ne_buffer_qappend): New function.joe2009-08-051-1/+34
* * test/util-socks.c: Remove unnecessary #include.joe2009-07-021-2/+1
* * src/ne_session.c (ne__ssl_set_verify_err): Add error strings forjoe2009-05-291-15/+38
* * test/makekeys.sh: Fix to ensure the "bad CAs" do assert thejoe2009-04-301-2/+2
* * test/ssl.c: Fix typos, no functional change.joe2009-04-301-2/+2
* * test/uri-tests.c (resolve): Test API guarantee for resolved ->path.joe2009-03-051-0/+2
* Be strict in parsing C-L response header:joe2009-03-051-16/+11
* * test/common/tests.c: Remove sys/signal.h include.joe2009-03-041-3/+1
* Expose the cert verification failure case where a cert higher in thejoe2009-03-033-16/+46
* Fix ne_forget_auth():joe2009-02-251-2/+57
* * test/request.c (status, status_chunked): Fix memory leak.joe2008-11-041-0/+4
* * src/ne_gnutls.c (pkcs12_parse): Ignore any but the first key or certjoe2008-10-301-0/+25
* * test/makekeys.sh, test/openssl.conf: Missed in previous commit; updatejoe2008-10-242-1/+8
* * test/ssl.c (wildcard_match_altname, fail_wildcard): New test cases.joe2008-10-241-0/+22
* * test/makekeys.sh: Create useful certs for standalone testing.joe2008-10-241-3/+16
* * test/common/tests.c (print_prefix): Fix for non-quiet mode.joe2008-10-241-1/+1
* * test/common/tests.c (print_prefix): New function, factored out of main.joe2008-10-241-19/+26
* Introduce new ACL interface under separate header, function name, andjoe2008-10-143-6/+110
* Add support for configuring a SOCKS proxy for the HTTP session:joe2008-10-091-0/+36
* Factor SOCKS server out test/socket.c to be usable throughout testjoe2008-10-095-276/+334
* Add support for multiple proxies and differentiate between a SOCKS andjoe2008-10-091-0/+23
* SECURITY (CVE-2008-3746):joe2008-08-201-0/+27
* * test/request.c (send_bad_offset): Tweak error message.joe2008-08-081-1/+2
* * test/request.c (status_chunked, status): Cope with systems wherejoe2008-08-071-24/+42
* * test/common/child.c (await_server): Describe failure better.joe2008-08-061-3/+14
* * src/ne_socket.c (struct iofns): Add swritev member.joe2008-08-031-0/+38
* * src/ne_auth.c (tokenize): NUL terminate at a closing quote, ignorejoe2008-07-191-1/+4
* Fail with a useful error message in the case where a client cert isjoe2008-07-191-2/+39
* * src/ne_session.h (ne_set_notifier, ne_set_progress): Document existing andjoe2008-07-191-0/+21
* * test/auth.c (check_digest): Fix compiler warnings with gcc 4.3.joe2008-07-101-5/+3
* * test/common/tests.c (main): More cosmetic fixes.joe2008-07-101-3/+6
* * test/ssl.c: Use P12_PASSPHRASE for client*.p12 passphrase.joe2008-07-101-9/+23
* * tests/common/tests.c (main): Fixes for non-quiet mode.joe2008-07-092-3/+8
* * tests/common/tests.c (main): More cosmetic tweaks for joe2008-07-091-5/+6
* * test/common/tests.c (main): Fix compiler warnings.joe2008-07-091-6/+6
* * test/common/tests.c (main): Cosmetic tweaks to quiet mode.joe2008-07-091-5/+18
* * test/common/tests.c (main): Implement a "quiet mode" ifjoe2008-07-091-25/+75
* * test/socket.c (socks_proxy, fail_socks): Destroy allocatedjoe2008-07-091-0/+5
* Add test case with use of intermediary CA.joe2008-07-094-2/+40
* * test/makekeys.sh: Fix for versions of OpenSSL where ca failsjoe2008-07-031-3/+3