From 721f3980236c397b0011088477f4568ac5f24cae Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Mon, 8 Aug 2016 14:14:40 +0100 Subject: [PATCH] Update documentation for DSA_SIG and ECDSA_SIG. RT#4590 Reviewed-by: Rich Salz --- doc/crypto/DSA_SIG_new.pod | 2 +- doc/crypto/ECDSA_SIG_new.pod | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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. -- GitLab