summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* * test/ssl.c (make_ssl_session_port, make_ssl_session,HEADmasterjoe2019-03-071-74/+60
* src/ne_uri.c: Fix comment-in-comment.joe2018-11-141-1/+1
* * src/ne_gnutls.c (provide_client_cert): Fix allocation size,joe2018-11-141-1/+1
* * src/ne_uri.c: Note that only one bit is left for a 16-bit short.joe2018-11-021-0/+1
* * src/ne_uri.c: Save a few bytes by using shorts for uri_chars lookup table.joe2018-11-021-1/+1
* * test/common/child.c (new_spawn_server): Fix clang-analyzer warning.joe2018-10-121-3/+3
* * src/ne_ntlm.c (ne_output_ntlm): Remove redundant assignment.* src/ne_ntlm.c...joe2018-10-121-1/+1
* * test/request.c (iterate_many): Remove redundant assignment.joe2018-10-121-2/+0
* * src/ne_dates.c (ne_asctime_parse, ne_rfc1123_parse): Fail for sscanfjoe2018-10-121-11/+12
* * test/util-tests.c (bad_dates): Renamed, add another date, also testjoe2018-10-121-7/+13
* * src/ne_request.c (initial_request_headers): Renamed fromjoe2018-10-121-11/+12
* * src/ne_socket.c (error_ossl): Return NE_SOCK_RETRY forjoe2018-10-121-0/+4
* Note that -5 is a reserved NE_SOCK_ value.joe2018-09-251-0/+1
* * src/ne_socket.c (error_ossl): Return NE_SOCK_RETRY forjoe2018-09-251-7/+57
* * 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
* * src/ne_socket.c (ne_sock_close): Complete a bidirectional shutdownjoe2018-09-241-4/+5
* * src/ne_pkcs11.c (pk11_rsa_encrypt): Fix for padding used withjoe2018-09-241-2/+2
* * test/ssl.c (no_client_cert): Handle certificate required errorjoe2018-09-241-1/+4
* * src/ne_openssl.c (ne_ssl_context_create): Enable Post-Handshake Authjoe2018-09-241-0/+3
* * src/ne_xml.c (ne_xml_parse): Avoid clang warning from strcpy use.joe2018-09-243-3/+4
* * src/ne_xml.c (ne_xml_parse): Avoid clang warning from strcpy use.joe2018-09-241-1/+1
* * src/ne_request.c (ne_set_request_flag): Fix bounds check.joe2018-09-242-1/+17
* * src/ne_defs.h: Define ne_attribute_alloc_size.joe2018-09-242-3/+6
* Ignore install-shjoe2018-09-240-0/+0
* * src/ne_openssl.c (thread_lock_neon): Don't set OpenSSLjoe2018-09-241-5/+8
* * 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
* * src/ne_socket.c: Fix #include for <sys/uio.h>.joe2018-07-261-1/+1
* * src/ne_request.h: Add GCC nonnull attribute for ne_request * joe2017-02-241-4/+8
* * test/auth.c (struct digest_parms, make_digest): Prepare for non-MD5joe2017-02-241-3/+13
* * macros/neon-xml-parser.m4 (NE_XML_LIBXML2):joe2017-02-041-1/+1
* * src/ne_utils.c: Add PKCS#11 and LFS support to neon version string.joe2017-01-181-0/+6
* * 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_openssl.c (ne__ssl_clicert_exkey_import): Rewrite to bejoe2016-09-261-16/+21
* * src/ne_pkcs11.c: Create RSA_METHOD once per provider, rather thanjoe2016-09-261-31/+39
* * src/ne_openssl.c, src/ne_auth.c, src/ne_socket.c: Fix build withjoe2016-09-263-28/+42
* * src/ne_openssl.c (ne_md5_create_ctx): Remove debugging code.joe2016-09-251-4/+0
* * src/ne_md5.c: Re-order, #ifdef mostly out for OpenSSL build.joe2016-09-102-63/+144
* * src/ne_md5.h: Allow ne_md5_create_ctx to return NULL.joe2016-09-104-2/+21
* * 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
* Ignore more.joe2015-09-020-0/+0
* Rewrite GnuTLS PKCS#11 support to work (exclusively) with the newjoe2015-09-025-34/+90
* * 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
* Fix PKCS#11 support with OpenSSL for TLS 1.2:joe2014-09-231-17/+13