summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2000-08-06 18:43:32 +0000
committerDr. Stephen Henson <steve@openssl.org>2000-08-06 18:43:32 +0000
commitd4fbe3182df4425d5a382c217df3ad59cb25a180 (patch)
tree1e11ad08332270404819cae078afe40e76a54c8e /CHANGES
parent5584fa1709585ee6d7e4f20551a71077f0e36699 (diff)
Fix for bad sorting of object names.
Add warning print out if duplicate names found: should end up as a fatal error but a warning for now until they problems are fixed...
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES15
1 files changed, 14 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 137e09d285..10a8ca5d43 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,8 +4,21 @@
Changes between 0.9.5a and 0.9.6 [xx XXX 2000]
+ *) The obj_dat.pl script was messing up the sorting of object
+ names. The reason was that it compared the quoted version
+ of strings as a result "OCSP" > "OCSP Signing" because
+ " > SPACE. Changed script to store unquoted versions of
+ names and add quotes on output. It was also omitting some
+ names from the lookup table if they were given a default
+ value (that is if SN is missing it is given the same
+ value as LN and vice versa), these are now added on the
+ grounds that if an object has a name we should be able to
+ look it up. Finally added warning output when duplicate
+ short or long names are found.
+ [Steve Henson]
+
*) Changes needed for Tandem NSK.
- [Scott Uroff scott@xpro.com]
+ [Scott Uroff scott@xypro.com]
*) Fix SSL 2.0 rollback checking: Due to an off-by-one error in
RSA_padding_check_SSLv23(), special padding was never detected