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. 12 7月, 2002 1 次提交
  3. 11 7月, 2002 5 次提交
  4. 10 7月, 2002 3 次提交
    • B
      remove obsolete comment · 5c9396e3
      Bodo Möller 提交于
      5c9396e3
    • 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
    • L
      Ciphers with NULL encryption were not properly handled because they were · 063a8905
      Lutz Jänicke 提交于
      not covered by the strength bit mask.
      Submitted by:
      Reviewed by:
      PR: 130
      063a8905
  5. 09 7月, 2002 2 次提交
  6. 08 7月, 2002 2 次提交
  7. 04 7月, 2002 1 次提交
  8. 01 7月, 2002 1 次提交
  9. 30 6月, 2002 1 次提交
  10. 28 6月, 2002 7 次提交
  11. 27 6月, 2002 11 次提交
  12. 26 6月, 2002 2 次提交
  13. 25 6月, 2002 1 次提交
  14. 21 6月, 2002 2 次提交