1. 18 Jan, 2001 1 commit
  2. 17 Jan, 2001 2 commits
  3. 15 Jan, 2001 1 commit
  4. 14 Jan, 2001 1 commit
  5. 13 Jan, 2001 1 commit
    • 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
  6. 12 Jan, 2001 1 commit
  7. 11 Jan, 2001 3 commits
  8. 10 Jan, 2001 5 commits
  9. 09 Jan, 2001 3 commits
  10. 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
  11. 05 Jan, 2001 1 commit
  12. 04 Jan, 2001 1 commit
    • 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
  13. 31 Dec, 2000 3 commits
    • 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
  14. 30 Dec, 2000 1 commit
  15. 29 Dec, 2000 2 commits
    • Dr. Stephen Henson's avatar
      Replace the old ASN1_dup() with ASN1_item_dup() and · 78d3b819
      Dr. Stephen Henson authored
      zap some evil function pointers casts along the way...
      78d3b819
    • Richard Levitte's avatar
      Enhancements to mkdef.pl: · 3f07fe09
      Richard Levitte authored
      * detect "unknown" algorithms (any C macro starting with NO_ that is
        not explicitely mentioned in mkdef.pl as a known algorithm) and
        report.
      * add a number of algorithms that can be deselected.
      * look in ssl/kssl.h as well.
      * accept multiple whitespace (not just one SPC) in preprocessor lines.
      3f07fe09
  16. 28 Dec, 2000 3 commits
  17. 26 Dec, 2000 1 commit
  18. 25 Dec, 2000 1 commit
  19. 24 Dec, 2000 1 commit
  20. 20 Dec, 2000 2 commits
    • Bodo Möller's avatar
      Split a CHANGES entry so that one of the halves matches the · 1456d186
      Bodo Möller authored
      corresponding new entry in the OpenSSL_0_9_6-stable branch.
      1456d186
    • Dr. Stephen Henson's avatar
      · 5755cab4
      Dr. Stephen Henson authored
      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
  21. 19 Dec, 2000 1 commit
  22. 18 Dec, 2000 2 commits
  23. 16 Dec, 2000 1 commit