1. 18 7月, 2002 2 次提交
  2. 17 7月, 2002 7 次提交
  3. 16 7月, 2002 10 次提交
  4. 15 7月, 2002 2 次提交
    • R
      There's an ongoing project to bring some kind of path selection · cbecb3ac
      Richard Levitte 提交于
      mechanism to the ENGINE framework.  This means there there are going
      to be new functionality for the DSO part, and ultimately some way of
      merging two file specifications together.
      
      This commit places the merging code into the repository.  It's
      currently not used anywhere, and hasn't been tested at all.  It may be
      full of errors, including syntactical ones.  Those will be fixed as
      promptly as possible.
      cbecb3ac
    • 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
  5. 12 7月, 2002 1 次提交
  6. 11 7月, 2002 5 次提交
  7. 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
  8. 09 7月, 2002 2 次提交
  9. 08 7月, 2002 2 次提交
  10. 04 7月, 2002 1 次提交
  11. 01 7月, 2002 1 次提交
  12. 30 6月, 2002 1 次提交
  13. 28 6月, 2002 3 次提交