VirtualBox

source: vbox/trunk/src/libs/openssl-3.0.3/doc/man7/EVP_KEM-RSA.pod@ 96159

最後變更 在這個檔案從96159是 94320,由 vboxsync 提交於 3 年 前

libs/openssl-3.0.1: Export to OSE and fix copyright headers in Makefiles, bugref:10128

檔案大小: 1.4 KB
 
1=pod
2
3=head1 NAME
4
5EVP_KEM-RSA
6- EVP_KEM RSA keytype and algorithm support
7
8=head1 DESCRIPTION
9
10The B<RSA> keytype and its parameters are described in L<EVP_PKEY-RSA(7)>.
11See L<EVP_PKEY_encapsulate(3)> and L<EVP_PKEY_decapsulate(3)> for more info.
12
13=head2 RSA KEM parameters
14
15=over 4
16
17=item "operation" (B<OSSL_KEM_PARAM_OPERATION>) <UTF8 string>
18
19The OpenSSL RSA Key Encapsulation Mechanism only currently supports the
20following operation
21
22=over 4
23
24=item "RSASVE"
25
26The encapsulate function simply generates a secret using random bytes and then
27encrypts the secret using the RSA public key (with no padding).
28The decapsulate function recovers the secret using the RSA private key.
29
30=back
31
32This can be set using EVP_PKEY_CTX_set_kem_op().
33
34=back
35
36
37=head1 CONFORMING TO
38
39=over 4
40
41=item SP800-56Br2
42
43Section 7.2.1.2 RSASVE Generate Operation (RSASVE.GENERATE).
44Section 7.2.1.3 RSASVE Recovery Operation (RSASVE.RECOVER).
45
46=back
47
48=head1 SEE ALSO
49
50L<EVP_PKEY_CTX_set_kem_op(3)>,
51L<EVP_PKEY_encapsulate(3)>,
52L<EVP_PKEY_decapsulate(3)>
53L<EVP_KEYMGMT(3)>,
54L<EVP_PKEY(3)>,
55L<provider-keymgmt(7)>
56
57=head1 COPYRIGHT
58
59Copyright 2020 The OpenSSL Project Authors. All Rights Reserved.
60
61Licensed under the Apache License 2.0 (the "License"). You may not use
62this file except in compliance with the License. You can obtain a copy
63in the file LICENSE in the source distribution or at
64L<https://www.openssl.org/source/license.html>.
65
66=cut
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette