[openssl-commits] [openssl] OpenSSL_1_0_2-stable update
Rich Salz
rsalz at openssl.org
Sat Jun 2 20:24:00 UTC 2018
The branch OpenSSL_1_0_2-stable has been updated
via 278f65eeabb28279661927ecbcc23e95aad34948 (commit)
from 1ac3cd6277f880fac4df313702d5e3b3814e56e2 (commit)
- Log -----------------------------------------------------------------
commit 278f65eeabb28279661927ecbcc23e95aad34948
Author: Ken Goldman <kgoldman at us.ibm.com>
Date: Sat Jun 2 16:22:04 2018 -0400
Document failure return of ECDSA_SIG_new
ECDSA_SIG_new() returns NULL on error.
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre at ncp-e.com>
Reviewed-by: Rich Salz <rsalz at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6398)
(cherry picked from commit 6da34cfbddede5e46f9c9183b724c99999dcfb41)
-----------------------------------------------------------------------
Summary of changes:
doc/crypto/ecdsa.pod | 2 ++
1 file changed, 2 insertions(+)
diff --git a/doc/crypto/ecdsa.pod b/doc/crypto/ecdsa.pod
index 46c071b..5708d90 100644
--- a/doc/crypto/ecdsa.pod
+++ b/doc/crypto/ecdsa.pod
@@ -112,6 +112,8 @@ using the public key B<eckey>.
=head1 RETURN VALUES
+ECDSA_SIG_new() returns NULL if the allocation fails.
+
ECDSA_size() returns the maximum length signature or 0 on error.
ECDSA_sign_setup() and ECDSA_sign() return 1 if successful or 0
More information about the openssl-commits
mailing list