1. 09 1月, 2001 7 次提交
  2. 08 1月, 2001 4 次提交
  3. 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
  4. 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
  5. 01 1月, 2001 1 次提交
  6. 31 12月, 2000 12 次提交
  7. 30 12月, 2000 3 次提交
  8. 29 12月, 2000 8 次提交
  9. 28 12月, 2000 2 次提交