Changeset 4587 for TI12-security/trunk/python/ndg.security.common/ndg
- Timestamp:
- 10/12/08 15:37:16 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TI12-security/trunk/python/ndg.security.common/ndg/security/common/m2CryptoSSLUtility.py
r4404 r4587 73 73 self.caCertFilePathList = caCertFilePathList 74 74 75 76 75 def __call__(self, peerCert, host=None): 77 76 """Carry out checks on server ID … … 119 118 # They match - drop the exception and return all OK instead 120 119 return True 121 122 120 123 121 def __setCACertList(self, caCertList): 124 122 """Set list of CA certs - peer cert must validate against at least one … … 131 129 doc="list of CA certs - peer cert must validate against one") 132 130 133 134 #_________________________________________________________________________135 131 def __setCACertsFromFileList(self, caCertFilePathList): 136 132 '''Read CA certificates from file and add them to the X.509
Note: See TracChangeset
for help on using the changeset viewer.