1. 12 1月, 2001 1 次提交
    • D
      Fix typo in OCSP ASN1 module, this caused · adf87b2d
      Dr. Stephen Henson 提交于
      invalid format in OCSP request signatures.
      
      Add spaces to OCSP HTTP header.
      
      Change X509_NAME_set() there's no reason
      why it should return an error if the
      destination points to NULL... though it
      should if the destination is NULL.
      adf87b2d
  2. 11 1月, 2001 11 次提交
  3. 10 1月, 2001 12 次提交
  4. 09 1月, 2001 7 次提交
  5. 08 1月, 2001 4 次提交
  6. 05 1月, 2001 2 次提交
    • D
      Modify OCSP API to more closely reflect · 8e961835
      Dr. Stephen Henson 提交于
      application needs.
      
      Add OCSP library name to error code.
      8e961835
    • D
      Fix typo in OCSP nonce extension. · a8312c0e
      Dr. Stephen Henson 提交于
      Set correct type in ASN1_STRING for
      INTEGER and ENUMERATED types.
      
      Make ASN1_INTEGER_get() and ASN1_ENUMERATED_get()
      return -1 for invalid type rather than 0 (which is
      often valid). -1 may also be valid but this is less
      likely.
      
      Load OCSP error strings in ERR_load_crypto_strings().
      a8312c0e
  7. 04 1月, 2001 1 次提交
    • 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
  8. 01 1月, 2001 1 次提交
  9. 31 12月, 2000 1 次提交