Rewrite the extension code to use an ASN1_ITEM structure
authorDr. Stephen Henson <steve@openssl.org>
Wed, 13 Dec 2000 13:47:33 +0000 (13:47 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Wed, 13 Dec 2000 13:47:33 +0000 (13:47 +0000)
commit2aff7727f700384de6ced15a97888a8405cb1214
treeaa5c50faad985a6acf8f1373d5dcd99f0cade1ca
parentcc93ae3ef4f76bcf64164ef3f83854bdfd4a074e
Rewrite the extension code to use an ASN1_ITEM structure
for its ASN1 operations as well as the old style function
pointers (i2d, d2i, new, free). Change standard extensions
to support this.

Fix a warning in BN_mul(), bn_mul.c about uninitialised 'j'.
19 files changed:
CHANGES
crypto/bn/bn_mul.c
crypto/x509v3/v3_akey.c
crypto/x509v3/v3_alt.c
crypto/x509v3/v3_bcons.c
crypto/x509v3/v3_bitst.c
crypto/x509v3/v3_conf.c
crypto/x509v3/v3_cpols.c
crypto/x509v3/v3_crld.c
crypto/x509v3/v3_enum.c
crypto/x509v3/v3_extku.c
crypto/x509v3/v3_info.c
crypto/x509v3/v3_int.c
crypto/x509v3/v3_lib.c
crypto/x509v3/v3_pku.c
crypto/x509v3/v3_prn.c
crypto/x509v3/v3_skey.c
crypto/x509v3/v3_sxnet.c
crypto/x509v3/x509v3.h