summaryrefslogtreecommitdiff
path: root/tests/x509
Commit message (Expand)AuthorAgeFilesLines
* Typehint x509.base (only) (#5904)Mathias Ertl2021-03-111-4/+11
* Generic extension value/typehint x509.Name (#5897)Mathias Ertl2021-03-061-1/+1
* more typing (#5887)Paul Kehrer2021-03-022-6/+47
* Remove requires_backend_interface from tests because it was useless (#5884)Alex Gaynor2021-03-014-241/+0
* Update comment (#5876)Alex Gaynor2021-02-271-1/+1
* Add key_identifier property to SubjectKeyIdentifier (#5849)Arnaud Durand2021-02-211-0/+1
* add typehints for read only properties (#5826)Mathias Ertl2021-02-152-0/+7
* part 2 of typing x509 extensions (#5815)Alex Gaynor2021-02-111-32/+70
* Start typing a bunch of stuff from x509 extensions (#5812)masterAlex Gaynor2021-02-113-20/+65
* rsa type hinting (#5733)Paul Kehrer2021-02-011-1/+1
* enable mypy over tests (#5721)Paul Kehrer2021-01-315-56/+121
* Remove utils.int_from_bytes (#5609)Alex Gaynor2020-12-091-3/+2
* Remove __future__ import from our code (#5610)Alex Gaynor2020-12-095-5/+0
* Switch black to py36 as the minimum version (#5608)Alex Gaynor2020-12-085-992/+916
* Remove Python2 from CI and code that branched on it (#5607)Alex Gaynor2020-12-082-280/+113
* Fixed DH tests for latest CentOS FIPS OpenSSL (#5604)Alex Gaynor2020-12-081-7/+11
* fixes #4531 -- support encoding SCTs in certificates (#5594)Alex Gaynor2020-11-301-0/+27
* Delete all the 1.0.2 code (#5511)Alex Gaynor2020-10-252-8/+2
* new black, actually slightly different than the old black (#5429)Paul Kehrer2020-08-262-21/+53
* more error simplification (#5354)Paul Kehrer2020-07-271-3/+1
* remove idna support finally (#5351)Paul Kehrer2020-07-261-57/+10
* Refs #5113 -- build against openssl with no ct (#5343)Alex Gaynor2020-07-242-44/+22
* Paint it Black by the Rolling Stones (#5324)Alex Gaynor2020-07-205-3823/+4795
* test exceptions and properly reject duplicate attributes in csrbuilder (#5319)Paul Kehrer2020-07-181-0/+21
* Implement __deepcopy__ for x509 certificates (#5318)Alex Gaynor2020-07-181-0/+9
* raise a valueerror on multi-SINGLERESP valued OCSP responses (#5316)Paul Kehrer2020-07-181-0/+7
* support encoding attributes via CertificateSigningRequestBuilder (#5315)Paul Kehrer2020-07-181-0/+30
* change KeyUsage repr to be less confusing (#5314)Paul Kehrer2020-07-181-2/+2
* support unstructured name x509 attributes (#5313)Paul Kehrer2020-07-181-1/+14
* support x509 request challenge password parsing (#4944)Paul Kehrer2020-07-051-0/+39
* Enforce that X.509 versions on valid on parse. (#5299)Alex Gaynor2020-07-051-6/+5
* Support parsing SCTs in OCSPResponse (#5298)Paul Kehrer2020-07-051-0/+111
* add SubjectInformationAccess extension support (#5295)Paul Kehrer2020-07-022-2/+267
* Fix up crl_delta_crl_indicator.pem. (#5283)David Benjamin2020-06-241-1/+1
* Unify X.509 signature algorithm validation (#5276)Marko Kreen2020-06-141-0/+55
* Removed deprecated behavior in AKI.from_issuer_subject_key_identifier (#5182)Alex Gaynor2020-04-051-7/+0
* Allow NameAttribute.value to be an empty string (#5109)Andrea De Pasquale2020-03-191-4/+18
* Reversed the order of RDNs in x509.Name.rfc4514_string() (#5120)Thomas Erbesdobler2020-03-021-3/+3
* Parse single_extensions in OCSP responses (#5059)Paul Kehrer2019-11-111-0/+10
* UniversalString needs to be encoded as UCS-4 (#5000)Marko Kreen2019-10-171-0/+17
* one more missing branch (#4992)Paul Kehrer2019-09-091-0/+23
* fix coverage, small cleanups in tests (#4990)Paul Kehrer2019-09-092-30/+30
* Finish ed25519 and ed448 support in x509 module (#4972)Marko Kreen2019-09-094-7/+488
* Allow FreshestCRL extension in CRL (#4975)Marko Kreen2019-09-071-0/+33
* fix coverage by adding two artificial DSA public keys (#4984)Paul Kehrer2019-09-061-0/+32
* Make DER reader into a context manager (#4957)Alex Gaynor2019-07-281-37/+35
* Remove asn1crypto dependency (#4941)David Benjamin2019-07-281-22/+76
* some test improvements (#4954)Paul Kehrer2019-07-271-1/+25
* Write a test for an uncovered line (#4940)Alex Gaynor2019-07-061-0/+24
* ed25519 support in x509 certificate builder (#4937)Paul Kehrer2019-07-061-3/+122