Is dsa_with_SHA256 not supported by OpenSSL? -


i have been trying use simple code given in openssl page man page evp_get_digestbyname
when give message digest - dsa_with_sha256 tells me
unknown message digest dsa_with_sha256
checked out code openssl , did grep on see if phrase appears, , gave me results proves digest type seems there in openssl. can tell me why doesn't work?
also, https://www.openssl.org/news/openssl-notes.html tells openssl has support dsa-with-sha256. doing wrong? has used before. need help.


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -