[openssl-commits] [openssl] OpenSSL_1_1_0-stable update
Rich Salz
rsalz at openssl.org
Sat Jun 2 20:19:37 UTC 2018
The branch OpenSSL_1_1_0-stable has been updated
via 78641aacb777147eeca698faf1376761d005ad39 (commit)
from 13b578ada3106a4ce9b836f167ee520539f5fa8f (commit)
- Log -----------------------------------------------------------------
commit 78641aacb777147eeca698faf1376761d005ad39
Author: Ken Goldman <kgoldman at us.ibm.com>
Date: Sat Jun 2 16:17:32 2018 -0400
Document failure return for 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_SIG_new.pod | 2 ++
1 file changed, 2 insertions(+)
diff --git a/doc/crypto/ECDSA_SIG_new.pod b/doc/crypto/ECDSA_SIG_new.pod
index 9e1f662..3920b96 100644
--- a/doc/crypto/ECDSA_SIG_new.pod
+++ b/doc/crypto/ECDSA_SIG_new.pod
@@ -114,6 +114,8 @@ returned as a newly allocated B<ECDSA_SIG> structure (or NULL on error).
=head1 RETURN VALUES
+ECDSA_SIG_new() returns NULL if the allocation fails.
+
ECDSA_SIG_set0() returns 1 on success or 0 on failure.
ECDSA_size() returns the maximum length signature or 0 on error.
More information about the openssl-commits
mailing list