1. 08 Feb, 2001 2 commits
    • Richard Levitte's avatar
      Add the -VAfile option to 'openssl ocsp'. This option will give the · 9235adbf
      Richard Levitte authored
      client code certificates to use to only check response signatures.
      I'm not entirely sure if the way I just implemented the verification
      is the right way to do it, and would be happy if someone would like to
      review this.
      9235adbf
    • Bodo Möller's avatar
      Integrate my implementation of a countermeasure against · 35ed8cb8
      Bodo Möller authored
      Bleichenbacher's DSA attack.  With this implementation, the expected
      number of iterations never exceeds 2.
      
      New semantics for BN_rand_range():
      BN_rand_range(r, min, range) now generates r such that
           min <= r < min+range.
      (Previously, BN_rand_range(r, min, max) generated r such that
           min <= r < max.
      It is more convenient to have the range; also the previous
      prototype was misleading because max was larger than
      the actual maximum.)
      35ed8cb8
  2. 07 Feb, 2001 2 commits
    • Ulf Möller's avatar
      Bleichenbacher's DSA attack · 57e7d3ce
      Ulf Möller authored
      57e7d3ce
    • Dr. Stephen Henson's avatar
      · deb2c1a1
      Dr. Stephen Henson authored
      Fix AES code.
      
      Update Rijndael source to v3.0
      
      Add AES OIDs.
      
      Change most references of Rijndael to AES.
      
      Add new draft AES ciphersuites.
      deb2c1a1
  3. 06 Feb, 2001 2 commits
  4. 05 Feb, 2001 1 commit
  5. 03 Feb, 2001 1 commit
    • Dr. Stephen Henson's avatar
      · 02e4fbed
      Dr. Stephen Henson authored
      Various OCSP responder utility functions.
      
      Delete obsolete OCSP functions.
      
      Largely untested at present...
      02e4fbed
  6. 02 Feb, 2001 1 commit
  7. 01 Feb, 2001 1 commit
  8. 30 Jan, 2001 1 commit
  9. 28 Jan, 2001 1 commit
  10. 26 Jan, 2001 1 commit
  11. 25 Jan, 2001 1 commit
  12. 24 Jan, 2001 1 commit
  13. 23 Jan, 2001 2 commits
  14. 21 Jan, 2001 1 commit
  15. 20 Jan, 2001 1 commit
  16. 19 Jan, 2001 3 commits
  17. 18 Jan, 2001 1 commit
  18. 17 Jan, 2001 2 commits
  19. 15 Jan, 2001 1 commit
  20. 14 Jan, 2001 1 commit
  21. 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
  22. 12 Jan, 2001 1 commit
  23. 11 Jan, 2001 3 commits
  24. 10 Jan, 2001 5 commits
  25. 09 Jan, 2001 3 commits