EVP_CIPHER-RC4.pod 828 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. =pod
  2. =head1 NAME
  3. EVP_CIPHER-RC4 - The RC4 EVP_CIPHER implementations
  4. =head1 DESCRIPTION
  5. Support for RC4 symmetric encryption using the B<EVP_CIPHER> API.
  6. =head2 Algorithm Names
  7. The following algorithms are available in the legacy provider:
  8. =over 4
  9. =item "RC4"
  10. =item "RC4-40"
  11. =item "RC4-HMAC-MD5"
  12. =back
  13. =head2 Parameters
  14. This implementation supports the parameters described in
  15. L<EVP_EncryptInit(3)/PARAMETERS>.
  16. =head1 SEE ALSO
  17. L<provider-cipher(7)>, L<OSSL_PROVIDER-legacy(7)>
  18. =head1 COPYRIGHT
  19. Copyright 2021 The OpenSSL Project Authors. All Rights Reserved.
  20. Licensed under the Apache License 2.0 (the "License"). You may not use
  21. this file except in compliance with the License. You can obtain a copy
  22. in the file LICENSE in the source distribution or at
  23. L<https://www.openssl.org/source/license.html>.
  24. =cut