Changes concering RFC 3820 (proxy certificates) integration:
authorRichard Levitte <levitte@openssl.org>
Mon, 17 Jan 2005 17:06:58 +0000 (17:06 +0000)
committerRichard Levitte <levitte@openssl.org>
Mon, 17 Jan 2005 17:06:58 +0000 (17:06 +0000)
commita7201e9a1bf1282d8a7edcdfc588a62c1217c575
tree9ec5d102f77d5b49b02fbd09c99d3c831d2afba6
parentfcd5cca418c1efcd420cfbdcd56182e0524698c1
Changes concering RFC 3820 (proxy certificates) integration:

 - Enforce that there should be no policy settings when the language
   is one of id-ppl-independent or id-ppl-inheritAll.
 - Add functionality to ssltest.c so that it can process proxy rights
   and check that they are set correctly.  Rights consist of ASCII
   letters, and the condition is a boolean expression that includes
   letters, parenthesis, &, | and ^.
 - Change the proxy certificate configurations so they get proxy
   rights that are understood by ssltest.c.
 - Add a script that tests proxy certificates with SSL operations.

Other changes:

 - Change the copyright end year in mkerr.pl.
 - make update.
12 files changed:
crypto/Makefile.ssl
crypto/comp/Makefile.ssl
crypto/x509/x509_vfy.c
crypto/x509v3/v3_pci.c
crypto/x509v3/v3err.c
crypto/x509v3/x509v3.h
ssl/ssltest.c
test/Makefile.ssl
test/P1ss.cnf
test/P2ss.cnf
test/testsslproxy [new file with mode: 0644]
util/mkerr.pl