Update OCSP API.
authorDr. Stephen Henson <steve@openssl.org>
Thu, 4 Jan 2001 01:46:36 +0000 (01:46 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Thu, 4 Jan 2001 01:46:36 +0000 (01:46 +0000)
commitbf0d176e48c6dd44c6cb3250d1e56d9d098f815a
tree199fe76e0938dd662f98fe7c8c5efd7438c09dbb
parentec5add8784a2ffacd3391daae7937e04225da9da
Update OCSP API.

Remove extensions argument from various functions
because it is not needed with the new extension
code.

New function OCSP_cert_to_id() to convert a pair
of certificates into an OCSP_CERTID.

New simple OCSP HTTP function. This is rather primitive
but just about adequate to send OCSP requests and
parse the response.

Fix typo in CRL distribution points extension.

Fix ASN1 code so it adds a final null to constructed
strings.
CHANGES
crypto/asn1/tasn_dec.c
crypto/ocsp/Makefile.ssl
crypto/ocsp/ocsp.h
crypto/ocsp/ocsp_asn.c
crypto/ocsp/ocsp_err.c
crypto/ocsp/ocsp_ht.c [new file with mode: 0644]
crypto/ocsp/ocsp_lib.c
crypto/x509v3/v3_crld.c