Searched refs:cdps (Results 1 – 3 of 3) sorted by relevance
539 def _decode_dist_points(backend, cdps): argument540 cdps = backend._ffi.cast("Cryptography_STACK_OF_DIST_POINT *", cdps)541 cdps = backend._ffi.gc(cdps, backend._lib.CRL_DIST_POINTS_free)543 num = backend._lib.sk_DIST_POINT_num(cdps)550 cdp = backend._lib.sk_DIST_POINT_value(cdps, i)630 def _decode_crl_distribution_points(backend, cdps): argument631 dist_points = _decode_dist_points(backend, cdps)635 def _decode_freshest_crl(backend, cdps): argument636 dist_points = _decode_dist_points(backend, cdps)
540 def _encode_cdps_freshest_crl(backend, cdps): argument543 for point in cdps:
4453 cdps = cert.extensions.get_extension_for_oid(4457 assert cdps == x509.CRLDistributionPoints(4517 cdps = cert.extensions.get_extension_for_oid(4521 assert cdps == x509.CRLDistributionPoints(4566 cdps = cert.extensions.get_extension_for_oid(4570 assert cdps == x509.CRLDistributionPoints(4613 cdps = cert.extensions.get_extension_for_oid(4617 assert cdps == x509.CRLDistributionPoints(4650 cdps = cert.extensions.get_extension_for_oid(4654 assert cdps == x509.CRLDistributionPoints([all …]