| Commit message (Expand) | Author | Age | Files | Lines |
* | Disable weak (RFC2069) Digest by default, unless NE_AUTH_WEAK_DIGESTweak-digest | Joe Orton | 2020-07-11 | 4 | -17/+52 |
* | * src/ne_auth.c: Tweak debugging messages, no functional change. | Joe Orton | 2020-07-07 | 1 | -2/+2 |
* | * test/auth.c (multi_rfc7616): Fix leak in test code. | Joe Orton | 2020-07-06 | 1 | -0/+1 |
* | Handle Digest challenges in algorithm strength order (issue #26): | Joe Orton | 2020-07-06 | 2 | -31/+102 |
* | Add issue templates | Joe Orton | 2020-07-06 | 1 | -0/+22 |
* | * macros/neon.m4 (NE_FIND_AR): Fix ar&ranlib detection if | Joe Orton | 2020-06-19 | 1 | -2/+2 |
* | * test/Makefile.in: Drop unused AR, RANLIB (issue #28). | Joe Orton | 2020-06-19 | 1 | -3/+0 |
* | Revert "* src/ne_socket.c (ne_sock_close): Complete a bidirectional shutdown" | Joe Orton | 2020-06-18 | 1 | -5/+4 |
* | * test/string-tests.c (strhash_sha_512_256): Fix SHA-512/256 tests to | Joe Orton | 2020-06-18 | 1 | -4/+8 |
* | Provide ne_vstrhash() implementation using GnuTLS: | Joe Orton | 2020-06-18 | 4 | -16/+52 |
* | * src/ne_alloc.h (ne_malloc): Add malloc attribute. | Joe Orton | 2020-06-18 | 1 | -1/+1 |
* | * test/string-tests.c (strhash_sha_256): Split out from strhash; | Joe Orton | 2020-06-18 | 2 | -4/+35 |
* | * test/ssl.c (fail_nul_san): Skip for GnuTLS builds. | Joe Orton | 2020-06-18 | 2 | -11/+17 |
* | * src/ne_auth.c (digest_challenge): Check and fail if algorithm is | Joe Orton | 2020-06-18 | 2 | -13/+10 |
* | RFC 7616 updates. [skip ci] | Joe Orton | 2020-06-18 | 1 | -0/+14 |
* | Clarify handling of non-alphanumeric usernames in Basic/Digest. | Joe Orton | 2020-06-18 | 3 | -24/+123 |
* | * test/string-tests.c (strparam): Fix test code memory leak. | Joe Orton | 2020-06-18 | 1 | -0/+1 |
* | Define new ne_strparam() interface for encoding extended parameters | Joe Orton | 2020-06-18 | 4 | -0/+111 |
* | * test/utils.c (any_2xx_response): Use the X-Neon-Context: | Joe Orton | 2020-06-18 | 1 | -2/+11 |
* | * test/common/child.c, test/common/child.h | Joe Orton | 2020-06-18 | 2 | -0/+25 |
* | * src/ne_auth.c (request_digest): Don't leak response digest. | Joe Orton | 2020-06-18 | 1 | -0/+2 |
* | * src/ne_auth.c (request_digest): Don't leak sess->response_rhs | Joe Orton | 2020-06-18 | 1 | -1/+4 |
* | Ignore test/hello.txt [skip ci]. | Joe Orton | 2020-06-18 | 1 | -1/+1 |
* | * test/auth.c (make_digest, check_digest, serve_digest): Fix leaks. | Joe Orton | 2020-06-18 | 1 | -6/+25 |
* | Add support for SHA-256 and SHA-512-256 digests: | Joe Orton | 2020-06-18 | 2 | -169/+204 |
* | * src/ne_openssl.c (ne_vstrhash): Fix OpenSSL build. | Joe Orton | 2020-06-18 | 1 | -1/+3 |
* | * src/ne_string.h: Add NE_HASH_SHA512_256. | Joe Orton | 2020-06-18 | 2 | -4/+7 |
* | Rename NE_STRHASH_MD5 to NE_HASH_MD5, add NE_HASH_SHA256 (for OpenSSL | Joe Orton | 2020-06-18 | 5 | -28/+45 |
* | * src/ne_openssl.c (ne_vstrhash): Check flags field. | Joe Orton | 2020-06-18 | 2 | -0/+16 |
* | * src/ne_openssl.c, src/ne_string.c: Build OpenSSL ne_vstrhash() | Joe Orton | 2020-06-18 | 2 | -2/+2 |
* | Define ne_strhash, ne_vstrhash functions. | Joe Orton | 2020-06-18 | 6 | -38/+110 |
* | * src/ne_auth.c (digest_challenge): Fix leak of MD5 context in 57e21d34b52c88... | Joe Orton | 2020-06-18 | 1 | -0/+1 |
* | Support hashed usernames per RFC7616. | Joe Orton | 2020-06-18 | 2 | -3/+61 |
* | * test/auth.c (hash): Add function to simplify hashing. | Joe Orton | 2020-06-18 | 1 | -45/+38 |
* | * test/auth.c (verify_digest_header): Fail if cnonce is | Joe Orton | 2020-06-18 | 1 | -2/+4 |
* | * src/ne_auth.c (get_cnonce): For OpenSSL/GnuTLS builds, use | Joe Orton | 2020-06-18 | 1 | -11/+11 |
* | Fix typo. | Joe Orton | 2020-06-18 | 1 | -1/+1 |
* | * test/auth.c (struct digest_parms): Simplify digest test by | Joe Orton | 2020-06-18 | 1 | -44/+48 |
* | * macros/neon.m (NEON_SSL): Define HAVE_OPENSSL11 for OpenSSL >= 1.1. | Joe Orton | 2020-06-18 | 2 | -6/+8 |
* | * test/auth.c: Fix non-OpenSSL build. | Joe Orton | 2020-06-18 | 1 | -1/+1 |
* | Prepare for non-MD5 digest auth test support (OpenSSL only): | Joe Orton | 2020-06-18 | 1 | -42/+81 |
* | * test/ssl.c (multi_ssl_session): New function. | Joe Orton | 2020-05-27 | 1 | -11/+24 |
* | * test/utils.c (fakeproxied_multi_session_server): New function. | Joe Orton | 2020-05-27 | 2 | -1/+17 |
* | cppcheck issues | Sebastian Reschke | 2020-05-21 | 2 | -3/+3 |
* | * src/ne_pkcs11.c (terminate_string): Fix warning with gcc-10. | Joe Orton | 2020-05-13 | 1 | -3/+4 |
* | fix compilation without deprecated OpenSSL APIs | Rosen Penev | 2020-05-05 | 1 | -2/+4 |
* | * src/ne_md5.c (md5_read_ctx): Fix for big-endian platforms. | Joe Orton | 2020-04-17 | 2 | -2/+5 |
* | Add website link. [skip ci] | Joe Orton | 2020-04-17 | 1 | -1/+2 |
* | Update website URLs. [skip ci] | Joe Orton | 2020-04-15 | 2 | -8/+3 |
* | * test/util-tests.c (parse_dates): Add test case for #14. | Joe Orton | 2020-04-15 | 1 | -2/+4 |