Skip to content
  1. May 29, 2002
  2. May 28, 2002
  3. May 27, 2002
  4. May 24, 2002
  5. May 23, 2002
  6. May 22, 2002
  7. May 21, 2002
  8. May 19, 2002
  9. May 18, 2002
    • Dr. Stephen Henson's avatar
      · ace2ca48
      Dr. Stephen Henson authored
      Add missing EVP_CIPHER_CTX_init call.
      ace2ca48
  10. May 16, 2002
  11. May 15, 2002
    • 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. May 14, 2002
  13. May 12, 2002
  14. May 11, 2002
    • 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. May 10, 2002
    • 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. May 09, 2002
  17. May 08, 2002