$manlookup

EVP_CIPHER-CAST

(7ssl)

The CAST EVP_CIPHER implementations

Overview, conventions, miscellanyopenssl 3.5.6-1~deb13u2

DESCRIPTION

Support for CAST symmetric encryption using the EVP_CIPHER API.

The following algorithms are available in the legacy provider:

"CAST-128-CBC", "CAST-192-CBC" and "CAST-256-CBC"
"CAST-128-CFB", "CAST-192-CFB", "CAST-256-CFB"
"CAST-128-ECB", "CAST-192-ECB" and "CAST-256-ECB"
"CAST-192-OFB", "CAST-128-OFB" and "CAST-256-OFB"

This implementation supports the parameters described in "PARAMETERS" in EVP_EncryptInit(3).

See also