Abhishek Ram
Abhishek Ram
I have noticed that people are finding it difficult sometimes to setup django-pyas2 because they have to setup django, settings and so on. I was wondering if we should have...
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...
I am trying to setup certificate verification and I am seeing strange behaviour here. Please loot at the following scenarios: ``` python CertificateValidator(end_entity_cert).validate_usage(set([])) # Fails as no issuer is found...
**Is your feature request related to a problem? Please describe.** I would love for a way to have multiple subscribers for an event. This will allow us to use this...