1. 12 Apr, 2002 2 commits
  2. 10 Apr, 2002 1 commit
  3. 09 Apr, 2002 1 commit
  4. 04 Apr, 2002 1 commit
  5. 26 Mar, 2002 2 commits
  6. 20 Mar, 2002 1 commit
  7. 19 Mar, 2002 1 commit
  8. 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
  9. 15 Mar, 2002 1 commit
  10. 14 Mar, 2002 1 commit
  11. 07 Mar, 2002 1 commit
  12. 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
  13. 05 Mar, 2002 1 commit
  14. 28 Feb, 2002 2 commits
  15. 27 Feb, 2002 1 commit
  16. 26 Feb, 2002 1 commit
  17. 23 Feb, 2002 1 commit
  18. 22 Feb, 2002 1 commit
    • Dr. Stephen Henson's avatar
      Config code updates. · 3647bee2
      Dr. Stephen Henson authored
      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
  19. 21 Feb, 2002 1 commit
  20. 20 Feb, 2002 1 commit
  21. 14 Feb, 2002 1 commit
  22. 13 Feb, 2002 3 commits
  23. 10 Feb, 2002 1 commit
  24. 08 Feb, 2002 1 commit
  25. 07 Feb, 2002 1 commit
  26. 03 Feb, 2002 1 commit
  27. 29 Jan, 2002 1 commit
  28. 26 Jan, 2002 2 commits
  29. 25 Jan, 2002 3 commits
  30. 24 Jan, 2002 1 commit
    • Bodo Möller's avatar
      New functions · a14e2d9d
      Bodo Möller authored
          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