[openssl] openssl-3.0 update
tomas at openssl.org
tomas at openssl.org
Tue Nov 2 11:02:09 UTC 2021
The branch openssl-3.0 has been updated
via a6de1029f4dc4185a1e84e6cc933325e9fce6cdc (commit)
from 1585f190290187c2601489f11b6907a8fa2e1109 (commit)
- Log -----------------------------------------------------------------
commit a6de1029f4dc4185a1e84e6cc933325e9fce6cdc
Author: PW Hu <jlu.hpw at foxmail.com>
Date: Mon Nov 1 16:40:27 2021 +0800
update doc: BN_bn2lebinpad() and BN_bn2nativepad()
Reviewed-by: Kurt Roeckx <kurt at roeckx.be>
Reviewed-by: Paul Dale <pauli at openssl.org>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/16943)
(cherry picked from commit aedc5a819ee3f5267a7ec5c795b97481a1c63dc6)
-----------------------------------------------------------------------
Summary of changes:
doc/man3/BN_bn2bin.pod | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/man3/BN_bn2bin.pod b/doc/man3/BN_bn2bin.pod
index 9637655127..e75b9fffb5 100644
--- a/doc/man3/BN_bn2bin.pod
+++ b/doc/man3/BN_bn2bin.pod
@@ -91,7 +91,7 @@ if B<ret> is NULL.
BN_bn2bin() returns the length of the big-endian number placed at B<to>.
BN_bin2bn() returns the B<BIGNUM>, NULL on error.
-BN_bn2binpad() returns the number of bytes written or -1 if the supplied
+BN_bn2binpad(), BN_bn2lebinpad(), and BN_bn2nativepad() return the number of bytes written or -1 if the supplied
buffer is too small.
BN_bn2hex() and BN_bn2dec() return a NUL-terminated string, or NULL
More information about the openssl-commits
mailing list