summaryrefslogtreecommitdiffstats
path: root/doc/crypto/DSA_dup_DH.pod
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2000-01-30 22:16:47 +0000
committerUlf Möller <ulf@openssl.org>2000-01-30 22:16:47 +0000
commit74235cc9ec3123ee7f51211ea054632ca0cf7c91 (patch)
tree6a7ca2fe3814d00dd127a3170e40242ac7364e69 /doc/crypto/DSA_dup_DH.pod
parentda0fc5bf0f25ee488838845a66f47b444f8c7b70 (diff)
Update docs: corrections, turn buffer docs into manpage, fold SHA1
pages into one for improved readability, add lhash manpage
Diffstat (limited to 'doc/crypto/DSA_dup_DH.pod')
-rw-r--r--doc/crypto/DSA_dup_DH.pod6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/crypto/DSA_dup_DH.pod b/doc/crypto/DSA_dup_DH.pod
index 0c15094b56..e3b6c9e61b 100644
--- a/doc/crypto/DSA_dup_DH.pod
+++ b/doc/crypto/DSA_dup_DH.pod
@@ -8,7 +8,7 @@ DSA_dup_DH - Create a DH structure out of DSA structure
#include <openssl/dsa.h>
- DH * DSA_dup_DH(DSA *r);
+ DH * DSA_dup_DH(DSA *r);
=head1 DESCRIPTION
@@ -21,6 +21,10 @@ contain its length.
DSA_dup_DH() returns the new B<DH> structure, and NULL on error. The
error codes can be obtained by L<ERR_get_error(3)|ERR_get_error(3)>.
+=head1 NOTE
+
+Be careful to avoid small subgroup attacks when using this.
+
=head1 SEE ALSO
L<dh(3)|dh(3)>, L<dsa(3)|dsa(3)>, L<err(3)|err(3)>