summaryrefslogtreecommitdiff
path: root/src/cryptography/x509
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix from_issuer_subject_key_identifier to take the right type (#4864)Paul Kehrer2019-05-041-1/+15
* 4810 bugfix: avoid UnicodeEncodeError on python 2 (#4846)redshiftzero2019-04-161-1/+4
* fix != comparison in py2 (fixes #4821) (#4822)Mathias Ertl2019-03-251-0/+6
* implement eq__, __hash__ and __repr__ for OCSPNoCheck and PrecertPoison (#4819)Mathias Ertl2019-03-251-0/+24
* Simplify string formatting (#4757)Alex Gaynor2019-02-203-23/+23
* Fixes #4734 -- Deal with deprecated things (#4736)Alex Gaynor2019-01-231-3/+3
* allow asn1 times of 1950-01-01 and later. (#4728)Paul Kehrer2019-01-222-20/+20
* deprecate encode_point and migrate all internal callers (#4720)Paul Kehrer2019-01-201-1/+4
* add signature_hash_algorithm to OCSPResponse (#4681)Paul Kehrer2019-01-101-0/+6
* Remove spaces from RFC 4514 strings for better compliance (#4643) (#4646)Marti Raudsepp2018-12-181-1/+1
* Add RFC 4514 Distinguished Name formatting for Name, RDN and NameAttribute (#...Marti Raudsepp2018-12-082-4/+70
* remove idna as a primary dependency (#4624)Paul Kehrer2018-12-061-12/+17
* IssuingDistributionPoint support (parse only) (#4552)Paul Kehrer2018-11-302-3/+134