dsa_dup_dh.pod
来自「开源的ssl算法openssl,版本0.9.8H」· POD 代码 · 共 37 行
POD
37 行
=pod=head1 NAMEDSA_dup_DH - create a DH structure out of DSA structure=head1 SYNOPSIS #include <openssl/dsa.h> DH * DSA_dup_DH(const DSA *r);=head1 DESCRIPTIONDSA_dup_DH() duplicates DSA parameters/keys as DH parameters/keys. qis lost during that conversion, but the resulting DH parameterscontain its length.=head1 RETURN VALUEDSA_dup_DH() returns the new B<DH> structure, and NULL on error. Theerror codes can be obtained by L<ERR_get_error(3)|ERR_get_error(3)>.=head1 NOTEBe careful to avoid small subgroup attacks when using this.=head1 SEE ALSOL<dh(3)|dh(3)>, L<dsa(3)|dsa(3)>, L<ERR_get_error(3)|ERR_get_error(3)>=head1 HISTORYDSA_dup_DH() was added in OpenSSL 0.9.4.=cut
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?