1. 18 7月, 2013 1 次提交
    • D
      EVP support for wrapping algorithms. · 97cf1f6c
      Dr. Stephen Henson 提交于
      Add support for key wrap algorithms via EVP interface.
      
      Generalise AES wrap algorithm and add to modes, making existing
      AES wrap algorithm a special case.
      
      Move test code to evptests.txt
      97cf1f6c
  2. 11 2月, 2012 1 次提交
  3. 13 10月, 2011 1 次提交
  4. 22 3月, 2011 1 次提交
  5. 08 2月, 2011 1 次提交
  6. 07 2月, 2011 1 次提交
  7. 12 10月, 2010 1 次提交
    • D
      PR: 2295 · 776654ad
      Dr. Stephen Henson 提交于
      Submitted by: Alexei Khlebnikov <alexei.khlebnikov@opera.com>
      Reviewed by: steve
      
      OOM checking. Leak in OOM fix. Fall-through comment. Duplicate code
      elimination.
      776654ad
  8. 29 7月, 2010 1 次提交
  9. 28 7月, 2010 1 次提交
  10. 01 3月, 2010 1 次提交
  11. 07 2月, 2010 1 次提交
  12. 12 11月, 2008 1 次提交
  13. 02 11月, 2008 1 次提交
  14. 15 8月, 2008 1 次提交
  15. 21 1月, 2007 1 次提交
  16. 02 12月, 2005 1 次提交
  17. 21 7月, 2005 1 次提交
  18. 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
  19. 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
  20. 29 3月, 2004 1 次提交
  21. 01 12月, 2003 2 次提交
  22. 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
  23. 31 1月, 2003 1 次提交
  24. 17 1月, 2003 1 次提交
  25. 29 11月, 2002 1 次提交
  26. 13 11月, 2002 1 次提交
  27. 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
  28. 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
  29. 10 3月, 2002 1 次提交
    • D
      · bf6a9e66
      Dr. Stephen Henson 提交于
      Make ciphers and digests obtain an ENGINE functional reference
      if impl is explicitly supplied.
      bf6a9e66
  30. 23 2月, 2002 1 次提交
  31. 17 10月, 2001 1 次提交
  32. 09 10月, 2001 1 次提交
  33. 03 10月, 2001 1 次提交
  34. 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
  35. 19 8月, 2001 1 次提交
  36. 18 8月, 2001 1 次提交
  37. 11 8月, 2001 1 次提交
  38. 06 8月, 2001 1 次提交
  39. 31 7月, 2001 1 次提交