summaryrefslogtreecommitdiff
path: root/src/cryptography/x509
Commit message (Expand)AuthorAgeFilesLines
* consistently use object for other in eq/ne types (#6756)Paul Kehrer2021-12-262-72/+72
* improvements to public/private key types and misc backend typing (#6734)Paul Kehrer2021-12-233-14/+18
* Improve typing of x509.name module (#6726)Alex Gaynor2021-12-221-5/+4
* improve typing of x509.bae module (#6727)Alex Gaynor2021-12-221-2/+2
* Improve typing of ocsp module (#6721)Alex Gaynor2021-12-221-9/+9
* support parsing bitstring values in DNs (#6629)Paul Kehrer2021-11-281-6/+21
* allow parsing of nonstandard country name and jurisdiction country name (#6641)Paul Kehrer2021-11-211-2/+15
* more typing (#6616)Paul Kehrer2021-11-171-3/+13
* support attributes on csrs with an iterable (#6603)Paul Kehrer2021-11-142-2/+76
* Allow to serialize extension values as DER bytes strings (#6346)Felix Fontein2021-11-121-0/+95
* allow x25519/x448 public keys in certificatebuilder (#6562)Paul Kehrer2021-11-071-5/+11
* deprecate backend part 7 of n (#6526)Paul Kehrer2021-11-031-16/+37
* Allow custom attribute shortnames in rfc4514_string (#6490)Marti Raudsepp2021-11-011-10/+25
* Convert CRL creation to Rust (#6496)Alex Gaynor2021-10-311-2/+1
* Convert CSR creation to Rust (#6495)Alex Gaynor2021-10-311-2/+1
* Convert x.509 certificate generation to Rust (#6479)Alex Gaynor2021-10-291-1/+1
* Port OCSP Response generation to Rust (#6460)Alex Gaynor2021-10-251-6/+2
* Port OCSPRequest creation to Rust (#6446)Alex Gaynor2021-10-211-3/+1
* rust nameconstraints (#6427)Paul Kehrer2021-10-171-4/+7
* Encode general names in rust (#6423)Paul Kehrer2021-10-161-0/+7
* encode x509.Name.public_bytes using rust (#6424)Paul Kehrer2021-10-161-5/+5
* Parse CSRs in pure rust (#6312)Paul Kehrer2021-09-281-4/+10
* Remove some unused constants (#6307)Alex Gaynor2021-09-263-23/+0
* Convert OCSPResponse to be Rust (#6297)Alex Gaynor2021-09-251-6/+1
* Migrate CRL implementation to Rust (#6276)Alex Gaynor2021-09-201-4/+9
* Don't internal error on CRL with no nextUpdate value (#6282)Alex Gaynor2021-09-191-1/+1
* resolve lazy import race condition (#6272)Paul Kehrer2021-09-122-269/+13
* add more eku oids (#6271)Paul Kehrer2021-09-121-0/+4
* turn on mypy disallow implicit reexport and fix issues (#6240)Paul Kehrer2021-08-292-2/+4
* Add RDN for emailAddress (#6100)DivineHawk2021-08-121-0/+1
* parse certificates with pure rust (#6147)Paul Kehrer2021-07-251-6/+11
* oxidize issuing distribution point (#6108)Paul Kehrer2021-06-111-0/+24
* Move SCT encoding/decoding to Rust (#6098)Alex Gaynor2021-06-101-0/+4
* oxidize SubjectAltName (#6089)Paul Kehrer2021-06-071-3/+1
* Move OCSPRequest implementation to Rust (#6059)Alex Gaynor2021-05-301-3/+2
* Remove straddling jargon "text". (#6067)Benjamin Peterson2021-05-251-1/+1
* Use well-defined enum representation (#6042)Christian Heimes2021-05-125-14/+15
* make PRIVATE/PUBLIC_KEY_TYPES a public API (#6001)Mathias Ertl2021-04-243-15/+18
* typehint OCSPResponseBuilder builder (#6002)Mathias Ertl2021-04-231-1/+7
* add typehints to OCSPRequestBuilder() (#5994)Mathias Ertl2021-04-221-1/+9
* Add x509.Name.rfc4514_attribute_name (#5969)Maximilian Hils2021-04-131-2/+12
* 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