summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * test/ssl.c (make_ssl_session_port, make_ssl_session,HEADmasterjoe2019-03-071-74/+60
* * test/common/child.c (new_spawn_server): Fix clang-analyzer warning.joe2018-10-121-3/+3
* * test/request.c (iterate_many): Remove redundant assignment.joe2018-10-121-2/+0
* * test/util-tests.c (bad_dates): Renamed, add another date, also testjoe2018-10-121-7/+13
* * test/ssl.c (session_cache): Correctly test for session reuse.joe2018-09-241-7/+3
* * test/utils.c (multi_session_server): Add helper.joe2018-09-245-85/+22
* * test/ssl.c (no_client_cert): Handle certificate required errorjoe2018-09-241-1/+4
* * src/ne_request.c (ne_set_request_flag): Fix bounds check.joe2018-09-241-0/+16
* * test/lock.c (lock_response): Use snprintf, avoid gcc 8 warning.joe2018-09-241-5/+7
* * test/string-tests.c (str_errors): Fix gcc 8 warning.joe2018-09-241-1/+1
* * test/auth.c (struct digest_parms, make_digest): Prepare for non-MD5joe2017-02-241-3/+13
* * test/ssl.c (init, fail_expired, fail_notvalid): Fix for VPATHjoe2016-09-261-19/+13
* * test/makekeys.sh: Don't put generated files in $srcdir.joe2016-09-261-29/+29
* * src/ne_md5.h: Allow ne_md5_create_ctx to return NULL.joe2016-09-102-1/+6
* * test/socket.c: Remove unused variable.joe2016-09-101-1/+0
* * test/props.c: Remove unused variable.joe2016-09-101-2/+1
* * test/ssl.c (fail_expired, fail_notvalid): Fix CA.joe2015-09-021-2/+2
* * test/ssl.c (nulcn_identity): Fail only if the NUL byte was interpretedjoe2015-09-021-5/+3
* * test/ssl.c (fail_notvalid, fail_expired): Use generated keys.joe2015-09-021-2/+2
* * test/makekeys.sh, test/openssl.conf: Use 2048-bit RSA keys throughout.joe2015-09-023-11/+6
* * test/socket.c (addr_reverse): Succeed if returned name uses hostname as joe2014-09-201-4/+15
* * src/ne_openssl.c (ne__negotiate_ssl): Don't fail hard for SSL certjoe2014-09-201-0/+1
* * test/.gdbinit: New file.joe2013-07-311-0/+2
* * test/common/child.c: More debugging.joe2013-07-311-0/+3
* * test/request.c (status, status_chunked): Revert r1910. Expect hostname ofjoe2013-07-312-91/+56
* * test/common/tests.c (main): Note fatal errors.joe2013-07-311-0/+1
* * test/ssl.c: Disable SSLv2 test, redundant with modern SSL libraries.joe2013-07-311-0/+4
* * test/request.c (print_addr, notifier): Factor out from status; fix forjoe2013-07-261-60/+83
* * test/request.c (retry_after_abort): Correctly catch errors.joe2013-07-261-3/+3
* * test/run-tests.sh: Use MALLOC_PERTURB.joe2013-07-261-1/+2
* * test/utils.c (proxied_session_server): Debug more.joe2013-07-261-0/+2
* * src/ne_session.c (free_proxies): Fix possible double-free. joe2013-07-261-0/+13
* * test/makekeys.sh: Use 1024 bit RSA keys to prevent weird OpenSSLjoe2012-07-041-2/+2
* * test/utils.c (fakeproxied_session_server): New function.joe2012-06-262-2/+36
* * test/common/child.c (new_spawn_server2): Factored out, returnjoe2012-06-262-1/+25
* * test/ssl.c (fail_ssl_request_with_error2): Fix tests with "fake" hostnamejoe2012-06-251-4/+17
* * test/uri-tests.c (cmp): Don't depend on exact magnitude of *cmp.joe2012-05-221-1/+1
* * test/basic.c (options2): Untabify.joe2012-01-191-18/+18
* * src/ne_basic.h: Add NE_CAP_EXT_MKCOL.joe2012-01-191-1/+48
* * test/common/tests.c (main): Fix grammar.joe2011-12-091-1/+1
* Fix build and test suite for OpenSSL without SSLv2 support.joe2011-11-251-0/+8
* * test/common/child.c: Better debugging output.joe2011-09-181-4/+10
* * test/common/child.c (spawn_server, spawn_server_repeat): Betterjoe2011-09-141-2/+4
* * test/request.c, test/ssl.c, test/redirect.c: Fix variousjoe2011-09-143-1/+6
* * src/ne_socket.h: Add NE_ADDR_CANON flag, ne_addr_canonical.joe2011-09-021-1/+20
* * test/ssl.c (cache_verify): Trap errors from request dispatch,joe2011-07-101-4/+4
* * test/props.c (unbounded_response): Remove set-but-unused variable.joe2011-07-101-3/+0
* * src/ne_ssl.h (ne_ssl_clicert_import): New function.joe2011-06-234-19/+41
* * test/socket.c (addr_reverse) [HAVE_GETHOSTNAME]: Accept systemjoe2010-10-091-2/+14
* * src/ne_session.c (ne__ssl_match_hostname): Deny a wildcard matchjoe2010-09-282-1/+11