Skip to content
  1. Feb 26, 2000
  2. Feb 25, 2000
  3. Feb 24, 2000
  4. Feb 23, 2000
    • Ulf Möller's avatar
      add missing names. · cdf20e08
      Ulf Möller authored
      cdf20e08
    • Dr. Stephen Henson's avatar
      · 3142c86d
      Dr. Stephen Henson authored
      Allow ADH to be used but not present in the default cipher
      list.
      
      Allow CERTIFICATE to be used in PEM headers for PKCS#7 structures:
      some CAs do this.
      3142c86d
  5. Feb 22, 2000
  6. Feb 21, 2000
    • Bodo Möller's avatar
      Move MAC computations for Finished from ssl3_read_bytes into · 745c70e5
      Bodo Möller authored
      ssl3_get_message, which is more logical (and avoids a bug,
      in addition to the one that I introduced yesterday :-)
      and makes Microsoft "fast SGC" less special.
      MS SGC should still work now without an extra state of its own
      (it goes directly to SSL3_ST_SR_CLNT_HELLO_C, which is the usual state
      for reading the body of a Client Hello message), however this should
      be tested to make sure, and I don't have a MS SGC client.
      745c70e5
  7. Feb 20, 2000
  8. Feb 19, 2000
  9. Feb 18, 2000
  10. Feb 16, 2000
  11. Feb 15, 2000
  12. Feb 12, 2000
  13. Feb 11, 2000
  14. Feb 10, 2000
  15. Feb 08, 2000
  16. Feb 06, 2000
  17. Feb 05, 2000
  18. Feb 04, 2000
  19. Feb 03, 2000
    • Dr. Stephen Henson's avatar
      · 82fc1d9c
      Dr. Stephen Henson authored
      Add new -notext option to 'ca', -pubkey option to spkac.
      
      Remove some "WTF??" casts from applications.
      
      Fixes to keep VC++ happy and avoid warnings.
      
      Docs tidy.
      82fc1d9c
  20. Feb 02, 2000
  21. Feb 01, 2000
  22. Jan 30, 2000
  23. Jan 29, 2000
  24. Jan 28, 2000
  25. Jan 27, 2000
    • Ulf Möller's avatar
      Document DSA and SHA. · 38e33cef
      Ulf Möller authored
      New function BN_pseudo_rand().
      Use BN_prime_checks_size(BN_num_bits(w)) rounds of Miller-Rabin when
      generating DSA primes (why not use BN_is_prime()?)
      38e33cef