1. 15 7月, 2002 1 次提交
    • B
      Replace 'ecdsaparam' commandline utility by 'ecparam' · 5dbd3efc
      Bodo Möller 提交于
      (the same keys can be used for ECC schemes other than ECDSA)
      and add some new options.
      
      Similarly, use string "EC PARAMETERS" instead of "ECDSA PARAMETERS"
      in 'PEM' format.
      
      Fix ec_asn1.c (take into account the desired conversion form).
      
      'make update'.
      
      Submitted by: Nils Larsch
      5dbd3efc
  2. 10 7月, 2002 1 次提交
    • L
      Reorder inclusion of header files: · 7b63c0fa
      Lutz Jänicke 提交于
      des_old.h redefines crypt:
      #define crypt(b,s)\
              DES_crypt((b),(s))
      
      This scheme leads to failure, if header files with the OS's true definition
      of crypt() are processed _after_ des_old.h was processed. This is e.g. the
      case on HP-UX with unistd.h.
      As evp.h now again includes des.h (which includes des_old.h), this problem
      only came up after this modification.
      Solution: move header files (indirectly) including e_os.h before the header
      files (indirectly) including evp.h.
      Submitted by:
      Reviewed by:
      PR:
      7b63c0fa
  3. 28 6月, 2002 2 次提交
  4. 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
  5. 14 6月, 2002 1 次提交
  6. 05 6月, 2002 2 次提交
  7. 29 4月, 2002 1 次提交
  8. 20 4月, 2002 1 次提交
  9. 07 4月, 2002 1 次提交
  10. 03 4月, 2002 2 次提交
  11. 26 3月, 2002 1 次提交
  12. 22 3月, 2002 1 次提交
  13. 14 3月, 2002 1 次提交
  14. 08 3月, 2002 2 次提交
  15. 06 3月, 2002 1 次提交
    • 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
  16. 04 3月, 2002 1 次提交
    • D
      · c8cd7d9e
      Dr. Stephen Henson 提交于
      Fix warnings about signed/unsigned mismatch and global
      shadowing (random, index) in hw_4758_cca.c
      c8cd7d9e
  17. 01 3月, 2002 1 次提交
  18. 28 2月, 2002 3 次提交
  19. 25 2月, 2002 1 次提交
    • D
      · 4a3e6bce
      Dr. Stephen Henson 提交于
      Make the engine config module always add dynamic ENGINEs
      to the list using dynamic_path. This stops ENGINEs which
      don't supply any default algorithms being automatically
      freed (because they have no references) and allows them
      to be accessed by id.
      
      Alternative dynamic loading behaviour can be achieved by
      issuing the dynamic ENGINE ctrls separately in the config file.
      4a3e6bce
  20. 14 2月, 2002 2 次提交
  21. 08 2月, 2002 7 次提交
  22. 30 1月, 2002 1 次提交
  23. 29 1月, 2002 1 次提交
  24. 26 1月, 2002 1 次提交
  25. 25 1月, 2002 1 次提交
  26. 24 1月, 2002 1 次提交
    • R
      make update · fe19c448
      Richard Levitte 提交于
      libeay.num got tweaked so the old des symbols would retain their
      positions.
      fe19c448
  27. 23 1月, 2002 1 次提交