• D
    CMS RSA-OAEP and RSA-PSS support. · 0574cadf
    Dr. Stephen Henson 提交于
    Extend RSA ASN1 method to support CMS PSS signatures for both sign
    and verify.
    
    For signing the EVP_PKEY_CTX parameters are read and the appropriate
    CMS structures set up.
    
    For verification the CMS structures are analysed and the corresponding
    parameters in the EVP_PKEY_CTX set.
    
    Also add RSA-OAEP support.
    
    For encrypt the EVP_PKEY_CTX parameters are used.
    
    For decrypt the CMS structure is uses to set the appropriate EVP_PKEY_CTX
    parameters.
    0574cadf
rsa_err.c 11.4 KB