From: Markus Triska Date: Wed, 18 Jan 2017 23:07:20 +0000 (+0100) Subject: correct 3 mistakes X-Git-Tag: OpenSSL_1_1_0d~35 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=349364138b26ae3196c7a9497d2b27cc0aa0bc31;p=oweals%2Fopenssl.git correct 3 mistakes CLA: trivial Reviewed-by: Tim Hudson Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/2257) (cherry picked from commit 424baabdf5af540bda4a69122d274b071d804390) --- diff --git a/doc/crypto/ECDSA_SIG_new.pod b/doc/crypto/ECDSA_SIG_new.pod index f6aaed192b..9e1f662c62 100644 --- a/doc/crypto/ECDSA_SIG_new.pod +++ b/doc/crypto/ECDSA_SIG_new.pod @@ -76,7 +76,7 @@ created with the private EC key B. ECDSA_sign() computes a digital signature of the B bytes hash value B using the private EC key B. The DER encoded signatures is -stored in B and it's length is returned in B. Note: B must +stored in B and its length is returned in B. Note: B must point to ECDSA_size(eckey) bytes of memory. The parameter B is currently ignored. ECDSA_sign() is wrapper function for ECDSA_sign_ex() with B and B 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 bytes hash value B using the private EC key B and the optional pre-computed values -B and B. The DER encoded signatures is stored in B and it's +B and B. The DER encoded signature is stored in B and its length is returned in B. Note: B must point to ECDSA_size(eckey) bytes of memory. The parameter B is ignored. @@ -191,7 +191,7 @@ ANSI X9.62, US Federal Information Processing Standard FIPS 186-2 =head1 SEE ALSO -L, +L, L, L