From: Dr. Stephen Henson Date: Thu, 4 Jan 2001 01:46:36 +0000 (+0000) Subject: Update OCSP API. X-Git-Tag: OpenSSL_0_9_6a-beta1~81^2~75 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=bf0d176e48c6dd44c6cb3250d1e56d9d098f815a;hp=bf0d176e48c6dd44c6cb3250d1e56d9d098f815a 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. ---