summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Add ne_ssl_cert_hdigest, alternative to ne_ssl_cert_digest.Joe Orton2021-03-212-0/+48
* Support SHA-512 (in addition to SHA-512/256) with ne_strhash().Joe Orton2021-01-231-1/+25
* Fix use of NE_AUTH_PROXY with new ne_auth_add() API:Joe Orton2021-01-231-8/+24
* * src/ne_string.c (hex_chars): Use lowercase.Joe Orton2020-12-061-0/+1
* Support colon- and space-separated output for ne_strhash/ne_vstrhash.Joe Orton2020-12-061-0/+7
* Follow RFC 7617 rules for Basic authentication scope (issue #32):Joe Orton2020-11-211-0/+60
* Add new auth credentials callback which unifies server/proxy auth,Joe Orton2020-11-213-7/+107
* * test/ssl.c (fail_nul_cn, fail_nul_san): Disable tests with prebuiltJoe Orton2020-10-201-3/+4
* * test/socket.c (read_expect): Include error message on failure.Joe Orton2020-09-211-1/+2
* * src/ne_auth.c (basic_challenge): Reject a Basic challenge ifJoe Orton2020-09-031-2/+11
* * src/ne_auth.h, src/ne_auth.c, test/auth.c: RenameJoe Orton2020-09-031-12/+12
* Disable weak (RFC2069) Digest by default, unless NE_AUTH_WEAK_DIGESTJoe Orton2020-07-121-12/+22
* * test/auth.c (multi_rfc7616): Fix leak in test code.Joe Orton2020-07-061-0/+1
* Handle Digest challenges in algorithm strength order (issue #26):Joe Orton2020-07-061-9/+71
* * test/Makefile.in: Drop unused AR, RANLIB (issue #28).Joe Orton2020-06-191-3/+0
* * test/string-tests.c (strhash_sha_512_256): Fix SHA-512/256 tests toJoe Orton2020-06-181-4/+8
* * test/string-tests.c (strhash_sha_256): Split out from strhash;Joe Orton2020-06-182-4/+35
* * test/ssl.c (fail_nul_san): Skip for GnuTLS builds.Joe Orton2020-06-181-5/+3
* * src/ne_auth.c (digest_challenge): Check and fail if algorithm isJoe Orton2020-06-181-1/+1
* Clarify handling of non-alphanumeric usernames in Basic/Digest.Joe Orton2020-06-181-14/+65
* * test/string-tests.c (strparam): Fix test code memory leak.Joe Orton2020-06-181-0/+1
* Define new ne_strparam() interface for encoding extended parametersJoe Orton2020-06-181-0/+32
* * test/utils.c (any_2xx_response): Use the X-Neon-Context:Joe Orton2020-06-181-2/+11
* * test/common/child.c, test/common/child.hJoe Orton2020-06-182-0/+25
* Ignore test/hello.txt [skip ci].Joe Orton2020-06-181-1/+1
* * test/auth.c (make_digest, check_digest, serve_digest): Fix leaks.Joe Orton2020-06-181-6/+25
* Add support for SHA-256 and SHA-512-256 digests:Joe Orton2020-06-181-33/+93
* Rename NE_STRHASH_MD5 to NE_HASH_MD5, add NE_HASH_SHA256 (for OpenSSLJoe Orton2020-06-182-13/+17
* * src/ne_openssl.c (ne_vstrhash): Check flags field.Joe Orton2020-06-181-0/+14
* Define ne_strhash, ne_vstrhash functions.Joe Orton2020-06-182-38/+28
* Support hashed usernames per RFC7616.Joe Orton2020-06-181-1/+34
* * test/auth.c (hash): Add function to simplify hashing.Joe Orton2020-06-181-45/+38
* * test/auth.c (verify_digest_header): Fail if cnonce isJoe Orton2020-06-181-2/+4
* * test/auth.c (struct digest_parms): Simplify digest test byJoe Orton2020-06-181-44/+48
* * macros/neon.m (NEON_SSL): Define HAVE_OPENSSL11 for OpenSSL >= 1.1.Joe Orton2020-06-181-4/+4
* * test/auth.c: Fix non-OpenSSL build.Joe Orton2020-06-181-1/+1
* Prepare for non-MD5 digest auth test support (OpenSSL only):Joe Orton2020-06-181-42/+81
* * test/ssl.c (multi_ssl_session): New function.Joe Orton2020-05-271-11/+24
* * test/utils.c (fakeproxied_multi_session_server): New function.Joe Orton2020-05-272-1/+17
* * test/util-tests.c (parse_dates): Add test case for #14.Joe Orton2020-04-151-2/+4
* Further spelling fixes from FOSSIES.Joe Orton2020-03-271-1/+1
* Fix various spelling errors, thanks to Jens Schleusener of FOSSIES.Joe Orton2020-03-276-8/+8
* Move OpenSSL MD5 support to restore ne_md5_read_ctx, using MD5_* directly.Joe Orton2020-03-271-0/+26
* Change ne_version_match() to reflect actual 0.27+ ABI history.Joe Orton2020-02-251-1/+5
* * test/Makefile.in (clean): Don't clean too much.Joe Orton2020-02-241-1/+1
* Mitigate SharePoint RFC-compliance issue in If: header formation.Joe Orton2020-02-241-9/+27
* Detect and translate invalid hrefs in 207 responses from SharePoint. (#3)Joe Orton2020-02-242-14/+48
* Correct missing LDADD.Joe Orton2020-02-131-1/+1
* * test/Makefile.in: Try to work around borked Debian libtool (link_all_deplib...Joe Orton2020-02-131-22/+23
* Pass -lubsan in LIBS.Joe Orton2020-02-131-3/+4