summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* * test/utils.c (double_serve_sstring): New function.joe2008-04-033-38/+73
* * test/ssl.c (parse_chain): Use CA_CERT constant.joe2008-03-291-2/+2
* * test/makekeys.sh: Be quieter on stdout.joe2008-03-281-1/+1
* * test/ssl.c (ssl_server): Pass configured CA list as CA namesjoe2008-03-281-1/+2
* Fix issues with CA list handling in the SSL server, for GnuTLS:joe2008-03-282-14/+15
* * test/ssl.c (nss_pkcs11_test): Factor out from pkcs11.joe2008-03-282-12/+38
* * test/socket.c: Drop trailing commas in initializers.joe2008-03-271-2/+2
* Add support for initiating a proxy connection via SOCKS v4/v4a/v5joe2008-03-271-0/+392
* Add interface to set socket error string:joe2008-03-261-0/+13
* * src/ne_socket.h (ne_iaddr_raw): New prototype.joe2008-03-141-0/+12
* Fix use of NTLM with some borked proxies which require use of ajoe2008-03-131-2/+21
* * src/ne_auth.c (inside_domain): Fix to treat domain as a prefix,joe2008-02-291-1/+1
* * test/request.c: Wrap any_request() calls in ONREQ not CALL, throughout.joe2008-02-291-5/+5
* * test/makekeys.sh: Print OpenSSL version for diagnostic purposes.joe2008-02-291-0/+2
* * test/openssl.conf: Fix makekeys for some versions of OpenSSL.joe2008-02-281-0/+1
* * test/socket.c: Fail more gracefully.joe2008-02-281-2/+5
* * test/ssl.c (pkcs11): Fix typo.joe2008-02-211-1/+1
* Add test case for PKCS#11 support using NSS software token:joe2008-02-213-5/+82
* * test/makekeys.sh: Prepend the real CA to the calist.pem.joe2008-02-142-5/+9
* Add a close-connection hook (thanks to Robert J. van der Boon):joe2008-02-081-1/+10
* * test/ssl.c, test/makekeys.sh: Restore test cases for PKCS#12 joe2008-02-062-4/+24
* Revert diff r1320:r1314.joe2008-02-062-34/+4
* * test/makekeys.sh: Generate clicert without cert, and encryptedjoe2008-01-312-0/+16
* Add libneon-gnutls support library to allow use of external signingjoe2008-01-312-4/+18
* * test/request.c (send_bad_offset): Use a pipe rather than a joe2008-01-301-8/+6
* * src/ne_basic.c (dispatch_to_fd): Fix handling of ranged PUT withjoe2008-01-301-1/+10
* * src/ne_props.c (startelm): Include the namespaces for both elementjoe2008-01-301-2/+13
* * src/ne_private.h (struct ne_session_s): Add local_addr field.joe2008-01-301-1/+22
* * test/request.c: Spelling fix.joe2007-12-271-1/+1
* * src/ne_acl.h (ne_acl_entry): Rename "apply" field "target", splitjoe2007-12-161-8/+12
* * test/socket.c (ssl_session_id): Skip if given a zero-length sessionjoe2007-12-161-0/+8
* * src/ne_auth.h (NE_AUTH_ALL, NE_AUTH_DEFAULT): Add new protocoljoe2007-12-051-0/+18
* * src/ne_socket.c (ne_sock_cipher): New function.joe2007-12-051-1/+44
* * src/ne_auth.c (inside_domain): Parse request-URI to handle proxiesjoe2007-12-051-15/+11
* * src/ne_auth.c (parse_domain): Fix to parse domain parameter asjoe2007-12-051-1/+1
* Add support for domain handling in Digest authentication:joe2007-11-191-21/+81