OpenSSL x509 Purpose flag "Any Purpose" What is this?

Posted by Nick on Server Fault See other posts from Server Fault or by Nick
Published on 2010-02-10T17:51:58Z Indexed on 2011/11/13 1:54 UTC
Read the original article Hit count: 552

Filed under:
|
|
|

Looking at the details of a certificate using the following:

openssl x509 -noout -text -purpose -in mycert.pem

I find a bunch of purpose flags (which I've discovered are set by the various extensions attached to a certificate).

One of these purpose flags is "Any Purpose". I can't seem to find ANY documentation on this flag and why or why not it is set.

Do any of you know where I can find more information on this purpose and what it means?

Thanks,

© Server Fault or respective owner

Related posts about certificate

Related posts about openssl