Sorry, for some reason, I can't upgrade the cryptography and openssl versions, so I can't fix CVE-2023-50782 and CVE-2020-25659 by upgrading the package. The version information of the package I'm using is as follows:
cryptography:36.0.1
openssl: 1.1.1m (have a backport of the CVE-2022-4304 fix)
I have a few questions that I would like to ask:
(1)Does the CVEs get fixed or alleviated if I specify 65537 using public exponent? If yes, what would be the impact? (3 is not supported)
(2)Is there any impact of stopping PKCS#1v1.5 and using OEAP instead? Like having to switch the tls protocol to a certain version?
Looking forward to your reply, thanks.
Sorry, for some reason, I can't upgrade the cryptography and openssl versions, so I can't fix CVE-2023-50782 and CVE-2020-25659 by upgrading the package. The version information of the package I'm using is as follows:
cryptography:36.0.1
openssl: 1.1.1m (have a backport of the CVE-2022-4304 fix)
I have a few questions that I would like to ask:
(1)Does the CVEs get fixed or alleviated if I specify 65537 using public exponent? If yes, what would be the impact? (3 is not supported)
(2)Is there any impact of stopping PKCS#1v1.5 and using OEAP instead? Like having to switch the tls protocol to a certain version?
Looking forward to your reply, thanks.