Latest update (add quic)

This commit is contained in:
2020-07-12 19:52:18 +09:00
parent 3a6d64bb68
commit e85ee33eee
501 changed files with 19166 additions and 10232 deletions
+9
View File
@@ -15,6 +15,8 @@ private key I<priv>.
In the FIPS provider they are non-approved algorithms and do not have the
"fips=yes" property set.
No additional parameters can be set during key generation.
=head2 Common X25519, X448, ED25519 and ED448 parameters
@@ -32,6 +34,11 @@ The public key value.
The private key value.
=item "tls-encoded-pt" (B<OSSL_PKEY_PARAM_TLS_ENCODED_PT>) <octet string>
Used for getting and setting the encoding of the public key used in a key exchange
message for the TLS protocol.
=back
=head2 ED25519 and ED448 parameters
@@ -50,6 +57,8 @@ The empty string, signifying that no digest may be specified.
=item RFC 8032
=item RFC 8410
=back
=head1 EXAMPLES