1. 04 2月, 2001 1 次提交
    • D
      · 02e4fbed
      Dr. Stephen Henson 提交于
      Various OCSP responder utility functions.
      
      Delete obsolete OCSP functions.
      
      Largely untested at present...
      02e4fbed
  2. 02 2月, 2001 1 次提交
  3. 01 2月, 2001 1 次提交
  4. 30 1月, 2001 1 次提交
  5. 28 1月, 2001 1 次提交
  6. 26 1月, 2001 1 次提交
  7. 25 1月, 2001 2 次提交
  8. 24 1月, 2001 2 次提交
  9. 22 1月, 2001 1 次提交
  10. 20 1月, 2001 1 次提交
  11. 19 1月, 2001 3 次提交
  12. 18 1月, 2001 1 次提交
  13. 17 1月, 2001 2 次提交
  14. 15 1月, 2001 1 次提交
  15. 14 1月, 2001 1 次提交
  16. 13 1月, 2001 1 次提交
    • D
      · 5782ceb2
      Dr. Stephen Henson 提交于
      New OCSP utility. This can generate, parse and print
      OCSP requests. It can also query reponders and parse or
      print out responses.
      
      Still needs some more work: OCSP response checks and
      of course documentation.
      5782ceb2
  17. 12 1月, 2001 1 次提交
  18. 11 1月, 2001 4 次提交
  19. 10 1月, 2001 6 次提交
  20. 09 1月, 2001 1 次提交
  21. 08 1月, 2001 2 次提交
    • R
      Change RAND_poll for Unix to try a number of devices and only read · 0c61e299
      Richard Levitte 提交于
      them for a short period of time (actually, poll them with select(),
      then read() whatever is there), which is about 10ms (hard-coded value)
      each.
      
      Separate Windows and Unixly code, and start on a VMS variant that
      currently just returns 0.
      0c61e299
    • D
      · 0b33bc65
      Dr. Stephen Henson 提交于
      Add set of OCSP client functions. All experimental
      and subject to addition, modifcation or deletion.
      
      Add two OCSP nonce utility functions.
      
      Fix typo in status code name.
      0b33bc65
  22. 05 1月, 2001 1 次提交
  23. 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
  24. 01 1月, 2001 1 次提交
  25. 31 12月, 2000 2 次提交
    • D
      · ecbe0781
      Dr. Stephen Henson 提交于
      Rewrite PKCS#12 code and remove some of the old
      horrible macros.
      
      Fix two evil ASN1 bugs. Attempt to use 'ctx' when
      NULL if input is indefinite length constructed
      in asn1_check_tlen() and invalid pointer to ASN1_TYPE
      when reusing existing structure (this took *ages* to
      find because the new PKCS#12 code triggered it).
      ecbe0781
    • R
      Document. · a6574c21
      Richard Levitte 提交于
      a6574c21