Latest update.

This commit is contained in:
2019-10-17 23:54:38 +09:00
parent 41a23ae6f6
commit ee84d0dd84
1357 changed files with 41111 additions and 9603 deletions
+3 -2
View File
@@ -28,7 +28,7 @@ The following parameter can be set with EVP_MAC_CTX_set_params():
=over 4
=item B<OSSL_MAC_PARAM_KEY> ("key") <octet string>
=item "key" (B<OSSL_MAC_PARAM_KEY>) <octet string>
=back
@@ -37,11 +37,12 @@ EVP_MAC_CTX_get_params():
=over 4
=item B<OSSL_MAC_PARAM_SIZE> ("size") <unsigned int>
=item "size" (B<OSSL_MAC_PARAM_SIZE>) <unsigned integer>
=back
The "size" parameter can also be retrieved with with EVP_MAC_size().
The length of the "size" parameter should not exceed that of an B<unsigned int>.
=head1 SEE ALSO