On 2020-04-23 13:00, Sad Clouds wrote:
> I've been looking at OpenSSL documentation and openssl/evp.h file and
> not quite finding the answer, maybe I'm looking in the wrong place?
> 
> Does anyone know if there is a complete list of C macros that define
> message digest strings, which can be used as arguments to
> EVP_get_digestbyname() function? Thanks.

   Does the EVP_MAC_do_all_sorted() call in apps/openssl.c help?  It's
not exactly what you're asking for.  (It's used to generate the output
of "openssl list -digest-algorithms").

-- 
Kind Regards,
Jan

Reply via email to