aboutsummaryrefslogtreecommitdiffstats
path: root/src/cryptography/hazmat/backends/openssl/ocsp.py
Commit message (Expand)AuthorAgeFilesLines
* Parse single_extensions in OCSP responses (#5059)Paul Kehrer2019-11-111-1/+9
* Simplify string formatting (#4757)Alex Gaynor2019-02-201-2/+2
* add signature_hash_algorithm to OCSPResponse (#4681)Paul Kehrer2019-01-101-0/+11
* next_update is not a required field on OCSP responses (#4513)Paul Kehrer2018-10-231-2/+4
* OCSP response serialization (#4482)Paul Kehrer2018-10-061-0/+13
* add OCSP basic response extension parsing (#4479)Paul Kehrer2018-10-061-1/+7
* support OCSP response parsing (#4452)Paul Kehrer2018-10-011-3/+241
* OCSP request extension parsing (#4464)Paul Kehrer2018-09-091-1/+5
* small refactor of OCSP request parsing (#4447)Paul Kehrer2018-09-011-38/+54
* refactor ocsp request parsing and generation to support only one cert (#4439)Paul Kehrer2018-08-311-40/+12
* OCSP request parsing (#4393)Paul Kehrer2018-08-151-0/+119