aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorlloyd <[email protected]>2015-03-05 04:28:24 +0000
committerlloyd <[email protected]>2015-03-05 04:28:24 +0000
commit0c28ab5f95b444649fdaa417dd680ab28a6e7c85 (patch)
treef3da82aed7603f46feaa5444c2704b8515a39912 /doc
parent2591a2cd863696b91128ff4a8461bb96d497e7b4 (diff)
In Algo_Registry if a maker func fails, try the next most preferred one
instead of bailing out immediately. Rename the 'builtin' provider to 'base' since really they are all built in. Fix MARK-4 when OpenSSL was enabled - it did not respect the skip param.
Diffstat (limited to 'doc')
-rw-r--r--doc/relnotes/1_11_15.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/relnotes/1_11_15.rst b/doc/relnotes/1_11_15.rst
index 3fbf0cd40..6942e9a21 100644
--- a/doc/relnotes/1_11_15.rst
+++ b/doc/relnotes/1_11_15.rst
@@ -8,4 +8,7 @@ Version 1.11.15, Not Yet Released
* Fixed memory leaks in TLS and cipher modes introduced in 1.11.14
+* MARK-4 failed when OpenSSL was enabled in the build in 1.11.14
+ because the OpenSSL version ignored the skip parameter.
+
* Fix compilation problem on OS X