1. 21 Jun, 2002 1 commit
    • Geoff Thorpe's avatar
      Make sure any ENGINE control commands make local copies of string · a6c6874a
      Geoff Thorpe authored
      pointers passed to them whenever necessary. Otherwise it is possible the
      caller may have overwritten (or deallocated) the original string data
      when a later ENGINE operation tries to use the stored values.
      
      Submitted by: Götz Babin-Ebell <babinebell@trustcenter.de>
      Reviewed by: Geoff Thorpe
      PR: 98
      a6c6874a
  2. 18 Jun, 2002 1 commit
  3. 14 Jun, 2002 1 commit
  4. 12 Jun, 2002 3 commits
  5. 11 Jun, 2002 1 commit
  6. 10 Jun, 2002 1 commit
  7. 31 May, 2002 1 commit
  8. 30 May, 2002 1 commit
  9. 16 May, 2002 1 commit
  10. 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
  11. 10 May, 2002 1 commit
    • 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
  12. 08 May, 2002 1 commit
  13. 07 May, 2002 1 commit
  14. 05 May, 2002 1 commit
  15. 30 Apr, 2002 1 commit
  16. 26 Apr, 2002 1 commit
  17. 17 Apr, 2002 1 commit
  18. 15 Apr, 2002 3 commits
  19. 13 Apr, 2002 1 commit
  20. 12 Apr, 2002 2 commits
  21. 10 Apr, 2002 1 commit
  22. 09 Apr, 2002 1 commit
  23. 04 Apr, 2002 1 commit
  24. 26 Mar, 2002 2 commits
  25. 20 Mar, 2002 1 commit
  26. 19 Mar, 2002 1 commit
  27. 18 Mar, 2002 1 commit
    • Bodo Möller's avatar
      Fix bugs and typos. · af28dd6c
      Bodo Möller authored
      Add some WTLS curves.
      New function EC_GROUP_check() (this will probably
      be implemented differently soon).
      
      Submitted by: Nils Larsch
      Reviewed by: Bodo Moeller
      af28dd6c
  28. 15 Mar, 2002 1 commit
  29. 14 Mar, 2002 1 commit
  30. 07 Mar, 2002 1 commit
  31. 06 Mar, 2002 3 commits
    • Dr. Stephen Henson's avatar
      · 0dc09233
      Dr. Stephen Henson authored
      ENGINE module additions.
      
      Add "init" command to control ENGINE
      initialization.
      
      Call ENGINE_finish on initialized ENGINEs on exit.
      
      Reorder shutdown in apps.c: modules should be shut
      down first.
      
      Add test private key loader to openssl ENGINE: this
      just loads a private key in PEM format.
      
      Fix print format for dh length parameter.
      0dc09233
    • Bodo Möller's avatar
      add SECG OIDs · 36c19463
      Bodo Möller authored
      Submitted by: Nils Larsch
      36c19463
    • Bodo Möller's avatar
      reference counting for EC_GROUP structures is not needed (at the · 45fb7379
      Bodo Möller authored
      moment at least), so remove it
      45fb7379
  32. 05 Mar, 2002 1 commit