summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>1999-09-03 01:08:34 +0000
committerDr. Stephen Henson <steve@openssl.org>1999-09-03 01:08:34 +0000
commit8ce97163a2a3dea3d47e20f956032b50940422a2 (patch)
tree635388e872ab8c807719bbe9da4447609a816078 /CHANGES
parentac8b4ee04a41f89f59e080ae792fe130574e3f36 (diff)
Add new 'spkac' utility and several SPKAC utility functions.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 0cc163b082..649de47179 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,13 @@
Changes between 0.9.4 and 0.9.5 [xx XXX 1999]
+ *) Add various utility functions to handle SPKACs, these were previously
+ handled by poking round in the structure internals. Added new function
+ NETSCAPE_SPKI_print() to print out SPKAC and a new utility 'spkac' to
+ print, verify and generate SPKACs. Based on an original idea from
+ Massimiliano Pala <madwolf@comune.modena.it> but extensively modified.
+ [Steve Henson]
+
*) RIPEMD160 is operational on all platforms and is back in 'make test'.
[Andy Polyakov]