=pod =head1 NAME evp - high-level cryptographic functions =head1 SYNOPSIS #include =head1 DESCRIPTION The EVP library provides a high-level interface to cryptographic functions. BI<...> and BI<...> provide public key encryption and decryption to implement digital "envelopes". The BI<...> and BI<...> functions implement digital signatures. Symmetric encryption is available with the BI<...> functions. The BI<...> functions provide message digests. Algorithms are loaded with OpenSSL_add_all_algorithms(3). =head1 SEE ALSO L, L, L, L, L, L, L =cut