$manlookup

EVP_MD-NULL

(7ssl)

The NULL EVP_MD implementation

Overview, conventions, miscellanyopenssl 3.5.6-1~deb13u2

DESCRIPTION

Support for a NULL digest through the EVP_MD API. This algorithm does nothing and returns 1 for its init, update and final methods.

The following algorithm is available in the default provider:

"NULL"

This implementation supports the common gettable parameters described in EVP_MD-common(7).

See also