This series fixes some bugs in rsa-pkcs1pad. Changed v1 => v2: - Added patch "crypto: rsa-pkcs1pad - only allow with rsa" (previously was a standalone patch) - Added patch "crypto: rsa-pkcs1pad - restore signature length check" Eric Biggers (5): crypto: rsa-pkcs1pad - only allow with rsa crypto: rsa-pkcs1pad - correctly get hash from source scatterlist crypto: rsa-pkcs1pad - restore signature length check crypto: rsa-pkcs1pad - fix buffer overread in pkcs1pad_verify_complete() crypto: rsa-pkcs1pad - use clearer variable names crypto/rsa-pkcs1pad.c | 38 +++++++++++++++++++++++--------------- 1 file changed, 23 insertions(+), 15 deletions(-) -- 2.34.1