Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use from __future__ import annotations everywhere (#8643) | Alex Gaynor | 2023-03-31 | 1 | -0/+1 |
* | Replace deprecated `abstractproperty` (#7943) | Viicos | 2022-12-27 | 1 | -8/+16 |
* | CT: `extensions` -> `extension_bytes` (#7238) | William Woodruff | 2022-05-19 | 1 | -1/+1 |
* | CT: add `SignedCertificateTimestamp.extensions` (#7237) | William Woodruff | 2022-05-20 | 1 | -0/+6 |
* | x509: fix SignedCertificateTimestamp interface (#7235) | William Woodruff | 2022-05-18 | 1 | -1/+1 |
* | x509/CT: expose more SCT internals (#7207) | William Woodruff | 2022-05-13 | 1 | -0/+34 |
* | Move SCT encoding/decoding to Rust (#6098) | Alex Gaynor | 2021-06-10 | 1 | -0/+4 |
* | Use well-defined enum representation (#6042) | Christian Heimes | 2021-05-12 | 1 | -3/+4 |
* | Apply type annotations to x509 ct and ocsp (#5712) | Alex Gaynor | 2021-01-30 | 1 | -4/+5 |
* | Complete removal of py2 (#5533) | Alex Gaynor | 2020-12-09 | 1 | -4/+1 |
* | Remove __future__ import from our code (#5610) | Alex Gaynor | 2020-12-09 | 1 | -1/+0 |
* | Interfaces for SCTs, feedback wanted (#3467) | Alex Gaynor | 2017-03-22 | 1 | -0/+46 |