1. 02 8月, 2002 7 次提交
  2. 01 8月, 2002 2 次提交
  3. 31 7月, 2002 2 次提交
  4. 30 7月, 2002 2 次提交
  5. 26 7月, 2002 1 次提交
  6. 25 7月, 2002 1 次提交
    • B
      Move zeroing from bn_expand_internal() to bn_expand2() so that it · 12593e6f
      Bodo Möller 提交于
      happens reliably, even if the BIGNUM is already sufficiently large.
      
      [Note that the bn_expand()/bn_wexpand() macros call bn_expand2() only
      if the BIGNUM actually has to grow, so this change does not add any
      new overhead as currently bn_expand2() is never called directly.]
      12593e6f
  7. 24 7月, 2002 1 次提交
  8. 22 7月, 2002 1 次提交
  9. 19 7月, 2002 2 次提交
  10. 18 7月, 2002 4 次提交
  11. 17 7月, 2002 1 次提交
  12. 16 7月, 2002 2 次提交
  13. 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
  14. 11 7月, 2002 1 次提交
  15. 10 7月, 2002 2 次提交
    • 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
  16. 04 7月, 2002 1 次提交
  17. 30 6月, 2002 1 次提交
  18. 28 6月, 2002 4 次提交
  19. 27 6月, 2002 3 次提交