summaryrefslogtreecommitdiff
path: root/src/cryptography/x509/certificate_transparency.py
Commit message (Expand)AuthorAgeFilesLines
* Use from __future__ import annotations everywhere (#8643)Alex Gaynor2023-03-311-0/+1
* Replace deprecated `abstractproperty` (#7943)Viicos2022-12-271-8/+16
* CT: `extensions` -> `extension_bytes` (#7238)William Woodruff2022-05-191-1/+1
* CT: add `SignedCertificateTimestamp.extensions` (#7237)William Woodruff2022-05-201-0/+6
* x509: fix SignedCertificateTimestamp interface (#7235)William Woodruff2022-05-181-1/+1
* x509/CT: expose more SCT internals (#7207)William Woodruff2022-05-131-0/+34
* Move SCT encoding/decoding to Rust (#6098)Alex Gaynor2021-06-101-0/+4
* Use well-defined enum representation (#6042)Christian Heimes2021-05-121-3/+4
* Apply type annotations to x509 ct and ocsp (#5712)Alex Gaynor2021-01-301-4/+5
* Complete removal of py2 (#5533)Alex Gaynor2020-12-091-4/+1
* Remove __future__ import from our code (#5610)Alex Gaynor2020-12-091-1/+0
* Interfaces for SCTs, feedback wanted (#3467)Alex Gaynor2017-03-221-0/+46