summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>1999-05-14 18:21:21 +0000
committerDr. Stephen Henson <steve@openssl.org>1999-05-14 18:21:21 +0000
commit1ad2ecb66f24dc4d03e137b9f73224dc376ab5f4 (patch)
tree148aaf10ddaacff24f37a92a004c2e763d5ef9a2 /util
parent2a82c7cf252387b67d79383d518fad4a10bb253e (diff)
The encoding of negative ASN1 INTEGERs and the conversion of BNs to negative
integers was completely broken. Also added a NEG_PUBKEY_BUG compilation option to compensate for public keys improperly encoded as negative integers.
Diffstat (limited to 'util')
-rwxr-xr-xutil/libeay.num1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/libeay.num b/util/libeay.num
index 01299b1f7a..7be174acdf 100755
--- a/util/libeay.num
+++ b/util/libeay.num
@@ -1624,3 +1624,4 @@ X509V3_EXT_add_list 1648
EVP_CIPHER_type 1649
EVP_PBE_CipherInit 1650
X509V3_add_value_bool_nf 1651
+d2i_ASN1_UINTEGER 1652