1. 12 4月, 2002 1 次提交
  2. 11 4月, 2002 1 次提交
  3. 09 4月, 2002 1 次提交
  4. 05 4月, 2002 1 次提交
  5. 27 3月, 2002 1 次提交
  6. 26 3月, 2002 1 次提交
  7. 21 3月, 2002 1 次提交
  8. 20 3月, 2002 1 次提交
  9. 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
  10. 15 3月, 2002 2 次提交
  11. 07 3月, 2002 1 次提交
  12. 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
  13. 05 3月, 2002 1 次提交
  14. 28 2月, 2002 3 次提交
  15. 27 2月, 2002 1 次提交
  16. 23 2月, 2002 1 次提交
  17. 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
  18. 21 2月, 2002 1 次提交
  19. 20 2月, 2002 1 次提交
  20. 14 2月, 2002 3 次提交
  21. 13 2月, 2002 1 次提交
  22. 10 2月, 2002 1 次提交
  23. 08 2月, 2002 2 次提交
  24. 04 2月, 2002 1 次提交
  25. 29 1月, 2002 1 次提交
  26. 26 1月, 2002 5 次提交
  27. 25 1月, 2002 1 次提交
    • B
      New functions · a14e2d9d
      Bodo Möller 提交于
          ERR_peek_last_error
          ERR_peek_last_error_line
          ERR_peek_last_error_line_data
      (supersedes ERR_peek_top_error).
      
      Rename OPENSSL_NO_OLD_DES_SUPPORT into OPENSSL_DISABLE_OLD_DES_SUPPORT
      because OPENSSL_NO_... indicates disabled algorithms (according to
      mkdef.pl).
      a14e2d9d
  28. 24 1月, 2002 1 次提交