From: Dr. Stephen Henson Date: Mon, 8 Aug 2016 13:14:40 +0000 (+0100) Subject: Update documentation for DSA_SIG and ECDSA_SIG. X-Git-Tag: OpenSSL_1_1_0~220 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=721f3980236c397b0011088477f4568ac5f24cae;p=oweals%2Fopenssl.git Update documentation for DSA_SIG and ECDSA_SIG. RT#4590 Reviewed-by: Rich Salz --- diff --git a/doc/crypto/DSA_SIG_new.pod b/doc/crypto/DSA_SIG_new.pod index 7f6a5a121a..7503460a19 100644 --- a/doc/crypto/DSA_SIG_new.pod +++ b/doc/crypto/DSA_SIG_new.pod @@ -16,7 +16,7 @@ DSA_SIG_new, DSA_SIG_free - allocate and free DSA signature objects =head1 DESCRIPTION -DSA_SIG_new() allocates and initializes a B structure. +DSA_SIG_new() allocates an empty B structure. DSA_SIG_free() frees the B structure and its components. The values are erased before the memory is returned to the system. diff --git a/doc/crypto/ECDSA_SIG_new.pod b/doc/crypto/ECDSA_SIG_new.pod index b6545c92e6..f6aaed192b 100644 --- a/doc/crypto/ECDSA_SIG_new.pod +++ b/doc/crypto/ECDSA_SIG_new.pod @@ -47,8 +47,8 @@ L or L instead. B is an opaque structure consisting of two BIGNUMs for the B and B value of an ECDSA signature (see X9.62 or FIPS 186-2). -ECDSA_SIG_new() allocates a new B structure (note: this -function also allocates the BIGNUMs) and initializes it. +ECDSA_SIG_new() allocates an empty B structure. Note: before +OpenSSL 1.1.0 the: the B and B components were initialised. ECDSA_SIG_free() frees the B structure B.