The majority of the OCSP code from CertCo.
authorRichard Levitte <levitte@openssl.org>
Fri, 27 Oct 2000 11:05:35 +0000 (11:05 +0000)
committerRichard Levitte <levitte@openssl.org>
Fri, 27 Oct 2000 11:05:35 +0000 (11:05 +0000)
commiteb64730b9cb6fe9cb5bfa4b0b54bf8c9193ced2b
tree0149f424193ee8b5cc38e590ba4766d829e8e2f7
parent34a1488220e7b6338d750ae5a00853c4ee89d267
The majority of the OCSP code from CertCo.
22 files changed:
Makefile.org
apps/x509.c
crypto/asn1/asn1.h
crypto/asn1/asn1_err.c
crypto/asn1/t_x509.c
crypto/err/err.h
crypto/err/openssl.ec
crypto/ocsp/Makefile.ssl [new file with mode: 0644]
crypto/ocsp/ocsp.h [new file with mode: 0644]
crypto/ocsp/ocsp_cid.c [new file with mode: 0644]
crypto/ocsp/ocsp_err.c [new file with mode: 0644]
crypto/ocsp/ocsp_ext.c [new file with mode: 0644]
crypto/ocsp/ocsp_lib.c [new file with mode: 0644]
crypto/ocsp/ocsp_req.c [new file with mode: 0644]
crypto/ocsp/ocsp_res.c [new file with mode: 0644]
crypto/ocsp/ocsp_sig.c [new file with mode: 0644]
crypto/stack/safestack.h
crypto/x509/x509.h
crypto/x509v3/v3_info.c
crypto/x509v3/x509v3.h
util/mkdef.pl
util/mkfiles.pl