diff options
Diffstat (limited to 'doc/man3/DSA_SIG_new.pod')
-rw-r--r-- | doc/man3/DSA_SIG_new.pod | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/man3/DSA_SIG_new.pod b/doc/man3/DSA_SIG_new.pod index 92c7bfdf505e..158da2d7dd06 100644 --- a/doc/man3/DSA_SIG_new.pod +++ b/doc/man3/DSA_SIG_new.pod @@ -20,6 +20,7 @@ DSA_SIG_new() allocates an empty B<DSA_SIG> structure. DSA_SIG_free() frees the B<DSA_SIG> structure and its components. The values are erased before the memory is returned to the system. +If the argument is NULL, nothing is done. DSA_SIG_get0() returns internal pointers to the B<r> and B<s> values contained in B<sig>. @@ -43,14 +44,14 @@ DSA_SIG_set0() returns 1 on success or 0 on failure. =head1 SEE ALSO -L<DSA_new(3)>, L<ERR_get_error(3)>, -L<DSA_do_sign(3)> +L<EVP_PKEY_new(3)>, L<EVP_PKEY_free(3)>, L<EVP_PKEY_get_bn_param(3)>, +L<ERR_get_error(3)> =head1 COPYRIGHT -Copyright 2000-2016 The OpenSSL Project Authors. All Rights Reserved. +Copyright 2000-2024 The OpenSSL Project Authors. All Rights Reserved. -Licensed under the OpenSSL license (the "License"). You may not use +Licensed under the Apache License 2.0 (the "License"). You may not use this file except in compliance with the License. You can obtain a copy in the file LICENSE in the source distribution or at L<https://www.openssl.org/source/license.html>. |