abhishek-ram / pyas2

This repo is no longer maintained and has been moved to https://github.com/abhishek-ram/django-pyas2
GNU General Public License v2.0
47 stars 23 forks source link

Use PYASN1 for signing and verification #5

Open abhishek-ram opened 9 years ago

abhishek-ram commented 9 years ago

The latest update of pyasn1 is able to parse the pkcs7 data, so in effect we should be ablt to extract the signatures and then verify them.

This will mean that we have full control over signing such as hashing algrithm used and other factors that are not exposed by M2Crypto

mevinbabuc commented 7 years ago

Any progress on this migration ?