1. 29 11月, 2002 2 次提交
  2. 27 11月, 2002 1 次提交
  3. 19 11月, 2002 1 次提交
  4. 14 11月, 2002 1 次提交
    • R
      Fix to build better with DJGPP. · 8d6e6048
      Richard Levitte 提交于
      PR: 338
      
      Here's the description, submitted by Gisle Vanem <giva@bgnett.no>:
      
      1. sock_init() renamed to ssl_sock_init() in ./apps/s_socket.c due
         to name-clash with Watt-32.
      
      2. rand() renamed to Rand() in ./crypto/bn/divtest.c due to name-clash
         with <stdlib.h>
      
      3. Added calls to dbug_init()/sock_init() in some demo programs.
      
      4. Changed cflags/lflags in configure. Watt-32 install root now taken
         from $WATT_ROOT.
      8d6e6048
  5. 04 11月, 2002 1 次提交
  6. 29 10月, 2002 4 次提交
  7. 28 10月, 2002 2 次提交
  8. 14 10月, 2002 1 次提交
  9. 09 10月, 2002 1 次提交
  10. 27 8月, 2002 1 次提交
  11. 13 8月, 2002 1 次提交
  12. 07 8月, 2002 1 次提交
  13. 04 8月, 2002 3 次提交
  14. 03 8月, 2002 2 次提交
  15. 02 8月, 2002 7 次提交
  16. 25 7月, 2002 1 次提交
    • B
      Move zeroing from bn_expand_internal() to bn_expand2() so that it · 12593e6f
      Bodo Möller 提交于
      happens reliably, even if the BIGNUM is already sufficiently large.
      
      [Note that the bn_expand()/bn_wexpand() macros call bn_expand2() only
      if the BIGNUM actually has to grow, so this change does not add any
      new overhead as currently bn_expand2() is never called directly.]
      12593e6f
  17. 10 7月, 2002 1 次提交
  18. 28 6月, 2002 1 次提交
  19. 14 6月, 2002 1 次提交
  20. 31 5月, 2002 1 次提交
  21. 11 5月, 2002 2 次提交
    • D
      · dc014d43
      Dr. Stephen Henson 提交于
      Fallback to normal multiply if n2 == 8 and dna or dnb is not zero
      in bn_mul_recursive.
      
      This is (hopefully) what was triggering bignum errors on 64 bit
      platforms and causing the BN_mod_mul test to fail.
      dc014d43
    • D
      · 2f9cf160
      Dr. Stephen Henson 提交于
      Avoid gcc warning: BN_DEC_CONV when SIXTY_FOUR_BIT is defined is unsigned.
      2f9cf160
  22. 26 3月, 2002 1 次提交
  23. 18 12月, 2001 1 次提交
  24. 14 12月, 2001 1 次提交
  25. 15 11月, 2001 1 次提交