Searched refs:ExtensionNotFound (Results 1 – 5 of 5) sorted by relevance
22 Extension, ExtensionNotFound, ExtensionType, Extensions, FreshestCRL,
60 class ExtensionNotFound(Exception): class62 super(ExtensionNotFound, self).__init__(msg)84 raise ExtensionNotFound("No {0} extension was found".format(oid), oid)98 raise ExtensionNotFound(
1309 with pytest.raises(x509.ExtensionNotFound) as exc:1390 with pytest.raises(x509.ExtensionNotFound) as exc:1508 with pytest.raises(x509.ExtensionNotFound):1556 with pytest.raises(x509.ExtensionNotFound):1623 with pytest.raises(x509.ExtensionNotFound) as exc:5106 with pytest.raises(x509.ExtensionNotFound):
443 with pytest.raises(x509.ExtensionNotFound):445 with pytest.raises(x509.ExtensionNotFound):447 with pytest.raises(x509.ExtensionNotFound):471 except x509.ExtensionNotFound:
1488 :raises cryptography.x509.ExtensionNotFound: If the certificate does1505 :raises cryptography.x509.ExtensionNotFound: If the certificate does3099 .. class:: ExtensionNotFound