Prepare to provide BN_bn2{,le}binpad() and BN_lebin2bn()
authortb <tb@openbsd.org>
Wed, 8 Sep 2021 12:19:17 +0000 (12:19 +0000)
committertb <tb@openbsd.org>
Wed, 8 Sep 2021 12:19:17 +0000 (12:19 +0000)
commit240e4e8f80959b65639d1a72f9fb099308931301
treea063fc57c79bc34b8501bc29d65d0553be49e9ea
parent6998360e517f0b7b434c580c0e6877d2d60d873c
Prepare to provide BN_bn2{,le}binpad() and BN_lebin2bn()

As found by jsg and patrick, this is needed for newer uboot and
will also be used in upcoming elliptic curve work.

This is from OpenSSL 1.1.1l with minor style tweaks.

ok beck inoguchi
lib/libcrypto/bn/bn.h
lib/libcrypto/bn/bn_lib.c