aboutsummaryrefslogtreecommitdiffstats
path: root/src/cryptography/hazmat/_oid.py
Commit message (Collapse)AuthorAgeFilesLines
* Let Oid enforce positive decimal integers (#5053)Noel Remy2019-11-101-1/+6
| | | | | | Failing that would lead to an OpenSSL error when calling OBJ_txt2obj at serialization. Adds basic tests for oids.
* 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