aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2009-11-14 09:13:47 +0000
committerDaniel Stenberg <daniel@haxx.se>2009-11-14 09:13:47 +0000
commiteb16c0e1ebd56f0895ac475595a8fc70de98506a (patch)
treef358c54513592742608ae008c505511a83fc5762 /CHANGES
parent9c49e51f7e223d7e48c2551e888d92a5e3cf76a6 (diff)
- Claes Jakobsson restored the configure functionality to detect NSS when
--with-nss is set but not "yes". I think we can still improve that to check for pkg-config in that path etc, but at least this patch brings back the same functionality we had before.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 1a2273e02..44d761861 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,7 +6,14 @@
Changelog
+
Daniel Stenberg (14 Nov 2009)
+- Claes Jakobsson restored the configure functionality to detect NSS when
+ --with-nss is set but not "yes".
+
+ I think we can still improve that to check for pkg-config in that path etc,
+ but at least this patch brings back the same functionality we had before.
+
- 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