fullsailor / pkcs7

Implements a subset of PKCS#7/Crytpographic Message Syntax (rfc2315, rfc5652)
MIT License
123 stars 201 forks source link

SHA256 as a new default #23

Closed andviro closed 6 years ago

andviro commented 6 years ago

Hi Andrew! After the deprecation of sha1 as a default hash algorithm for signing I took a liberty to add sha256, sha384 and sha512 support to your library. It's a simple hack but it'd be nice if you include it into the mainstream version.

andviro commented 6 years ago

whoops, it looks like it does not pass tests. Sorry. Will see what I can do, then reopen.