These are updates/fixes to DH/DSA/RAND docs based on the fixes to the RSA

docs. There were a couple of other places (including RSA) where the docs
were not quite synchronised with the API that are now fixed. One or two
still remain to be fixed though ...
This commit is contained in:
Geoff Thorpe
2002-08-05 16:27:01 +00:00
parent 415e03aa6f
commit 5bf738737d
11 changed files with 222 additions and 110 deletions

View File

@@ -14,7 +14,8 @@ DSA_new, DSA_free - allocate and free DSA objects
=head1 DESCRIPTION
DSA_new() allocates and initializes a B<DSA> structure.
DSA_new() allocates and initializes a B<DSA> structure. It is equivalent to
calling DSA_new_method(NULL).
DSA_free() frees the B<DSA> structure and its components. The values are
erased before the memory is returned to the system.