HI!
I'm currently trying to parse the X.509v3 certificate extensions
with the help of an ASN.1 parser module for Python. I'm somewhat
stuck into detail problems since I'm a total ASN.1 newbie. Maybe I
have misunderstood some concepts.
If I'm parsing the extensions do I have to use a-priori knowl
Hi !!!
I've got the demo which creates certificate ( selfsigned )
and now I would like to add v3 extensions, in particular
KeyUsage extension with some bits on. Do I have to use
conf file or could I set this up directly, without using conf ?
I am not using OpenSSL command line utility but crypto