More extension code. Incomplete support for subject and issuer alt
authorDr. Stephen Henson <steve@openssl.org>
Wed, 10 Feb 1999 01:12:59 +0000 (01:12 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Wed, 10 Feb 1999 01:12:59 +0000 (01:12 +0000)
commit175b0942ec7e82f86831916d325922817872e657
tree44262b09075d8ca2b46b4819069f4a5df304ae89
parentc45beb91b3ddf18b29c65b64b9e0ee74497a7f27
More extension code. Incomplete support for subject and issuer alt
name, issuer and authority key id. Change the i2v function parameters
and add an extra 'crl' parameter in the X509V3_CTX structure: guess
what that's for :-) Fix to ASN1 macro which messed up
IMPLICIT tag and add f_enum.c which adds a2i, i2a for ENUMERATED.
21 files changed:
CHANGES
apps/ca.c
apps/openssl.cnf
apps/req.c
crypto/asn1/Makefile.ssl
crypto/asn1/f_enum.c [new file with mode: 0644]
crypto/x509v3/Makefile.ssl
crypto/x509v3/v3_akey.c [new file with mode: 0644]
crypto/x509v3/v3_alt.c
crypto/x509v3/v3_bcons.c
crypto/x509v3/v3_bitst.c
crypto/x509v3/v3_conf.c
crypto/x509v3/v3_extku.c
crypto/x509v3/v3_lib.c
crypto/x509v3/v3_prn.c
crypto/x509v3/v3_skey.c [new file with mode: 0644]
crypto/x509v3/v3_utl.c
crypto/x509v3/v3err.c
crypto/x509v3/v3prin.c
crypto/x509v3/x509v3.err
crypto/x509v3/x509v3.h