summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2000-09-03 23:13:48 +0000
committerDr. Stephen Henson <steve@openssl.org>2000-09-03 23:13:48 +0000
commitbd08a2bd0c1078e396c02a1ba11205a0d0a3a2a7 (patch)
tree66e5c988db7ad992f2697d1d545ed06c55b5e8a0 /CHANGES
parent55ac522068e616d8a4d1bd5590f3b2d08d4ba25c (diff)
Add 'rsautl' low level RSA utility.
Add DER public key routines. Add -passin argument to 'ca' utility. Document sign and verify options to dgst.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index dde9f64a99..424a25c1e8 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,11 @@
Changes between 0.9.5a and 0.9.6 [xx XXX 2000]
+ *) New openssl application 'rsautl'. This utility can be
+ used for low level RSA operations. DER public key
+ BIO/fp routines also added.
+ [Steve Henson]
+
*) New Configure entry and patches for compiling on QNX 4.
[Andreas Schneider <andreas@ds3.etech.fh-hamburg.de>]