EVP_CIPHER-CAST.pod 1006 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. =pod
  2. =head1 NAME
  3. EVP_CIPHER-CAST - The CAST EVP_CIPHER implementations
  4. =head1 DESCRIPTION
  5. Support for CAST 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 "CAST-128-CBC", "CAST-192-CBC" and "CAST-256-CBC"
  10. =item "CAST-128-CFB", "CAST-192-CFB", "CAST-256-CFB"
  11. =item "CAST-128-ECB", "CAST-192-ECB" and "CAST-256-ECB"
  12. =item "CAST-192-OFB", "CAST-128-OFB" and "CAST-256-OFB"
  13. =back
  14. =head2 Parameters
  15. This implementation supports the parameters described in
  16. L<EVP_EncryptInit(3)/PARAMETERS>.
  17. =head1 SEE ALSO
  18. L<provider-cipher(7)>, L<OSSL_PROVIDER-legacy(7)>
  19. =head1 COPYRIGHT
  20. Copyright 2021 The OpenSSL Project Authors. All Rights Reserved.
  21. Licensed under the Apache License 2.0 (the "License"). You may not use
  22. this file except in compliance with the License. You can obtain a copy
  23. in the file LICENSE in the source distribution or at
  24. L<https://www.openssl.org/source/license.html>.
  25. =cut