commit | 2af52de7b5c414bf73302a2495c21dcb2db3b90c | [log] [tgz] |
---|---|---|
author | Dr. Stephen Henson <steve@openssl.org> | Wed Aug 14 00:48:02 2002 +0000 |
committer | Dr. Stephen Henson <steve@openssl.org> | Wed Aug 14 00:48:02 2002 +0000 |
tree | 06deed8e2ed7d19550ce6eddb12187d9bff312fd | |
parent | 629d860cbc2420826a13e1f874cadee3e761c406 [diff] |
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.