Support for ASN1 ENUMERATED type. This copies and duplicates the ASN1_INTEGER code and adds support to ASN1_TYPE and asn1parse.
diff --git a/CHANGES b/CHANGES index 9c33fbe..1564978 100644 --- a/CHANGES +++ b/CHANGES
@@ -5,6 +5,10 @@ Changes between 0.9.1c and 0.9.2 + *) Preliminary support for ENUMERATED type. This is largely copied from the + INTEGER code. + [Steve Henson] + *) Add new function, EVP_MD_CTX_copy() to replace frequent use of memcpy. [Eric A. Young, (from changes to C2Net SSLeay, integrated by Mark Cox)]