summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2005-08-21 00:18:26 +0000
committerDr. Stephen Henson <steve@openssl.org>2005-08-21 00:18:26 +0000
commiteea374fd193c1568fecdea8a9e968a68889fa008 (patch)
treee27f842a2d406d88be333c10be0d798f7a9ff61d /CHANGES
parent2e8879fa6ed5fea4d266dcad0fe626d69fc6d87f (diff)
Command line support for RSAPublicKey format.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index c9058ff939..c58c811f40 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,9 +4,13 @@
Changes between 0.9.8 and 0.9.9 [xx XXX xxxx]
+ *) Support for PKCS#1 RSAPublicKey format on rsa utility command line.
+ [Steve Henson]
+
*) Remove the ancient ASN1_METHOD code. This was only ever used in one
place for the (very old) "NETSCAPE" format certificates which are now
handled using new ASN1 code equivalents.
+ [Steve Henson]
*) Let the TLSv1_method() etc. functions return a 'const' SSL_METHOD
pointer and make the SSL_METHOD parameter in SSL_CTX_new,