Lines Matching full:none
74 def Name(cn = None, c = None, o = None):
77 if cn is not None:
86 if c is not None:
95 if o is not None:
153 # print DERToPEM(MakeCertificate(ISSUER_CN, ISSUER_CN, 1, KEY, KEY, None))
172 issuer_cn, subject_cn, serial, pubkey, privkey, ocsp_url = None):
182 c = None
183 o = None
194 if ocsp_url is not None:
222 asn1.SEQUENCE([SHA1_WITH_RSA_ENCRYPTION, None]), # SignatureAlgorithm
232 None,
243 None,
257 cert_status = None
275 None,
292 None,
331 * ocsp_der contains a DER encoded OCSP response or None if ocsp_url is
332 None'''
340 ocsp_der = None
341 if ocsp_url is not None: