summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2014-10-28 17:41:22 -0400
committerRob Crittenden <rcritten@redhat.com>2014-10-28 17:41:22 -0400
commitb5d1505fc81a33aa10d013efd247d00f631fc681 (patch)
treef840f8450cdd70b5143ad45eab6d87b3ef630492 /ChangeLog
parent0d4c4e31e3f55473569c4e937f432d6f20c9d6be (diff)
downloadmod_nss-b5d1505fc81a33aa10d013efd247d00f631fc681.tar.gz
mod_nss-b5d1505fc81a33aa10d013efd247d00f631fc681.tar.xz
mod_nss-b5d1505fc81a33aa10d013efd247d00f631fc681.zip
Add support for sqlite NSS databases
We do a chdir() to the NSS database location so that libnssckbi.so is available when the database is opened. Strip off a sql: prefix if one is available. This allows the new sqlite format to work. Add an additional test pass configuring NSS using the sqlite format. This requires a bit of a hack to pass in the value to python but it will work for now. Resolves: #1057650
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 2490d97..07db014 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12 +1,15 @@
+2014-10-28 Rob Crittenden <rcritten@redhat.com>
+ * Add support for sqlite NSS databases (#1057650)
+
2014-10-22 Stanislav Tokos <stokos@suse.de>
* Compare subject CN and VS hostname during server start up
-2014-10-16 Rob Crittenden <rcritten@redhat.com
+2014-10-16 Rob Crittenden <rcritten@redhat.com>
* Add support for enabling TLS v1.2
* Don't enable SSL 3 by default (CVE-2014-3566)
* Improve protocol testing
-2014-02-20 Rob Crittenden <rcritten@redhat.com
+2014-02-20 Rob Crittenden <rcritten@redhat.com>
* Sync with Fedora builds which were basicaly the defacto upstream.
* Add nss_pcache man page
* Fix CVE-2013-4566