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

diff --git a/CHANGES b/CHANGES
index 0b58507f6dae95fa2f63edad40341bbac669b58e..ceceb0e03bd23981eeb5c2a741ceb9d192c418f0 100644 (file)
--- a/CHANGES
+++ b/CHANGES
          *) applies to 0.9.6a/0.9.6b/0.9.6c and 0.9.7
          +) applies to 0.9.7 only
 
+  *) 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]
+
   +) Add option to output public keys in req command.
      [Massimiliano Pala madwolf@openca.org]