1. 28 7月, 2010 1 次提交
  2. 01 3月, 2010 1 次提交
  3. 07 2月, 2010 1 次提交
  4. 12 11月, 2008 1 次提交
  5. 02 11月, 2008 1 次提交
  6. 15 8月, 2008 1 次提交
  7. 21 1月, 2007 1 次提交
  8. 02 12月, 2005 1 次提交
  9. 21 7月, 2005 1 次提交
  10. 11 5月, 2005 1 次提交
    • B
      Fix more error codes. · 8afca8d9
      Bodo Möller 提交于
      (Also improve util/ck_errf.pl script, and occasionally
      fix source code formatting.)
      8afca8d9
  11. 20 4月, 2004 1 次提交
    • G
      Reduce header interdependencies, initially in engine.h (the rest of the · 3a87a9b9
      Geoff Thorpe 提交于
      changes are the fallout). As this could break source code that doesn't
      directly include headers for interfaces it uses, changes to recursive
      includes are covered by the OPENSSL_NO_DEPRECATED symbol. It's better to
      define this when building and using openssl, and then adapt code where
      necessary - this is how to stay current. However the mechanism exists for
      the lethargic.
      3a87a9b9
  12. 29 3月, 2004 1 次提交
  13. 01 12月, 2003 2 次提交
  14. 30 10月, 2003 1 次提交
    • G
      A general spring-cleaning (in autumn) to fix up signed/unsigned warnings. · 27545970
      Geoff Thorpe 提交于
      I have tried to convert 'len' type variable declarations to unsigned as a
      means to address these warnings when appropriate, but when in doubt I have
      used casts in the comparisons instead. The better solution (that would get
      us all lynched by API users) would be to go through and convert all the
      function prototypes and structure definitions to use unsigned variables
      except when signed is necessary. The proliferation of (signed) "int" for
      strictly non-negative uses is unfortunate.
      27545970
  15. 31 1月, 2003 1 次提交
  16. 17 1月, 2003 1 次提交
  17. 29 11月, 2002 1 次提交
  18. 13 11月, 2002 1 次提交
  19. 16 5月, 2002 1 次提交
    • D
      · 544a2aea
      Dr. Stephen Henson 提交于
      Zero cipher_data in EVP_CIPHER_CTX_cleanup
      
      Add cleanup calls to evp_test.c
      
      Allow reuse of cipher contexts by removing
      automatic cleanup in EVP_*Final().
      544a2aea
  20. 17 3月, 2002 1 次提交
    • D
      · 3e268d27
      Dr. Stephen Henson 提交于
      Ensure EVP_CipherInit() uses the correct encode/decode parameter if
      enc == -1
      
      [Reported by Markus Friedl <markus@openbsd.org>]
      
      Fix typo in dh_lib.c (use of DSAerr instead of DHerr).
      3e268d27
  21. 10 3月, 2002 1 次提交
    • D
      · bf6a9e66
      Dr. Stephen Henson 提交于
      Make ciphers and digests obtain an ENGINE functional reference
      if impl is explicitly supplied.
      bf6a9e66
  22. 23 2月, 2002 1 次提交
  23. 17 10月, 2001 1 次提交
  24. 09 10月, 2001 1 次提交
  25. 03 10月, 2001 1 次提交
  26. 26 9月, 2001 1 次提交
    • G
      This changes EVP's cipher and digest code to hook via the ENGINE support. · 11a57c7b
      Geoff Thorpe 提交于
      See crypto/engine/README for details.
      
      - it also removes openbsd_hw.c from the build (that functionality is
        going to be available in the openbsd ENGINE in a upcoming commit)
      
      - evp_test has had the extra initialisation added so it will use (if
        possible) any ENGINEs supporting the algorithms required.
      11a57c7b
  27. 19 8月, 2001 1 次提交
  28. 18 8月, 2001 1 次提交
  29. 11 8月, 2001 1 次提交
  30. 06 8月, 2001 1 次提交
  31. 31 7月, 2001 1 次提交
  32. 27 7月, 2001 1 次提交
  33. 10 7月, 2001 1 次提交
  34. 09 7月, 2001 2 次提交
  35. 14 2月, 2001 1 次提交
  36. 31 5月, 2000 1 次提交
    • D
      · 49528751
      Dr. Stephen Henson 提交于
      More EVP cipher revision.
      
      Change EVP_SealInit() and EVP_OpenInit() to
      handle cipher parameters.
      
      Make it possible to set RC2 and RC5 params.
      
      Make RC2 ASN1 code use the effective key bits
      and not the key length.
      
      TODO: document how new API works.
      49528751
  37. 30 5月, 2000 1 次提交
    • D
      Fourth phase EVP revision. · 57ae2e24
      Dr. Stephen Henson 提交于
      Declare ciphers in terms of macros. This reduces
      the amount of code and places each block cipher EVP
      definition in a single file instead of being spread
      over 4 files.
      57ae2e24
  38. 28 5月, 2000 1 次提交