diff options
author | cvs2svn <admin@example.com> | 2001-10-01 21:58:54 +0000 |
---|---|---|
committer | cvs2svn <admin@example.com> | 2001-10-01 21:58:54 +0000 |
commit | 2b482d950b0e856294fcd4c1068c1b21939a7240 (patch) | |
tree | aa05f6be64877f76547f1b54ad84f7bfcb291f5d /src/lib/libcrypto/doc/DSA_dup_DH.pod | |
parent | d7b0aad33e28dafbbef67eb5b84ecb05a844fc88 (diff) | |
download | openbsd-OPENBSD_3_0_BASE.tar.gz openbsd-OPENBSD_3_0_BASE.tar.bz2 openbsd-OPENBSD_3_0_BASE.zip |
This commit was manufactured by cvs2git to create tag 'OPENBSD_3_0_BASE'.OPENBSD_3_0_BASE
Diffstat (limited to 'src/lib/libcrypto/doc/DSA_dup_DH.pod')
-rw-r--r-- | src/lib/libcrypto/doc/DSA_dup_DH.pod | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/src/lib/libcrypto/doc/DSA_dup_DH.pod b/src/lib/libcrypto/doc/DSA_dup_DH.pod deleted file mode 100644 index 695f99a13b..0000000000 --- a/src/lib/libcrypto/doc/DSA_dup_DH.pod +++ /dev/null | |||
@@ -1,36 +0,0 @@ | |||
1 | =pod | ||
2 | |||
3 | =head1 NAME | ||
4 | |||
5 | DSA_dup_DH - create a DH structure out of DSA structure | ||
6 | |||
7 | =head1 SYNOPSIS | ||
8 | |||
9 | #include <openssl/dsa.h> | ||
10 | |||
11 | DH * DSA_dup_DH(DSA *r); | ||
12 | |||
13 | =head1 DESCRIPTION | ||
14 | |||
15 | DSA_dup_DH() duplicates DSA parameters/keys as DH parameters/keys. q | ||
16 | is lost during that conversion, but the resulting DH parameters | ||
17 | contain its length. | ||
18 | |||
19 | =head1 RETURN VALUE | ||
20 | |||
21 | DSA_dup_DH() returns the new B<DH> structure, and NULL on error. The | ||
22 | error codes can be obtained by L<ERR_get_error(3)|ERR_get_error(3)>. | ||
23 | |||
24 | =head1 NOTE | ||
25 | |||
26 | Be careful to avoid small subgroup attacks when using this. | ||
27 | |||
28 | =head1 SEE ALSO | ||
29 | |||
30 | L<dh(3)|dh(3)>, L<dsa(3)|dsa(3)>, L<ERR_get_error(3)|ERR_get_error(3)> | ||
31 | |||
32 | =head1 HISTORY | ||
33 | |||
34 | DSA_dup_DH() was added in OpenSSL 0.9.4. | ||
35 | |||
36 | =cut | ||