OpenSSL CVS Repository
http://cvs.openssl.org/
____________________________________________________________________________
Server:
cvs.openssl.org Name: Dr. Stephen Henson
Root: /v/openssl/cvs Email: steve@
openssl.org
Module: openssl Date: 12-Aug-2008 18:07:53
Branch: HEAD Handle: 2008081217075200
Modified files:
openssl/crypto/x509 x509_vfy.c
Log:
Initial code to support distinct certificate and CRL signing keys where the
CRL issuer is not part of the main path.
Not complete yet and not compiled in because the CRL issuer certificate is
not validated.
Summary:
Revision Changes Path
1.98 +28 -1 openssl/crypto/x509/x509_vfy.c
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openssl/crypto/x509/x509_vfy.c
============================================================================
$ cvs diff -u -r1.97 -r1.98 x509_vfy.c
--- openssl/crypto/x509/x509_vfy...