fullsailor / pkcs7

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

Support ECDSA Private Keys for signatures #20

Open swsnider opened 7 years ago

swsnider commented 7 years ago

I currently have a use case for needing to sign payloads with an ECDSA private key, and when I try to use it, I get ErrUnsupportedAlgorithm :(.

fullsailor commented 6 years ago

I'm looking into this now, since its related to issues #27 #28 and #29