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 /CHANGES | |
parent | a142372750384d74a5ec4d013458a9c757ca15f6 (diff) |
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 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -7,6 +7,10 @@ Changelog +Daniel (24 August 2005) +- Fixed CA cert verification using GnuTLS with the default bundle, which + previously failed due to GnuTLS not allowing x509 v1 CA certs by default. + Daniel (19 August 2005) - Norbert Novotny had problems with FTPS and he helped me work out a patch that made curl run fine in his end. The key was to make sure we do the |