Searched refs:basic_ocsp_response (Results 1 – 3 of 3) sorted by relevance
69 basic_ocsp_response = response_bytes['response'].parsed70 tbs_response_data = basic_ocsp_response['tbs_response_data']74 cert = basic_ocsp_response['certs'][0]86 basic_ocsp_response['signature_algorithm']['algorithm'].native90 basic_ocsp_response['signature_algorithm']['parameters'].native145 basic_ocsp_response['certs'].native,150 len(basic_ocsp_response['certs'])
684 def basic_ocsp_response(self): member in OCSPResponse
361 - Added `ocsp.OCSPResponse.basic_ocsp_response` and