aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>1999-04-17 23:55:39 +0000
committerDr. Stephen Henson <steve@openssl.org>1999-04-17 23:55:39 +0000
commitc83e523d7f0c095c0fe5851edd5d3c9355e34a3f (patch)
tree9c9f481483973bc1c8143cbda6d4747299d641e0 /CHANGES
parente778802f53c8d47e96a6e4cbc776eb6e1d4c461a (diff)
downloadopenssl-c83e523d7f0c095c0fe5851edd5d3c9355e34a3f.zip
openssl-c83e523d7f0c095c0fe5851edd5d3c9355e34a3f.tar.gz
openssl-c83e523d7f0c095c0fe5851edd5d3c9355e34a3f.tar.bz2
Allow asn1parse to print out VISIBLESTRING and some code needed for certificate
policies extension.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 748f9b0..597a6f3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -9,7 +9,8 @@
return a const string when you are expecting an allocated buffer.
[Ben Laurie]
- *) Add support for ASN1 types UTF8String and VISIBLESTRING.
+ *) Add support for ASN1 types UTF8String and VISIBLESTRING, also the CHOICE
+ types DirectoryString and DisplayText.
[Steve Henson]
*) Add code to allow r2i extensions to access the configuration database,