summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2015-09-24 15:53:18 -0400
committerRob Crittenden <rcritten@redhat.com>2015-10-02 16:51:56 -0400
commitea7584f67ef0e522254c3806cc0356e89594c711 (patch)
treeef8cde118e0db98ada45bbc71e0e8460f0fa8897
parent76ef17a7dc33ef94a18741d3ff6021bccf2bc360 (diff)
downloadmod_nss-ea7584f67ef0e522254c3806cc0356e89594c711.tar.gz
mod_nss-ea7584f67ef0e522254c3806cc0356e89594c711.tar.xz
mod_nss-ea7584f67ef0e522254c3806cc0356e89594c711.zip
Update changelog with memory, SHA384 and OpenSSL ciphers
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4550100..d979dc8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2015-09-24 Rob Crittenden <rcritten@redhat.com>
+ * Fix bad memory access and memory leak in CGI variables
+ * Add optional support for some SHA384 ciphers
+
+2015-09-21 Rob Crittenden <rcritten@redhat.com>
+ * Fix a bunch of issues related to OpenSSL cipher parsing
+
2015-08-27 Rob Crittenden <rcritten@redhat.com>
* Fix a bunch of compiler warnings
* Permanently disabled openssl ciphers could be enabled (CVE-2015-5244)