I do need all three certs. I do see what PKCS7_get0_signers does now.
On Wed, Dec 26, 2018 at 11:27 AM Paul Kehrer
wrote:
> We haven't had anyone request support for those legacy extension types,
> but if you think you need it feel free to file an issue and we can discuss
> adding it. The data c
I also am having trouble parsing the extensions of the attached cert using
the code above:
Traceback (most recent call last):
File "./extract_sigs.py", line 65, in
for extension in cert.extensions:
File "/root/sigs/lib/python3.7/site-packages/cryptography/utils.py", line
162, in inner