• D
    Update OCSP API. · bf0d176e
    Dr. Stephen Henson 提交于
    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.
    bf0d176e
ocsp_err.c 5.1 KB