aboutsummaryrefslogtreecommitdiffstats
path: root/src/cryptography/x509/oid.py
Commit message (Expand)AuthorAgeFilesLines
* GOST certificates support in cryptography (#5195)Nikolay Morozov2020-05-081-0/+25
* Finish ed25519 and ed448 support in x509 module (#4972)Marko Kreen2019-09-091-0/+3
* ed25519 support in x509 certificate builder (#4937)Paul Kehrer2019-07-061-1/+4
* add name for ExtensionOID.PRECERT_POISON (#4853)redshiftzero2019-05-191-0/+1
* move ObjectIdentifier to break an upcoming import cycle (#4550)Paul Kehrer2018-10-301-59/+1
* add IDP OID and docs (#4533)Paul Kehrer2018-10-281-0/+4
* OCSP request extension parsing (#4464)Paul Kehrer2018-09-091-0/+5
* Fixes #4333 -- added support for precert poison extension (#4442)Alex Gaynor2018-08-311-0/+3
* Add OID for RSASSA-PSS X.509 signature algorithm (RFC 4055) (#4294)Marti Raudsepp2018-06-291-0/+2
* adding name so that 1.3.6.1.4.1.11129.2.4.2 is no longer and 'Unknown OID' (#...Joshua Crowgey2018-05-071-0/+3
* support delta crl indicator extension (#3936)Paul Kehrer2017-09-221-0/+2
* [WIP] add support for the TLSFeature extension in x509 (#3899)Paul Kehrer2017-09-101-0/+2
* Fixes #3745 -- add the any EKU EKU (#3750)Alex Gaynor2017-07-031-0/+1
* Refs #3461 -- added the OID for the SCT x.509 extension (#3464)Alex Gaynor2017-03-201-0/+3
* add a few more OIDs (#3259)Paul Kehrer2016-11-191-0/+6
* Random flake8 cleanups for the latest release (#3242)Alex Gaynor2016-11-151-0/+2
* Turns out we shouldn't call it uniqueIdentifier (#3234)Paul Kehrer2016-11-121-2/+2
* add some new oids (#3233)Paul Kehrer2016-11-111-0/+4
* add alternate signature OID for RSA with SHA1 + test and vector (#3227)Paul Kehrer2016-11-111-0/+3
* add support for signature_algorithm_oid to cert, CSR, and CRL (#3124)Paul Kehrer2016-08-311-14/+14
* complete deprecation of CRLExtensionOID in favor of CRLEntryExtensionOIDPaul Kehrer2016-03-211-8/+0
* rename CRLExtensionOID to CRLEntryExtensionOIDPaul Kehrer2015-12-251-4/+12
* lowercase the first letter since that's how it's actually declaredPaul Kehrer2015-12-221-1/+1
* support parsing CRL extensions in the OpenSSL backendPaul Kehrer2015-12-211-0/+2
* Merge pull request #2534 from alex/ev-oidPaul Kehrer2015-12-191-0/+13
|\
| * updated the short names of oidsAlex Gaynor2015-12-191-7/+3
| * added oid namesAlex Gaynor2015-12-191-0/+11
| * added business category oidAlex Gaynor2015-12-191-0/+1
| * too many newlinesAlex Gaynor2015-12-191-1/+0
| * added two more oidsAlex Gaynor2015-12-191-0/+5
| * Fixed #2531 -- added missing EV oidAlex Gaynor2015-12-191-0/+1
* | TypoNick Bastin2015-12-171-1/+1
* | Avoid IndexError on too-short OIDs, add test for regressionNick Bastin2015-12-171-0/+5
* | OID validationNick Bastin2015-12-141-0/+24
|/
* Adds _name property to ObjectIdentifierBrendan McCollam2015-09-061-1/+5
* namespace the rest of the oidsPaul Kehrer2015-08-091-27/+34
* namespace Name OIDsPaul Kehrer2015-08-091-30/+32
* namespace oid signature algorithmPaul Kehrer2015-08-091-42/+44
* namespace OID extensionsPaul Kehrer2015-08-091-36/+39
* Completed the removal of duplicate oidsAlex Gaynor2015-08-091-61/+61
* De-duplicate OIDs for signaturesAlex Gaynor2015-08-091-14/+14
* Reduce the duplication in teh string versions of oidsAlex Gaynor2015-08-091-67/+66
* start splitting the x509 modulePaul Kehrer2015-08-091-0/+182