Fixed CA cert verification using GnuTLS with the default bundle, which

previously failed due to GnuTLS not allowing x509 v1 CA certs by default.
This commit is contained in:
Daniel Stenberg
2005-08-24 07:40:13 +00:00
parent a142372750
commit 432dfe2b8f
3 changed files with 12 additions and 2 deletions

View File

@@ -19,6 +19,7 @@ This release includes the following changes:
This release includes the following bugfixes:
o CA cert verification with GnuTLS builds
o handles expiry times in cookie files that go beyond 32 bits in size
o several client problems with files, such as doing -d @file when the file
isn't readable now gets a warning displayed