summaryrefslogtreecommitdiff
path: root/BUGS
Commit message (Collapse)AuthorAgeFilesLines
* * BUGS: Note ca-bundle feature/bug.Joe Orton2008-07-251-0/+3
|
* Fail with a useful error message in the case where a client cert isJoe Orton2008-07-191-7/+0
| | | | | | | | | | | | | | | | | requested during handshake, none can be provided, and the handshake fails: * src/ne_private.h (struct ne_session_s): Add ssl_cc_requested field. * src/ne_openssl.c (provide_client_cert): Set ssl_cc_requested if no cert is provided. (ne__negotiate_ssl): Clear ssl_cc_requested before handshake. Use different, more useful error message if handshake fails and flag is now set. * test/ssl.c (struct ssl_server_args): Add fail_silently flag. (ssl_server): Exit with success if handshake fails and above flag set. (no_client_cert): New test case.
* * BUGS: Note test suite issue on RHEL4.Joe Orton2008-07-041-0/+6
|
* * BUGS: Note some issues.Joe Orton2008-06-271-0/+7
|
* * BUGS: Note a broken HTTP server which would need some customJoe Orton2007-08-211-0/+11
| | | | hack to be supported.
* Note the reports about a GSSAPI problem.Joe Orton2006-10-311-0/+4
|
* * src/ne_request.h: Clarify what may be in the Request-URI passed to aJoe Orton2006-02-211-4/+0
| | | | | | | create_request hook. * BUGS: create_request hook URI handling has been well-defined for a while; bug was fixed.
* * src/ne_ssl.h (ne_ssl_cert_identity, ne_ssl_cert_name): Define toJoe Orton2005-02-281-4/+0
| | | | | | | | | | return UTF-8 only. * src/ne_openssl.c (append_dirstring): Factor out from ne_ssl_readable_dname. (ne_ssl_readable_dname): Use factored-out version. (dup_ia5string): New function. (check_identity): Use append_dirstring to convert commonName to UTF-8 if necessary; use dup_ia5string.
* Note provider-callback error handling API change; fixed bug.Joe Orton2005-02-261-5/+0
|
* ne_lock_refresh does now DTRT, and D.J.'s cunningly borked proxyJoe Orton2005-02-261-5/+0
| | | | should now be handled.
* ne_uri_escape escaping rules updated.Joe Orton2005-02-261-2/+0
|
* Note that expect100 is now sensible, and that ne_lock_refresh is not.Joe Orton2004-10-241-4/+2
|
* Merge trunk up to current neon CVS HEAD.Joe Orton2004-10-021-2/+19
|
* Branch trunk from 0.24.4 on 0.24.x branch.Joe Orton2004-10-021-0/+28