1. 21 May, 2002 3 commits
  2. 19 May, 2002 2 commits
    • Dr. Stephen Henson's avatar
      · eee6c81a
      Dr. Stephen Henson authored
      Reorganise -subj option code, fix buffer overrun.
      eee6c81a
    • Dr. Stephen Henson's avatar
      · b89670ef
      Dr. Stephen Henson authored
      Fix Mingw32 asm build: use the Unix
      bignum assembly method of bn-586.pl
      and co-586.pl which (for some reason)
      VC++ doesn't use.
      b89670ef
  3. 18 May, 2002 1 commit
  4. 16 May, 2002 4 commits
  5. 15 May, 2002 1 commit
    • Dr. Stephen Henson's avatar
      · 544a2aea
      Dr. Stephen Henson authored
      Zero cipher_data in EVP_CIPHER_CTX_cleanup
      
      Add cleanup calls to evp_test.c
      
      Allow reuse of cipher contexts by removing
      automatic cleanup in EVP_*Final().
      544a2aea
  6. 14 May, 2002 1 commit
  7. 12 May, 2002 2 commits
  8. 11 May, 2002 3 commits
  9. 10 May, 2002 3 commits
    • Dr. Stephen Henson's avatar
      · 6e5dd63c
      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.
      6e5dd63c
    • Dr. Stephen Henson's avatar
      · dc014d43
      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.
      dc014d43
    • Dr. Stephen Henson's avatar
      · 2f9cf160
      Dr. Stephen Henson authored
      Avoid gcc warning: BN_DEC_CONV when SIXTY_FOUR_BIT is defined is unsigned.
      2f9cf160
  10. 09 May, 2002 5 commits
  11. 08 May, 2002 3 commits
  12. 07 May, 2002 5 commits
  13. 06 May, 2002 1 commit
  14. 05 May, 2002 4 commits
  15. 02 May, 2002 1 commit
  16. 01 May, 2002 1 commit
    • Dr. Stephen Henson's avatar
      · 253ef218
      Dr. Stephen Henson authored
      Add apps_startup and bio_err init code to smime.c
      253ef218