| Home | Trees | Indices | Help |
|
|---|
|
|
SAML 2.0 Utilities module for M2Crypto SSL functionality
NERC DataGrid Project
Date: 02/07/07
Author: P J Kershaw
Contact: Philip.Kershaw@stfc.ac.uk
Copyright: (C) 2009 Science and Technology Facilities Council
License: http://www.apache.org/licenses/LICENSE-2.0
|
|||
|
X500DNError Exception handling for NDG X.500 DN class. |
|||
|
X500DN NDG X500 Distinguished name |
|||
|
X509CertError Exception handling for NDG X.509 Certificate handling class. |
|||
|
X509CertReadError Error reading in certificate from file |
|||
|
X509CertParseError Error parsing a certificate |
|||
|
X509CertInvalidNotBeforeTime Call from X509Cert.isValidTime if certificates not before time is BEFORE the current system time |
|||
|
X509CertExpired Call from X509Cert.isValidTime if certificate has expired |
|||
|
X509Cert NDG X509 Certificate Handling |
|||
|
X509StackError Error from X509Stack type |
|||
|
X509StackEmptyError Expecting non-zero length X509Stack |
|||
|
X509CertIssuerNotFound Raise from verifyCertChain if no certificate can be found to verify the input |
|||
|
SelfSignedCert Raise from verifyCertChain if cert. |
|||
|
X509CertInvalidSignature X.509 Certificate has an invalid signature |
|||
|
X509Stack Wrapper for M2Crypto X509_Stack |
|||
|
InvalidCertSignature Raise if verification against CA cert public key fails |
|||
|
InvalidCertDN Raise if verification against a list acceptable DNs fails |
|||
|
HostCheck Override SSL.Checker.Checker to enable alternate Common Name setting match for peer cert |
|||
|
HTTPSConnection Modified version of M2Crypto equivalent to enable custom checks with the peer and timeout settings |
|||
|
SSLContextProxy Holder for M2Crypto.SSL.Context parameters |
|||
|
|||
__revision__ =
|
|||
log = logging.getLogger(__name__)
|
|||
__package__ =
|
|||
|
|||
__revision__
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Wed Apr 4 22:19:18 2012 | http://epydoc.sourceforge.net |