OpenSSL Advisory: February 16th, 2021

OpenSSL have published a security advisory. Here's how it affects BoringSSL:

CVESummarySeverity in OpenSSLImpact to BoringSSL
CVE-2021-23841Null pointer deref in X509_issuer_and_serial_hash()ModerateFixed; the affected function is unused, so we removed it.
CVE-2021-23839Incorrect SSLv2 rollback protectionLowNot affected; we removed SSLv2 padding in the initial fork.
CVE-2021-23840Integer overflow in CipherUpdateLowFixed; patch imported. Note this only affects callers that decrypt around 2³¹ bytes with EVP_CIPHER. We recommend switching to EVP_AEAD, which uses size_t and passes output bounds explicitly.