aboutsummaryrefslogtreecommitdiff
path: root/doc/man7
diff options
context:
space:
mode:
authorShane Lontis <shane.lontis@oracle.com>2019-10-08 16:42:28 +1000
committerShane Lontis <shane.lontis@oracle.com>2019-10-08 16:42:28 +1000
commitf816aa47ac140c3d083416aa9c1c396096d9a92c (patch)
tree4f05808fdef6fe5a921b00739a31f8e79f8ac403 /doc/man7
parent089cb623be76b88a1eea6fcd135101037661bbc3 (diff)
downloadopenssl-f816aa47ac140c3d083416aa9c1c396096d9a92c.zip
openssl-f816aa47ac140c3d083416aa9c1c396096d9a92c.tar.gz
openssl-f816aa47ac140c3d083416aa9c1c396096d9a92c.tar.bz2
Add rc2 ciphers to default provider
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/9991)
Diffstat (limited to 'doc/man7')
-rw-r--r--doc/man7/provider-cipher.pod5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/man7/provider-cipher.pod b/doc/man7/provider-cipher.pod
index 3bae345..2da3aa2 100644
--- a/doc/man7/provider-cipher.pod
+++ b/doc/man7/provider-cipher.pod
@@ -333,6 +333,11 @@ that has the flag B<EVP_CIPH_FLAG_CUSTOM_ASN1> set.
Sets or gets the number of rounds to be used for a cipher.
This is used by the RC5 cipher.
+=item "keybits" (B<OSSL_CIPHER_PARAM_RC2_KEYBITS>) <unsigned integer>
+
+Gets or sets the effective keybits used for a RC2 cipher.
+The length of the "keybits" parameter should not exceed that of a B<size_t>.
+
=back
=head1 RETURN VALUES