]> granicus.if.org Git - openssl/commit
Fix typo in OBJ_txt2obj which incorrectly passed the content
authorDr. Stephen Henson <steve@openssl.org>
Wed, 14 Aug 2002 00:50:35 +0000 (00:50 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Wed, 14 Aug 2002 00:50:35 +0000 (00:50 +0000)
commitf84acec8ea4d70f47538754a837ff350065c4733
treee89bb0d6fd46e40576b28cffea0a6c015083d99f
parentd3b282e01ff57d6e9bd37f7f0a3e872685f13426
Fix typo in OBJ_txt2obj which incorrectly passed the content
length, instead of the encoding length to d2i_ASN1_OBJECT.

This wasn't visible before becuse ASN1_get_object() used
to read past the length of the supplied buffer.
CHANGES
crypto/objects/obj_dat.c