diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-11-14 07:53:34 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-11-14 07:53:34 +0000 |
commit | 9c49e51f7e223d7e48c2551e888d92a5e3cf76a6 (patch) | |
tree | 6d3f2a055ee6d080195386fc167bae4da8f109ac /RELEASE-NOTES | |
parent | 90bc6ee8f38eec0dd6c7c8dbea22b0cba2998ee2 (diff) |
- Camille Moncelier added support for the file type SSL_FILETYPE_ENGINE for
the client certificate. It also disable the key name test as some engines
can select a private key/cert automatically (When there is only one key
and/or certificate on the hardware device used by the engine)
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 25daa4368..9a4a6cfb4 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -9,7 +9,7 @@ Curl and libcurl 7.19.8 This release includes the following changes: - o + o support SSL_FILETYPE_ENGINE for client certificate This release includes the following bugfixes: |