aboutsummaryrefslogtreecommitdiff
path: root/doc/man7/EVP_CIPHER-RC5.pod
diff options
context:
space:
mode:
authorShane Lontis <shane.lontis@oracle.com>2021-05-22 12:37:11 +1000
committerTomas Mraz <tomas@openssl.org>2021-05-28 14:29:13 +0200
commitb9098d4edd48fd094afee82ed1e0324f5d247ace (patch)
tree0fb1a0ac92fa94eabf7768e5eb2931b43c8e7622 /doc/man7/EVP_CIPHER-RC5.pod
parent97aede6846f32287877e7730055b4e782004a05d (diff)
downloadopenssl-b9098d4edd48fd094afee82ed1e0324f5d247ace.zip
openssl-b9098d4edd48fd094afee82ed1e0324f5d247ace.tar.gz
openssl-b9098d4edd48fd094afee82ed1e0324f5d247ace.tar.bz2
Add Docs for EVP_CIPHER-*
Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15416)
Diffstat (limited to 'doc/man7/EVP_CIPHER-RC5.pod')
-rw-r--r--doc/man7/EVP_CIPHER-RC5.pod47
1 files changed, 47 insertions, 0 deletions
diff --git a/doc/man7/EVP_CIPHER-RC5.pod b/doc/man7/EVP_CIPHER-RC5.pod
new file mode 100644
index 0000000..8420483
--- /dev/null
+++ b/doc/man7/EVP_CIPHER-RC5.pod
@@ -0,0 +1,47 @@
+=pod
+
+=head1 NAME
+
+EVP_CIPHER-RC5 - The RC5 EVP_CIPHER implementations
+
+=head1 DESCRIPTION
+
+Support for RC5 symmetric encryption using the B<EVP_CIPHER> API.
+
+Disabled by default. Use the I<enable-rc5> configuration option to enable.
+
+=head2 Algorithm Names
+
+The following algorithms are available in the legacy provider:
+
+=over 4
+
+=item "RC5-CBC" or "RC5"
+
+=item "RC5-ECB"
+
+=item "RC5-OFB"
+
+=item "RC5-CFB"
+
+=back
+
+=head2 Parameters
+
+This implementation supports the parameters described in
+L<EVP_EncryptInit(3)/PARAMETERS>.
+
+=head1 SEE ALSO
+
+L<provider-cipher(7)>, L<OSSL_PROVIDER-legacy(7)>
+
+=head1 COPYRIGHT
+
+Copyright 2021 The OpenSSL Project Authors. All Rights Reserved.
+
+Licensed under the Apache License 2.0 (the "License"). You may not use
+this file except in compliance with the License. You can obtain a copy
+in the file LICENSE in the source distribution or at
+L<https://www.openssl.org/source/license.html>.
+
+=cut