summaryrefslogtreecommitdiff
path: root/src/cryptography/hazmat/_oid.py
Commit message (Expand)AuthorAgeFilesLines
* Fix for #8854 (#8855)Harmin Parra Rueda2023-05-031-0/+1
* Support msCertificateTemplate extension (#8695)Paul Kehrer2023-04-101-0/+2
* Use from __future__ import annotations everywhere (#8643)Alex Gaynor2023-03-311-0/+2
* Added support for OCSP AcceptableResponses extension (#8617)Alex Gaynor2023-03-271-0/+1
* Add *_SHA3 signature algorithms to OID <-> hash map (#7819)jeanluc2022-11-171-0/+8
* X.509/Certificate: Add `tbs_precertificate_bytes` property (#7279)William Woodruff2022-05-311-0/+1
* Migrate ObjectIdentifier to Rust (#7153)Alex Gaynor2022-04-301-64/+3
* Convert some old-style formatting to f strings (#6945)Alex Gaynor2022-03-131-10/+8
* Added OID for #6920 (#6925)sanchayanghosh2022-03-031-0/+1
* Don't explicitly define __ne__ any longer (#6908)Alex Gaynor2022-02-271-3/+0
* refs #6835 -- added oid constants for SHA3 signatures (#6850)Alex Gaynor2022-02-071-0/+8
* Remove explicit subclassing of object now that all classes are new-style (#6830)Alex Gaynor2022-01-301-11/+11
* consistently use object for other in eq/ne types (#6756)Paul Kehrer2021-12-261-2/+2
* add two additional DSA signature algorithm oids & test dsa_with_sha224 (#6483)Paul Kehrer2021-10-261-0/+2
* resolve lazy import race condition (#6272)Paul Kehrer2021-09-121-3/+265
* Strict typehints for extensions and OIDs (#5870)Mathias Ertl2021-02-271-5/+7
* add typehint for name (#5856)Mathias Ertl2021-02-211-1/+1
* add typehints for read only properties (#5826)Mathias Ertl2021-02-151-4/+3
* Added typing for a bunch of methods (#5737)Alex Gaynor2021-02-011-1/+1
* Remove __future__ import from our code (#5610)Alex Gaynor2020-12-091-1/+0
* Paint it Black by the Rolling Stones (#5324)Alex Gaynor2020-07-201-12/+17
* Let Oid enforce positive decimal integers (#5053)Noel Remy2019-11-101-1/+6
* Simplify string formatting (#4757)Alex Gaynor2019-02-201-1/+1
* move ObjectIdentifier to break an upcoming import cycle (#4550)Paul Kehrer2018-10-301-0/+67