]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add static check in BN_hex2bn
authorKan <chenxinpingc2306@163.com>
Thu, 16 Dec 2021 16:35:32 +0000 (00:35 +0800)
committerPauli <pauli@openssl.org>
Thu, 23 Dec 2021 01:52:53 +0000 (12:52 +1100)
commit7c78bd4be810ddceb8f13585a921946cc98f5fbd
treeb0bcac78955b2f209671ae691512439e410561de
parenta595e3286ae9f033c56452967b3add2145f9085f
Add static check in BN_hex2bn

Fixes #17298

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/17299)
crypto/bn/bn_conv.c