1. 26 6月, 2002 1 次提交
  2. 21 6月, 2002 1 次提交
    • G
      Make sure any ENGINE control commands make local copies of string · a6c6874a
      Geoff Thorpe 提交于
      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
  3. 18 6月, 2002 1 次提交
  4. 14 6月, 2002 1 次提交
  5. 13 6月, 2002 1 次提交
  6. 12 6月, 2002 2 次提交
  7. 11 6月, 2002 1 次提交
  8. 10 6月, 2002 1 次提交
  9. 31 5月, 2002 1 次提交
  10. 30 5月, 2002 1 次提交
  11. 16 5月, 2002 2 次提交
    • B
      fix EVP_dsa_sha macro · 46ffee47
      Bodo Möller 提交于
      Submitted by: Nils Larsch
      46ffee47
    • D
      · 544a2aea
      Dr. Stephen Henson 提交于
      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
  12. 11 5月, 2002 1 次提交
    • 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
  13. 08 5月, 2002 1 次提交
  14. 07 5月, 2002 1 次提交
  15. 06 5月, 2002 1 次提交
  16. 30 4月, 2002 1 次提交
  17. 26 4月, 2002 1 次提交
  18. 17 4月, 2002 1 次提交
  19. 15 4月, 2002 3 次提交
  20. 14 4月, 2002 1 次提交
  21. 12 4月, 2002 2 次提交
  22. 11 4月, 2002 1 次提交
  23. 09 4月, 2002 1 次提交
  24. 05 4月, 2002 1 次提交
  25. 27 3月, 2002 1 次提交
  26. 26 3月, 2002 1 次提交
  27. 21 3月, 2002 1 次提交
  28. 20 3月, 2002 1 次提交
  29. 18 3月, 2002 1 次提交
    • B
      Fix bugs and typos. · af28dd6c
      Bodo Möller 提交于
      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
  30. 15 3月, 2002 2 次提交
  31. 07 3月, 2002 1 次提交
  32. 06 3月, 2002 3 次提交
    • D
      · 0dc09233
      Dr. Stephen Henson 提交于
      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
    • B
      add SECG OIDs · 36c19463
      Bodo Möller 提交于
      Submitted by: Nils Larsch
      36c19463
    • B
      reference counting for EC_GROUP structures is not needed (at the · 45fb7379
      Bodo Möller 提交于
      moment at least), so remove it
      45fb7379