summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-02-07 22:15:53 +0000
committerRichard Levitte <levitte@openssl.org>2002-02-07 22:15:53 +0000
commit3cd039dd8fc8fdfd4d34bd9a3b37312b836794a7 (patch)
treeefd3a205058a4b349b6647a29c3a3318dbdb12e0 /CHANGES
parent81269a81eeffc0b6a2cc916cb69178829a455d2f (diff)
Add notes on the added support for aep and sureware crypto cards in
0.9.7.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 0f65cb17c0..5ad229b9e8 100644
--- a/CHANGES
+++ b/CHANGES
@@ -13,6 +13,18 @@
*) applies to 0.9.6a/0.9.6b/0.9.6c and 0.9.7
+) applies to 0.9.7 only
+ +) Support for crypto accelerator cards from Accelerated Encryption
+ Processing, www.aep.ie. (Use engine 'aep')
+ The support was copied from 0.9.6c [engine] and adapted/corrected
+ to work with the new engine framework.
+ [AEP Inc. and Richard Levitte]
+
+ +) Support for SureWare crypto accelerator cards from Baltimore
+ Technologies. (Use engine 'sureware')
+ The support was copied from 0.9.6c [engine] and adapted
+ to work with the new engine framework.
+ [Richard Levitte]
+
*) Have ASN1_BIT_STRING_set_bit() really clear a bit when the requested
value is 0.
[Richard Levitte]