Skip to content
  1. Feb 08, 2001
    • 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. Feb 07, 2001
  3. Feb 06, 2001
  4. Feb 05, 2001
  5. 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
  6. Feb 02, 2001
  7. Feb 01, 2001
  8. Jan 30, 2001
  9. Jan 28, 2001
  10. Jan 26, 2001
  11. Jan 25, 2001
  12. Jan 24, 2001
  13. Jan 23, 2001
  14. Jan 21, 2001
  15. Jan 20, 2001
  16. Jan 19, 2001
  17. Jan 18, 2001
  18. Jan 17, 2001
  19. Jan 15, 2001
  20. Jan 14, 2001
  21. 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
  22. Jan 12, 2001
  23. Jan 11, 2001
  24. Jan 10, 2001
  25. Jan 09, 2001