1. 24 4月, 2011 1 次提交
  2. 19 4月, 2011 1 次提交
  3. 14 4月, 2011 2 次提交
  4. 16 2月, 2011 1 次提交
  5. 11 2月, 2011 1 次提交
  6. 04 2月, 2011 1 次提交
  7. 26 1月, 2011 1 次提交
    • D
      FIPS mode DSA changes: · 20818e00
      Dr. Stephen Henson 提交于
      Check for selftest failures.
      
      Pairwise consistency test for RSA key generation.
      
      Use some EVP macros instead of EVP functions.
      
      Use minimal FIPS EVP where needed.
      
      Key size restrictions.
      20818e00
  8. 28 3月, 2007 1 次提交
  9. 27 5月, 2005 1 次提交
  10. 16 5月, 2005 1 次提交
    • B
      Implement fixed-window exponentiation to mitigate hyper-threading · 46a64376
      Bodo Möller 提交于
      timing attacks.
      
      BN_FLG_EXP_CONSTTIME requests this algorithm, and this done by default for
      RSA/DSA/DH private key computations unless
      RSA_FLAG_NO_EXP_CONSTTIME/DSA_FLAG_NO_EXP_CONSTTIME/
      DH_FLAG_NO_EXP_CONSTTIME is set.
      
      Submitted by: Matthew D Wood
      Reviewed by: Bodo Moeller
      46a64376
  11. 21 3月, 2003 1 次提交
  12. 15 1月, 2003 1 次提交
  13. 20 6月, 2001 1 次提交
    • D
      · 323f289c
      Dr. Stephen Henson 提交于
      Change all calls to low level digest routines in the library and
      applications to use EVP. Add missing calls to HMAC_cleanup() and
      don't assume HMAC_CTX can be copied using memcpy().
      
      Note: this is almost identical to the patch submitted to openssl-dev
      by Verdon Walker <VWalker@novell.com> except some redundant
      EVP_add_digest_()/EVP_cleanup() calls were removed and some changes
      made to avoid compiler warnings.
      323f289c
  14. 20 2月, 2001 2 次提交
    • U
      Use BN_rand_range(). · 12c2fe8d
      Ulf Möller 提交于
      12c2fe8d
    • R
      Make all configuration macros available for application by making · cf1b7d96
      Richard Levitte 提交于
      sure they are available in opensslconf.h, by giving them names starting
      with "OPENSSL_" to avoid conflicts with other packages and by making
      sure e_os2.h will cover all platform-specific cases together with
      opensslconf.h.
      
      I've checked fairly well that nothing breaks with this (apart from
      external software that will adapt if they have used something like
      NO_KRB5), but I can't guarantee it completely, so a review of this
      change would be a good thing.
      cf1b7d96
  15. 13 9月, 2000 1 次提交
  16. 01 3月, 2000 1 次提交
  17. 27 4月, 1999 1 次提交
  18. 24 4月, 1999 1 次提交
  19. 20 4月, 1999 1 次提交
  20. 21 12月, 1998 2 次提交