summaryrefslogtreecommitdiff
path: root/src/cryptography/x509
Commit message (Expand)AuthorAgeFilesLines
* Converted DER parsing of SPKIs to rust (#5963)Alex Gaynor2021-04-111-25/+2
* make get_extension_for_class a generic function (#5923)Mathias Ertl2021-03-201-2/+2
* Typehint x509.base (only) (#5904)Mathias Ertl2021-03-111-21/+49
* Bugfix/issue 5889 typehint get values for types (#5900)Mathias Ertl2021-03-073-34/+258
* Generic extension value/typehint x509.Name (#5897)Mathias Ertl2021-03-062-4/+22
* more typing (#5887)Paul Kehrer2021-03-022-35/+73
* Type a bunch of random functions (#5875)Alex Gaynor2021-02-272-10/+18
* consistently typecast to list (#5873)Mathias Ertl2021-02-271-3/+6
* Strict typehints for extensions and OIDs (#5870)Mathias Ertl2021-02-271-219/+256
* Add key_identifier property to SubjectKeyIdentifier (#5849)Arnaud Durand2021-02-211-0/+4
* make Extension a generic class (fixes #5830) (#5831)Mathias Ertl2021-02-201-5/+9
* add typehints for read only properties (#5826)Mathias Ertl2021-02-153-62/+192
* part 2 of typing x509 extensions (#5815)Alex Gaynor2021-02-111-30/+67
* Start typing a bunch of stuff from x509 extensions (#5812)masterAlex Gaynor2021-02-112-36/+45
* Name: update get_attributes_for_oid return type (#5809)Dan Halperin2021-02-101-1/+1
* type updates from turning on unchecked-defs on tests (#5720)Paul Kehrer2021-01-312-67/+49
* add serialization type hinting (#5718)Paul Kehrer2021-01-301-14/+1
* Apply type annotations to x509 ct and ocsp (#5712)Alex Gaynor2021-01-306-257/+289
* Apply type annotations to the core x509 types (#5711)Alex Gaynor2021-01-302-105/+116
* Apply type annotations to x509 builders (#5709)Alex Gaynor2021-01-291-31/+64
* Complete removal of py2 (#5533)Alex Gaynor2020-12-096-45/+23
* Remove utils.int_from_bytes (#5609)Alex Gaynor2020-12-091-2/+1
* Remove __future__ import from our code (#5610)Alex Gaynor2020-12-098-8/+0
* Switch black to py36 as the minimum version (#5608)Alex Gaynor2020-12-081-5/+5
* Remove Python2 from CI and code that branched on it (#5607)Alex Gaynor2020-12-081-5/+1
* new black, actually slightly different than the old black (#5429)Paul Kehrer2020-08-262-3/+10
* x509 optional backend args (#5390)Paul Kehrer2020-08-152-11/+24
* remove idna support finally (#5351)Paul Kehrer2020-07-261-76/+6
* Paint it Black by the Rolling Stones (#5324)Alex Gaynor2020-07-207-387/+577
* test exceptions and properly reject duplicate attributes in csrbuilder (#5319)Paul Kehrer2020-07-181-0/+9
* support encoding attributes via CertificateSigningRequestBuilder (#5315)Paul Kehrer2020-07-181-3/+23
* change KeyUsage repr to be less confusing (#5314)Paul Kehrer2020-07-181-2/+5
* support unstructured name x509 attributes (#5313)Paul Kehrer2020-07-181-0/+3
* support x509 request challenge password parsing (#4944)Paul Kehrer2020-07-053-2/+20
* Support parsing SCTs in OCSPResponse (#5298)Paul Kehrer2020-07-053-1/+52
* add SubjectInformationAccess extension support (#5295)Paul Kehrer2020-07-023-2/+40
* Unify X.509 signature algorithm validation (#5276)Marko Kreen2020-06-141-10/+0
* GOST certificates support in cryptography (#5195)Nikolay Morozov2020-05-081-0/+25
* Removed deprecated behavior in AKI.from_issuer_subject_key_identifier (#5182)Alex Gaynor2020-04-051-15/+1
* Allow NameAttribute.value to be an empty string (#5109)Andrea De Pasquale2020-03-191-3/+3
* Reversed the order of RDNs in x509.Name.rfc4514_string() (#5120)Thomas Erbesdobler2020-03-021-4/+8
* Use literals for collections and comprehensions. (#5091)Mads Jensen2020-01-122-3/+3
* Use dict literals. (#5080)Mads Jensen2019-12-021-1/+1
* Parse single_extensions in OCSP responses (#5059)Paul Kehrer2019-11-111-0/+6
* Simplify implementing sequence methods (#4987)Alex Gaynor2019-09-101-94/+31
* Finish ed25519 and ed448 support in x509 module (#4972)Marko Kreen2019-09-093-4/+18
* Make DER reader into a context manager (#4957)Alex Gaynor2019-07-281-9/+9
* Remove asn1crypto dependency (#4941)David Benjamin2019-07-281-3/+21
* ed25519 support in x509 certificate builder (#4937)Paul Kehrer2019-07-062-4/+8
* add name for ExtensionOID.PRECERT_POISON (#4853)redshiftzero2019-05-191-0/+1