diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-08-24 07:40:13 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-08-24 07:40:13 +0000 |
commit | 432dfe2b8ff14dad451ec25f0bee09d454893324 (patch) | |
tree | 2f918c8f0c965670df612c28b85721802505e717 /RELEASE-NOTES | |
parent | a142372750384d74a5ec4d013458a9c757ca15f6 (diff) | |
download | curl-432dfe2b8ff14dad451ec25f0bee09d454893324.tar.gz |
Fixed CA cert verification using GnuTLS with the default bundle, which
previously failed due to GnuTLS not allowing x509 v1 CA certs by default.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 7ff1fbb58..213e561c0 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -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 |