Remove the envvar hack to enable proxy cert processing
authorRichard Levitte <levitte@openssl.org>
Wed, 29 Jun 2016 23:23:36 +0000 (01:23 +0200)
committerRichard Levitte <levitte@openssl.org>
Wed, 29 Jun 2016 23:37:40 +0000 (01:37 +0200)
commit8e21938ce3a5306df753eb40a20fe30d17cf4a68
treece3254d78d941a61965be520540cea745aa170d0
parent6b4a77f56e14c002ce3cf960f622682be3b8424b
Remove the envvar hack to enable proxy cert processing

When the proxy cert code was initially added, some application authors
wanted to get them verified without having to change their code, so a
check of the env var OPENSSL_ALLOW_PROXY_CERTS was added.

Since then, the use of this variable has become irrelevant, as it's
likely that code has been changed since, so it's time it gets removed.

Reviewed-by: Tim Hudson <tjh@openssl.org>
crypto/x509/x509_vfy.c