aboutsummaryrefslogtreecommitdiffstats
path: root/doc/relnotes
diff options
context:
space:
mode:
authorlloyd <[email protected]>2015-03-04 02:08:57 +0000
committerlloyd <[email protected]>2015-03-04 02:08:57 +0000
commitfddc2c80dea8f7ad03f85203d818fcc0eb4bcfa7 (patch)
treeac44fab5b3c5cd4ff85c73aa69a1741829f1159b /doc/relnotes
parent3c47ac00c06505fc9748c9f70d9e8456aabc50da (diff)
When comparing algorithm identifiers consider NULL and empty
parameters as equivalent. Based on a patch sent to the mailing list by Uri Blumenthal.
Diffstat (limited to 'doc/relnotes')
-rw-r--r--doc/relnotes/1_11_15.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/relnotes/1_11_15.rst b/doc/relnotes/1_11_15.rst
index 4c47785df..a0937deb2 100644
--- a/doc/relnotes/1_11_15.rst
+++ b/doc/relnotes/1_11_15.rst
@@ -3,3 +3,7 @@ Version 1.11.15, Not Yet Released
* A bug in ffi.cpp meant Python could only encrypt. Github issue 53.
+* When comparing two ASN.1 algorithm identifiers, consider empty and
+ NULL parameters the same.
+
+* Fix compilation problem on OS X