[openssl-commits] [openssl] master update
Rich Salz
rsalz at openssl.org
Thu Jan 19 17:47:23 UTC 2017
The branch master has been updated
via 424baabdf5af540bda4a69122d274b071d804390 (commit)
from 4f326dd8998d5b33f72b11432f110e0f2cfcb92b (commit)
- Log -----------------------------------------------------------------
commit 424baabdf5af540bda4a69122d274b071d804390
Author: Markus Triska <triska at metalevel.at>
Date: Thu Jan 19 00:07:20 2017 +0100
correct 3 mistakes
CLA: trivial
Reviewed-by: Tim Hudson <tjh at openssl.org>
Reviewed-by: Rich Salz <rsalz at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2257)
-----------------------------------------------------------------------
Summary of changes:
doc/man3/ECDSA_SIG_new.pod | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/man3/ECDSA_SIG_new.pod b/doc/man3/ECDSA_SIG_new.pod
index 2eb4150..9e1f662 100644
--- a/doc/man3/ECDSA_SIG_new.pod
+++ b/doc/man3/ECDSA_SIG_new.pod
@@ -76,7 +76,7 @@ created with the private EC key B<eckey>.
ECDSA_sign() computes a digital signature of the B<dgstlen> bytes hash value
B<dgst> using the private EC key B<eckey>. The DER encoded signatures is
-stored in B<sig> and it's length is returned in B<sig_len>. Note: B<sig> must
+stored in B<sig> and its length is returned in B<sig_len>. Note: B<sig> must
point to ECDSA_size(eckey) bytes of memory. The parameter B<type> is currently
ignored. ECDSA_sign() is wrapper function for ECDSA_sign_ex() with B<kinv>
and B<rp> set to NULL.
@@ -105,7 +105,7 @@ used in a later call to ECDSA_sign_ex() or ECDSA_do_sign_ex().
ECDSA_sign_ex() computes a digital signature of the B<dgstlen> bytes hash value
B<dgst> using the private EC key B<eckey> and the optional pre-computed values
-B<kinv> and B<rp>. The DER encoded signatures is stored in B<sig> and it's
+B<kinv> and B<rp>. The DER encoded signature is stored in B<sig> and its
length is returned in B<sig_len>. Note: B<sig> must point to ECDSA_size(eckey)
bytes of memory. The parameter B<type> is ignored.
More information about the openssl-commits
mailing list