📄 dsa_dup_dh.pod
字号:
=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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -