diff options
author | Michal Marek <mmarek@suse.cz> | 2008-03-20 08:09:23 +0000 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2008-03-20 08:09:23 +0000 |
commit | 86cbb23282bee426439fc969d09a462acac0abe9 (patch) | |
tree | 5b97fda383c39a16038479d6c168e45e65abed4a /RELEASE-NOTES | |
parent | e9a460411fcbf28c9e8b4e6afba4a7d1efa8bde2 (diff) |
- Added --with-ca-path=DIRECTORY configure option to use an openSSL CApath by
default instead of a ca bundle. The configure script will also look for a
ca path if no ca bundle is found and no option given.
- Fixed detection of previously installed curl-ca-bundle.crt
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 281bd59eb..6fc9c3def 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -22,6 +22,8 @@ This release includes the following changes: currently only works in C mode) o curl_easy_setopt(), curl_easy_getinfo(), curl_share_setopt() and curl_multi_setopt() uses are now checked to use exactly three arguments + o --with-ca-path=DIR configure option allows to set an openSSL CApath instead + of a default ca bundle. This release includes the following bugfixes: |