Age | Commit message (Collapse) | Author |
|
Affects bug 893
|
|
|
|
|
|
|
|
|
|
This is an exim client checking a server certificate.
|
|
|
|
|
|
This is an exim client checking a server certificate.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
RFC Drafts and RFCs have licenses which are problematic for Debian
distribution. Omit them from the release tarball.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix certificate name verification done with tls_try_verify_hosts
Affected tls_verify_hosts, tls_try_verify_hosts, tls_verify_cert_hostnames.
|
|
connected-to, not be list of acceptable names. The name checked is the
host name.
|
|
EXPERIMENTAL_CERTNAMES)
|
|
|
|
|
|
|
|
Make sure to only disable this if building for openssl, allow gnutls
to build with OCSP for all versions that support it.
|
|
|
|
|
|
|
|
|
|
Add testcases for certificate directories
The GnuTLS implementation has been tested on Fedora 21 (alpha),
using GnuTLS 3.3.9. The testsuite case is here but with the
script commented-out. When enabled, the log/mail/stdout/stderr
files will be created fresh.
|
|
|
|
|
|
The previous parsing failed when a result item split over a buffer boundary;
fix by prefixing sizes to items, and checking enough has been read as the
initial parsing stage.
|