crypto/objects stuff
authorBodo Möller <bodo@openssl.org>
Mon, 3 Dec 2001 13:54:58 +0000 (13:54 +0000)
committerBodo Möller <bodo@openssl.org>
Mon, 3 Dec 2001 13:54:58 +0000 (13:54 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index cf2cc178b5a3c1bc830f13c5c3a8097249fdf15a..219133ee5d3638fe3f1e419cb5153f6525be05a6 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,12 @@
 
  Changes between 0.9.6b and 0.9.6c  [XX xxx XXXX]
 
+  *) Fix crypto/objects/objects.h: "ld-ce" should be "id-ce",
+     OBJ_ld_ce should be OBJ_id_ce.
+     Also some ip-pda OIDs in crypto/objects/objects.txt were
+     incorrect (cf. RFC 3039).
+     [Matt Cooper, Frederic Giudicelli, Bodo Moeller]
+
   *) Release CRYPTO_LOCK_DYNLOCK when CRYPTO_destroy_dynlockid()
      returns early because it has nothing to do.
      [Andy Schneider <andy.schneider@bjss.co.uk>]