diff options
author | Richard Levitte <levitte@openssl.org> | 2002-11-09 21:52:20 +0000 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2002-11-09 21:52:20 +0000 |
commit | c81a15099a7b6a8c4ace55a2554005656aa8a307 (patch) | |
tree | c27cb03d6fadb583cdac35097e9e760fb1faa067 /CHANGES | |
parent | a8c125550ca0714b5f7eeb8f7e6e6a06b356fb64 (diff) | |
download | openssl-new-c81a15099a7b6a8c4ace55a2554005656aa8a307.tar.gz |
X509_NAME_cmp() now compares PrintableString and emailAddress with a value of type
ia5String correctly.
PR: 244
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1997,6 +1997,11 @@ des-cbc 3624.96k 5258.21k 5530.91k 5624.30k 5628.26k Changes between 0.9.6g and 0.9.6h [xx XXX xxxx] + *) Change X509_NAME_cmp() so it applies the special rules on handling + DN values that are of type PrintableString, as well as RDNs of type + emailAddress where the value has the type ia5String. + [stefank@valicert.com via Richard Levitte] + *) Add a SSL_SESS_CACHE_NO_INTERNAL_STORE flag to take over half the job SSL_SESS_CACHE_NO_INTERNAL_LOOKUP was inconsistently doing, define a new flag (SSL_SESS_CACHE_NO_INTERNAL) to be |