OpenSSL Advisory: January 15th, 2024 (BoringSSL Not Affected)

OpenSSL have published a pair of security advisories (1, 2). Here's how they affect BoringSSL:

CVESummarySeverity in OpenSSLImpact to BoringSSL
CVE-2023-6129POLY1305 MAC implementation corrupts vector registers on PowerPCLowNot affected; issue was introduced after fork. BoringSSL also does not support PowerPC.
CVE-2023-6237Excessive time spent checking invalid RSA public keysLowNot affected; issue was introduced after fork. BoringSSL also applies RSA size limits at an earlier point to reduce DoS risks.