aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2006-07-18 12:36:19 +0000
committerDr. Stephen Henson <steve@openssl.org>2006-07-18 12:36:19 +0000
commit450ea83495f8da9d9331da7a724514158d618a6f (patch)
tree2ea54540139764fb5347f7722aac81e2820f3951 /CHANGES
parentaf8c1d81a3366009fbf7b563ac629d6a33880012 (diff)
downloadopenssl-450ea83495f8da9d9331da7a724514158d618a6f.zip
openssl-450ea83495f8da9d9331da7a724514158d618a6f.tar.gz
openssl-450ea83495f8da9d9331da7a724514158d618a6f.tar.bz2
Store canonical encodings of Name structures. Update X509_NAME_cmp() to use
them.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 89c016e..2c1dadd 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,11 @@
Changes between 0.9.8b and 0.9.9 [xx XXX xxxx]
+ *) Store a "canonical" representation of X509_NAME structure (ASN1 Name)
+ this maps equivalent X509_NAME structures into a consistent structure.
+ Name comparison can then be performed rapidly using memcmp().
+ [Steve Henson]
+
*) Non-blocking OCSP request processing. Add -timeout option to ocsp
utility.
[Steve Henson]