summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>1999-09-07 12:16:29 +0000
committerDr. Stephen Henson <steve@openssl.org>1999-09-07 12:16:29 +0000
commita785abc324b06a41ee043be128bf576a95d1fa1b (patch)
tree583e909d9449ce1a14aacf7d6c44b2c970a19724 /CHANGES
parent092ec334f023cdd97dc105110dada12308f9ec0d (diff)
New function to convert ASN1 tag values to strings. Also fix typo in asn1.h
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index c246ca9158..2f40440310 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,10 @@
Changes between 0.9.4 and 0.9.5 [xx XXX 1999]
+ *) New function ANS1_tag2str() to convert an ASN1 tag to a descriptive
+ ASCII string. This was handled independently in various places before.
+ [Steve Henson]
+
*) New functions UTF8_getc() and UTF8_putc() that parse and generate
UTF8 strings a character at a time.
[Steve Henson]