Re: [PATCH 1/3] crypto/openssl: include private exponent in RSA session

2025-07-04 Thread Ji, Kai
] crypto/openssl: include private exponent in RSA session If private exponent is available, it should be included within RSA session as per RFC 8017 (A.1.2). OpenSSL 1.1.1 implementation rely on this private exponent, to implicitly reject invalid cipher. Hence, check if it is available for session and

[PATCH 1/3] crypto/openssl: include private exponent in RSA session

2025-06-20 Thread Gowrishankar Muthukrishnan
If private exponent is available, it should be included within RSA session as per RFC 8017 (A.1.2). OpenSSL 1.1.1 implementation rely on this private exponent, to implicitly reject invalid cipher. Hence, check if it is available for session and include it. Fixes: 3e9d6bd447fb ("crypto/openssl: add