summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>1999-04-09 17:04:32 +0000
committerUlf Möller <ulf@openssl.org>1999-04-09 17:04:32 +0000
commit9d892e2855498b71306780e8a5a22ae2c190b702 (patch)
tree2cbfe597d75d88575ee0644f8aeebf23c524c641 /CHANGES
parent28847dd15398a5914e45275c887192a5e04f39fa (diff)
recent changes.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 532c48490a..02d2349bae 100644
--- a/CHANGES
+++ b/CHANGES
@@ -5,6 +5,13 @@
Changes between 0.9.2b and 0.9.3
+ *) New functions DSA_do_sign and DSA_do_verify to provide access to
+ the raw DSA values prior to ASN.1 encoding.
+ [Ulf Möller]
+
+ *) Tweaks to Configure
+ Niels Poppe <niels@netbox.org>
+
*) Add support for PKCS#5 v2.0 ASN1 PBES2 structures. No other support,
yet...
[Steve Henson]