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)
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.


No differences found