New function X509V3_extensions_print() this removes extension duplication
authorDr. Stephen Henson <steve@openssl.org>
Thu, 14 Dec 2000 18:42:28 +0000 (18:42 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Thu, 14 Dec 2000 18:42:28 +0000 (18:42 +0000)
commit2c15d426b927444652cb53f39bc8463a1e6b91a6
tree9850785e8806f5b6ff8dd633e35c603ed333d235
parentbdcfe1d165b46d9263d3395535631305c3e27bd6
New function X509V3_extensions_print() this removes extension duplication
from the print routines.

Reorganisation of OCSP code: initial print routines in ocsp_prn.c. Doesn't
work fully because OCSP extensions aren't reimplemented yet.

Implement some ASN1 functions needed to compile OCSP code.
CHANGES
crypto/asn1/t_crl.c
crypto/asn1/t_x509.c
crypto/ocsp/Makefile.ssl
crypto/ocsp/ocsp.h
crypto/ocsp/ocsp_asn.c
crypto/ocsp/ocsp_lib.c
crypto/ocsp/ocsp_prn.c [new file with mode: 0644]
crypto/x509v3/v3_alt.c
crypto/x509v3/v3_prn.c
crypto/x509v3/x509v3.h