Skip to content
  1. Feb 03, 2001
    • Dr. Stephen Henson's avatar
      · 02e4fbed
      Dr. Stephen Henson authored
      Various OCSP responder utility functions.
      
      Delete obsolete OCSP functions.
      
      Largely untested at present...
      02e4fbed
  2. Feb 02, 2001
  3. Feb 01, 2001
  4. Jan 30, 2001
  5. Jan 28, 2001
  6. Jan 26, 2001
  7. Jan 25, 2001
  8. Jan 24, 2001
  9. Jan 23, 2001
  10. Jan 21, 2001
  11. Jan 20, 2001
  12. Jan 19, 2001
  13. Jan 18, 2001
  14. Jan 17, 2001
  15. Jan 15, 2001
  16. Jan 14, 2001
  17. Jan 13, 2001
    • Dr. Stephen Henson's avatar
      · 5782ceb2
      Dr. Stephen Henson authored
      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
  18. Jan 12, 2001
  19. Jan 11, 2001
  20. Jan 10, 2001
  21. Jan 09, 2001
  22. Jan 08, 2001
    • 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
  23. Jan 05, 2001
  24. Jan 04, 2001
    • 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
  25. Dec 31, 2000
    • Dr. Stephen Henson's avatar
      Fix the S/MIME code so it now works again and · ec5add87
      Dr. Stephen Henson authored
      uses the new ASN1 code.
      ec5add87
    • Dr. Stephen Henson's avatar
      · ecbe0781
      Dr. Stephen Henson authored
      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
    • Richard Levitte's avatar
      Document. · a6574c21
      Richard Levitte authored
      a6574c21