by user 'koresh' introduced the --crlfile option to curl, which makes curl
  tell libcurl about a file with CRL (certificate revocation list) data to
  read.
This commit is contained in:
Daniel Stenberg
2009-10-21 12:29:52 +00:00
parent 12e60c6d4e
commit 051ab439a9
3 changed files with 18 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ This release includes the following changes:
o -T. is now for non-blocking uploading from stdin
o SYST handling on FTP for OS/400 FTP server cases
o libcurl refuses to read a single HTTP header longer than 100K
o added the --crlfile option to curl
This release includes the following bugfixes: