1. 29 May, 2002 1 commit
  2. 28 May, 2002 1 commit
  3. 27 May, 2002 1 commit
  4. 24 May, 2002 1 commit
  5. 23 May, 2002 3 commits
  6. 22 May, 2002 7 commits
  7. 21 May, 2002 1 commit
  8. 19 May, 2002 2 commits
  9. 18 May, 2002 1 commit
    • Dr. Stephen Henson's avatar
      · ace2ca48
      Dr. Stephen Henson authored
      Add missing EVP_CIPHER_CTX_init call.
      ace2ca48
  10. 16 May, 2002 4 commits
  11. 15 May, 2002 2 commits
    • Dr. Stephen Henson's avatar
      · 38dbcb22
      Dr. Stephen Henson authored
      Oops, forgot CHANGES entry and description:
      
      Allow reuse of cipher contexts by removing
      automatic cleanup in EVP_*Final().
      38dbcb22
    • Dr. Stephen Henson's avatar
      · bb3a69f8
      Dr. Stephen Henson authored
      Zero cipher_data in EVP_CIPHER_CTX_cleanup
      
      Add cleanup calls to evp_test.c
      bb3a69f8
  12. 14 May, 2002 2 commits
  13. 12 May, 2002 2 commits
  14. 11 May, 2002 2 commits
    • Dr. Stephen Henson's avatar
      · d0e3726c
      Dr. Stephen Henson authored
      EVP_SealFinal should return a value.
      d0e3726c
    • Dr. Stephen Henson's avatar
      · 75a46764
      Dr. Stephen Henson authored
      closedir is not used on Win32.
      75a46764
  15. 10 May, 2002 3 commits
    • Dr. Stephen Henson's avatar
      · 4eceda65
      Dr. Stephen Henson authored
      Add config entry debug-steve-linux-pseudo64.  This sets the
      SIXTY_FOUR bignum library option to use 64 bit operations
      on the 32 bit linux platform.
      
      This is very inefficient but it can be used to test some
      of the 64 bit logic on a 32 bit platform.
      4eceda65
    • Dr. Stephen Henson's avatar
      · 1c511bdb
      Dr. Stephen Henson authored
      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.
      1c511bdb
    • Dr. Stephen Henson's avatar
      · f9bd76e4
      Dr. Stephen Henson authored
      Avoid gcc warning: BN_DEC_CONV when SIXTY_FOUR_BIT is defined is unsigned.
      f9bd76e4
  16. 09 May, 2002 5 commits
  17. 08 May, 2002 2 commits