1. 11 12月, 2015 1 次提交
  2. 10 12月, 2015 2 次提交
  3. 08 12月, 2015 1 次提交
  4. 03 12月, 2015 1 次提交
    • D
      Remove legacy sign/verify from EVP_MD. · 7f572e95
      Dr. Stephen Henson 提交于
      Remove sign/verify and required_pkey_type fields of EVP_MD: these are a
      legacy from when digests were linked to public key types. All signing is
      now handled by the corresponding EVP_PKEY_METHOD.
      
      Only allow supported digest types in RSA EVP_PKEY_METHOD: other algorithms
      already block unsupported types.
      
      Remove now obsolete EVP_dss1() and EVP_ecdsa().
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      7f572e95
  5. 25 11月, 2015 2 次提交
  6. 25 10月, 2015 1 次提交
  7. 24 10月, 2015 1 次提交
  8. 22 9月, 2015 1 次提交
  9. 16 9月, 2015 1 次提交
  10. 11 9月, 2015 1 次提交
  11. 26 5月, 2015 1 次提交
  12. 23 5月, 2015 1 次提交
    • R
      Fix the update target and remove duplicate file updates · 0f539dc1
      Richard Levitte 提交于
      We had updates of certain header files in both Makefile.org and the
      Makefile in the directory the header file lived in.  This is error
      prone and also sometimes generates slightly different results (usually
      just a comment that differs) depending on which way the update was
      done.
      
      This removes the file update targets from the top level Makefile, adds
      an update: target in all Makefiles and has it depend on the depend: or
      local_depend: targets, whichever is appropriate, so we don't get a
      double run through the whole file tree.
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      0f539dc1
  13. 20 5月, 2015 2 次提交
  14. 14 5月, 2015 1 次提交
  15. 02 4月, 2015 1 次提交
  16. 01 4月, 2015 1 次提交
  17. 24 3月, 2015 1 次提交
  18. 26 2月, 2015 1 次提交
  19. 07 2月, 2015 1 次提交
  20. 03 2月, 2015 1 次提交
  21. 29 1月, 2015 1 次提交
  22. 28 1月, 2015 1 次提交
    • R
      OPENSSL_NO_xxx cleanup: SHA · 474e469b
      Rich Salz 提交于
      Remove support for SHA0 and DSS0 (they were broken), and remove
      the ability to attempt to build without SHA (it didn't work).
      For simplicity, remove the option of not building various SHA algorithms;
      you could argue that SHA_224/256/384/512 should be kept, since they're
      like crypto algorithms, but I decided to go the other way.
      So these options are gone:
      	GENUINE_DSA         OPENSSL_NO_SHA0
      	OPENSSL_NO_SHA      OPENSSL_NO_SHA1
      	OPENSSL_NO_SHA224   OPENSSL_NO_SHA256
      	OPENSSL_NO_SHA384   OPENSSL_NO_SHA512
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      474e469b
  23. 17 12月, 2014 1 次提交
  24. 09 12月, 2014 1 次提交
  25. 08 12月, 2014 1 次提交
  26. 24 9月, 2014 1 次提交
  27. 14 8月, 2014 1 次提交
  28. 30 6月, 2014 1 次提交
  29. 26 5月, 2014 1 次提交
  30. 20 2月, 2014 1 次提交
  31. 13 11月, 2013 1 次提交
  32. 14 5月, 2013 1 次提交
  33. 22 2月, 2013 1 次提交
  34. 19 1月, 2013 1 次提交
  35. 19 11月, 2012 1 次提交
  36. 04 7月, 2012 1 次提交
    • D
      PR: 2840 · ea1d8435
      Dr. Stephen Henson 提交于
      Reported by: David McCullough <david_mccullough@mcafee.com>
      
      Restore fips configuration module from 0.9.8.
      ea1d8435
  37. 04 6月, 2012 1 次提交