Make it possible for external code to flag a certificate as a proxy one.
authorRichard Levitte <levitte@openssl.org>
Fri, 22 Jul 2016 14:45:33 +0000 (16:45 +0200)
committerRichard Levitte <levitte@openssl.org>
Sat, 23 Jul 2016 09:35:23 +0000 (11:35 +0200)
commit9961cb77684aa26fe7302e691b7d16e53432a625
treee62f9b5b78de1c5f2107ba4d400133753a3d272f
parent8b9546c7085733c88f1df66da48d48a3bc5230a2
Make it possible for external code to flag a certificate as a proxy one.

This adds the function X509_set_proxy_flag(), which sets the internal flag
EXFLAG_PROXY on a given X509 structure.

Reviewed-by: Rich Salz <rsalz@openssl.org>
crypto/x509v3/v3_purp.c
doc/crypto/X509_get_extension_flags.pod
include/openssl/x509v3.h