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. 10 11月, 2015 1 次提交
  3. 30 9月, 2015 1 次提交
  4. 25 9月, 2015 1 次提交
    • M
      Change ossltest engine to manually allocate cipher_data · 51a60817
      Matt Caswell 提交于
      The ossltest engine wraps the built-in implementation of aes128-cbc.
      Normally in an engine the cipher_data structure is automatically allocated
      by the EVP layer. However this relies on the engine specifying up front
      the size of that cipher_data structure. In the case of ossltest this value
      isn't available at compile time. This change makes the ossltest engine
      allocate its own cipher_data structure instead of leaving it to the EVP
      layer.
      Reviewed-by: NAndy Polyakov <appro@openssl.org>
      51a60817
  5. 12 8月, 2015 2 次提交