Home
last modified time | relevance | path

Searched refs:produced_at (Results 1 – 7 of 7) sorted by relevance

/external/python/cryptography/src/cryptography/hazmat/backends/openssl/
Docsp.py208 def produced_at(self): member in _OCSPResponse
209 produced_at = self._backend._lib.OCSP_resp_get0_produced_at(
212 return _parse_asn1_generalized_time(self._backend, produced_at)
/external/wpa_supplicant_8/src/tls/
Dtlsv1_client_ocsp.c368 os_time_t produced_at; in tls_process_basic_ocsp_response() local
570 &produced_at) < 0) { in tls_process_basic_ocsp_response()
575 (unsigned long) produced_at); in tls_process_basic_ocsp_response()
/external/python/cryptography/tests/x509/
Dtest_ocsp.py376 assert (current_time - resp.produced_at).total_seconds() < 10
611 assert resp.produced_at == datetime.datetime(2018, 8, 30, 11, 15)
648 resp.produced_at
/external/python/cryptography/src/cryptography/x509/
Docsp.py356 def produced_at(self): member in OCSPResponse
/external/wpa_supplicant_8/src/utils/
Dhttp_curl.c1118 ASN1_GENERALIZEDTIME *produced_at, *this_update, *next_update; in ocsp_resp_cb() local
1229 res = OCSP_resp_find_status(basic, id, &status, &reason, &produced_at, in ocsp_resp_cb()
1244 &produced_at, &this_update, in ocsp_resp_cb()
/external/python/cryptography/docs/x509/
Docsp.rst212 objects. You cannot set ``produced_at`` on OCSP responses at this time.
489 .. attribute:: produced_at
/external/wpa_supplicant_8/src/crypto/
Dtls_openssl.c4827 ASN1_GENERALIZEDTIME *produced_at, *this_update, *next_update; in ocsp_resp_cb() local
4927 res = OCSP_resp_find_status(basic, id, &status, &reason, &produced_at, in ocsp_resp_cb()
4941 &produced_at, &this_update, in ocsp_resp_cb()