1. 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
  2. 02 12月, 2015 1 次提交
  3. 30 11月, 2015 4 次提交
  4. 28 11月, 2015 3 次提交
  5. 26 11月, 2015 1 次提交
  6. 25 11月, 2015 6 次提交
  7. 24 11月, 2015 2 次提交
  8. 21 11月, 2015 9 次提交
  9. 20 11月, 2015 1 次提交
  10. 19 11月, 2015 1 次提交
  11. 17 11月, 2015 2 次提交
  12. 14 11月, 2015 4 次提交
  13. 11 11月, 2015 1 次提交
    • M
      Fix SSL_use_certificate_chain_file · a974e64a
      Matt Caswell 提交于
      The new function SSL_use_certificate_chain_file was always crashing in
      the internal function use_certificate_chain_file because it would pass a
      NULL value for SSL_CTX *, but use_certificate_chain_file would
      unconditionally try to dereference it.
      Reviewed-by: NStephen Henson <steve@openssl.org>
      a974e64a
  14. 10 11月, 2015 2 次提交
  15. 09 11月, 2015 1 次提交
  16. 08 11月, 2015 1 次提交