1. 08 Jan, 2001 2 commits
    • Richard Levitte's avatar
      Change RAND_poll for Unix to try a number of devices and only read · 0c61e299
      Richard Levitte authored
      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
    • Dr. Stephen Henson's avatar
      · 0b33bc65
      Dr. Stephen Henson authored
      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
  2. 07 Jan, 2001 1 commit
  3. 05 Jan, 2001 1 commit
  4. 04 Jan, 2001 2 commits
    • Dr. Stephen Henson's avatar
      Fix typo in OCSP nonce extension. · a8312c0e
      Dr. Stephen Henson authored
      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
    • Dr. Stephen Henson's avatar
      Update OCSP API. · bf0d176e
      Dr. Stephen Henson authored
      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. 31 Dec, 2000 13 commits
  6. 30 Dec, 2000 2 commits
  7. 29 Dec, 2000 5 commits
  8. 28 Dec, 2000 5 commits
  9. 27 Dec, 2000 3 commits
  10. 26 Dec, 2000 1 commit
  11. 25 Dec, 2000 1 commit
  12. 24 Dec, 2000 1 commit
  13. 21 Dec, 2000 2 commits
  14. 20 Dec, 2000 1 commit