1. 16 5月, 2002 1 次提交
    • 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
  2. 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
  3. 08 5月, 2002 1 次提交
  4. 07 5月, 2002 1 次提交
  5. 06 5月, 2002 1 次提交
  6. 30 4月, 2002 1 次提交
  7. 26 4月, 2002 1 次提交
  8. 17 4月, 2002 1 次提交
  9. 15 4月, 2002 3 次提交
  10. 14 4月, 2002 1 次提交
  11. 12 4月, 2002 2 次提交
  12. 11 4月, 2002 1 次提交
  13. 09 4月, 2002 1 次提交
  14. 05 4月, 2002 1 次提交
  15. 27 3月, 2002 1 次提交
  16. 26 3月, 2002 1 次提交
  17. 21 3月, 2002 1 次提交
  18. 20 3月, 2002 1 次提交
  19. 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
  20. 15 3月, 2002 2 次提交
  21. 07 3月, 2002 1 次提交
  22. 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
  23. 05 3月, 2002 1 次提交
  24. 28 2月, 2002 3 次提交
  25. 27 2月, 2002 1 次提交
  26. 23 2月, 2002 1 次提交
  27. 22 2月, 2002 1 次提交
    • D
      Config code updates. · 3647bee2
      Dr. Stephen Henson 提交于
      CONF_modules_unload() now calls CONF_modules_finish()
      automatically.
      
      Default use of section openssl_conf moved to
      CONF_modules_load()
      
      Load config file in several openssl utilities.
      
      Most utilities now load modules from the config file,
      though in a few (such as version) this isn't done
      because it couldn't be used for anything.
      
      In the case of ca and req the config file used is
      the same as the utility itself: that is the -config
      command line option can be used to specify an
      alternative file.
      3647bee2
  28. 21 2月, 2002 1 次提交
  29. 20 2月, 2002 1 次提交
  30. 14 2月, 2002 3 次提交