1. 08 1月, 2001 3 次提交
  2. 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
  3. 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
  4. 01 1月, 2001 1 次提交
  5. 31 12月, 2000 4 次提交
  6. 30 12月, 2000 3 次提交
  7. 29 12月, 2000 6 次提交
  8. 28 12月, 2000 2 次提交
  9. 27 12月, 2000 1 次提交
  10. 25 12月, 2000 1 次提交
  11. 21 12月, 2000 1 次提交
    • D
      Various Win32 related fixes. Doesn't compile yet on · 3c07b4c2
      Dr. Stephen Henson 提交于
      Win32 but it is getting there...
      
      Update mkdef.pl to handle ASN1_ANY and fix headers.
      
      Stop various VC++ warnings.
      
      Include some fixes from "Peter 'Luna' Runestig"
      <peter@runestig.com>
      
      Remove external declaration for des_set_weak_key_flag:
      it doesn't exist.
      3c07b4c2
  12. 20 12月, 2000 2 次提交
    • B
      Don't access non-existing element buf[256], use buf[255] instead. · 60f74926
      Bodo Möller 提交于
      Submitted by: draslar <draslar@elray.ch>
      60f74926
    • D
      · 5755cab4
      Dr. Stephen Henson 提交于
      Fixes to OCSP print code.
      
      Don't try to print request certificates if signature is not present.
      
      Remove unnecessary test for certificates being NULL.
      
      Fix typos in printed output.
      
      Tidy up output.
      
      Fix for typo in OCSP_SERVICELOC ASN1 template.
      
      Also give a bit more info in CHANGES about the ASN1 revision.
      5755cab4
  13. 19 12月, 2000 3 次提交
  14. 18 12月, 2000 2 次提交
  15. 17 12月, 2000 2 次提交
  16. 16 12月, 2000 4 次提交
  17. 15 12月, 2000 2 次提交