summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2010-06-26 12:55:01 +0000
committerDr. Stephen Henson <steve@openssl.org>2010-06-26 12:55:01 +0000
commit63e3676e6811874951f222a1fcbe9e2e7751cfbf (patch)
treed1f2836b69f05f953af31261cea407159f1860e7 /CHANGES
parent1dac2cae6843422768dd5e80b0d6bc910d59058c (diff)
fix so it is safe to repeatedly add PBE algorithms
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 5 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index fd178b9398..4b72bf85d9 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,7 +4,11 @@
Changes between 0.9.8o and 0.9.8p [xx XXX xxxx]
- *)
+ *) Don't repeatedly append PBE algorithms to table if they already exist.
+ Sort table on each new add. This effectively makes the table read only
+ after all algorithms are added and subsequent calls to PKCS12_pbe_add
+ etc are non-op.
+ [Steve Henson]
Changes between 0.9.8n and 0.9.8o [01 Jun 2010]