Lines Matching refs:Cert
1 # Cert extension - Regression Test Campaign
157 ########### Cert class ##############################################
159 + Cert class tests
161 = Cert class : Importing PEM-encoded X.509 Certificate
162 x = Cert("""
195 = Cert class : Checking version
198 = Cert class : Checking certificate serial number extraction
201 = Cert class : Checking signature algorithm
204 = Cert class : Checking issuer extraction in basic format (/C=FR ...)
207 = Cert class : Checking subject extraction in basic format (/C=FR ...)
210 = Cert class : Checking start date extraction in simple and tuple formats
214 = Cert class : Checking end date extraction in simple and tuple formats
218 = Cert class : Checking RSA public key
224 = Cert class : Checking extensions
229 = Cert class : Importing another PEM-encoded X.509 Certificate
230 y = Cert("""
248 = Cert class : Checking ECDSA public key
254 = Cert class : Checking ECDSA signature
300 = Cert class : Checking isIssuerCert()
301 c0 = Cert("""
334 c1 = Cert("""
365 c2 = Cert("""
392 = Cert class : Checking isSelfSigned()