1. 14 8月, 2011 1 次提交
  2. 10 6月, 2011 1 次提交
  3. 11 4月, 2011 1 次提交
  4. 04 2月, 2011 1 次提交
  5. 23 2月, 2010 1 次提交
  6. 17 6月, 2009 1 次提交
  7. 12 11月, 2008 1 次提交
  8. 01 11月, 2008 1 次提交
  9. 14 9月, 2008 1 次提交
  10. 28 2月, 2008 1 次提交
  11. 12 6月, 2007 1 次提交
  12. 19 4月, 2007 2 次提交
  13. 29 3月, 2007 1 次提交
  14. 28 3月, 2007 1 次提交
  15. 29 8月, 2005 1 次提交
  16. 14 3月, 2004 1 次提交
  17. 09 3月, 2004 1 次提交
  18. 23 11月, 2003 1 次提交
    • G
      BN_div() cleanup: replace the use of BN_sub and BN_add with bn_sub_words · 9e989810
      Geoff Thorpe 提交于
      and bn_add_words to avoid using fake bignums to window other bignums that
      can lead to corruption. This change allows all bignum tests to pass with
      BN_DEBUG and BN_DEBUG_RAND debugging and valgrind. NB: This should be
      tested on a few different architectures and configuration targets, as the
      bignum code this deals with is quite preprocessor (and assembly) sensitive.
      
      Submitted by: Nils Narsch
      Reviewed by: Geoff Thorpe, Ulf Moeller
      9e989810
  19. 07 11月, 2003 1 次提交
  20. 05 11月, 2003 1 次提交
  21. 31 10月, 2003 1 次提交
  22. 30 10月, 2003 1 次提交
  23. 21 12月, 2002 1 次提交
  24. 15 12月, 2002 1 次提交
  25. 31 5月, 2002 1 次提交
  26. 14 10月, 2001 1 次提交
  27. 28 3月, 2001 1 次提交
  28. 28 2月, 2001 1 次提交
    • D
      · 3d2e469c
      Dr. Stephen Henson 提交于
      Fix a bug which caused BN_div to produce the
      wrong result if rm==num and num < 0.
      3d2e469c
  29. 20 2月, 2001 1 次提交
    • 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
  30. 24 1月, 2001 1 次提交
  31. 07 12月, 2000 1 次提交
  32. 27 11月, 2000 1 次提交
  33. 08 11月, 2000 1 次提交
  34. 04 8月, 2000 1 次提交
  35. 16 2月, 2000 1 次提交
  36. 06 2月, 2000 1 次提交
  37. 05 2月, 2000 1 次提交
  38. 03 2月, 2000 1 次提交
    • A
      Support for "multiply high" instruction, see BN_UMULT_HIGH comment in · fb81ac5e
      Andy Polyakov 提交于
      crypto/bn/bn_lcl.h for further details. It should be noted that for
      the moment of this writing the code was tested only on Alpha. If
      compiled with DEC C the C implementation exhibits 12% performance
      improvement over the crypto/bn/asm/alpha.s (on EV56 box running
      AlphaLinux). GNU C is (unfortunately) 8% behind the assembler
      implementation. But it's OpenVMS Alpha users who *may* benefit most
      as 'apps/openssl speed rsa' exhibits 6 (six) times performance
      improvement over the original VMS bignum implementation. Where "*may*"
      means "as soon as code is enabled though #define SIXTY_FOUR_BIT and
      crypto/bn/asm/vms.mar is skipped."
      fb81ac5e
  39. 02 2月, 2000 1 次提交