Subversion URL: http://proj.badc.rl.ac.uk/svn/ndg/TI12-security/trunk/python/ndg.security.test/ndg/security/test/__init__.py@2954
Revision 2954,
328 bytes
checked in by pjkersha, 12 years ago
(diff) |
.../init.py: updated comments in all these files to improve epydoc output and regenerated epydoc
ndg.security.common/ndg/security/common/X509.py: changes to X509Stack class...
- Added SelfSignedCert? exception type and rejectSelfSignedCert keyword to enable the option to reject self-signed certs in verifyCertChain. This only applies if there is a single cert. in the chain.
ndg.security.common/ndg/security/common/m2CryptoSSLUtility.py: improve InvalidCertDN exception message
|
-
Property svn:keywords set to
Id
|
Line | |
---|
1 | """NDG Security Unit test package |
---|
2 | |
---|
3 | NERC Data Grid Project |
---|
4 | """ |
---|
5 | __author__ = "P J Kershaw" |
---|
6 | __date__ = "15/03/07" |
---|
7 | __copyright__ = "(C) 2007 STFC & NERC" |
---|
8 | __license__ = \ |
---|
9 | """This software may be distributed under the terms of the Q Public |
---|
10 | License, version 1.0 or later.""" |
---|
11 | __contact__ = "P.J.Kershaw@rl.ac.uk" |
---|
12 | __revision__ = '$Id$' |
---|
Note: See
TracBrowser
for help on using the repository browser.