summaryrefslogtreecommitdiff
path: root/src/cryptography
Commit message (Expand)AuthorAgeFilesLines
...
* encode x509.Name.public_bytes using rust (#6424)Paul Kehrer2021-10-165-30/+12
* Convert CertificatePolicies to Rust (#6400)Alex Gaynor2021-10-121-83/+0
* Specify the out length when obtaining the tag for poly1305 (#6403)Alex Gaynor2021-10-121-1/+1
* Port InvalidityDate and KeyUsage serialization to Rust (#6397)Alex Gaynor2021-10-101-46/+0
* Port EKU, PC, and CRL reason extensions to Rust (#6388)Alex Gaynor2021-10-071-44/+0
* PKCS12: return 'friendly name' with PKCS12KeyAndCertificates API (#6348)Felix Fontein2021-10-063-6/+167
* remove non-real type declaration in x509.pyi (#6381)Alex Gaynor2021-10-061-3/+0
* Convert a few more simple extensions to Rust encoding (#6376)Alex Gaynor2021-10-051-22/+0
* Migrate nonce and basic constraint extensions to Rust (#6375)Alex Gaynor2021-10-052-42/+3
* Structure X.509 code to start moving extension encoding to Rust (#6369)Alex Gaynor2021-10-054-46/+31
* reopen main for 36th release (#6335)Paul Kehrer2021-09-291-1/+1
* bump for 35.0 release (#6333)35.0.0Paul Kehrer2021-09-291-1/+1
* add CRL pyopenssl fallback (#6325)Paul Kehrer2021-09-282-10/+31
* Parse CSRs in pure rust (#6312)Paul Kehrer2021-09-286-335/+53
* Ensure there's nothing on the error stack after tests (#5997)Alex Gaynor2021-09-261-0/+10
* Remove some unused constants (#6307)Alex Gaynor2021-09-264-37/+0
* Convert OCSPResponse to be Rust (#6297)Alex Gaynor2021-09-255-404/+9
* fixes #6287 - made naming of _create_asn1_time consistent (#6303)Alex Gaynor2021-09-241-7/+7
* Added additional OCSP response tests (#6300)Alex Gaynor2021-09-241-2/+6
* Migrate CRL implementation to Rust (#6276)Alex Gaynor2021-09-206-324/+99
* Don't internal error on CRL with no nextUpdate value (#6282)Alex Gaynor2021-09-192-3/+4
* _ModuleWithDeprecations should inherit from types.ModuleType (#6267) (#6268)Sándor Jenei2021-09-131-1/+3
* resolve lazy import race condition (#6272)Paul Kehrer2021-09-125-275/+283
* add more eku oids (#6271)Paul Kehrer2021-09-121-0/+4
* raise a ValueError if the AEAD tag is too long (#6246)Paul Kehrer2021-09-044-15/+30
* Implement KBKDFCMAC (#6181)kjackiewicz2021-09-031-30/+144
* Port most of setup.py to setup.cfg (#6239)Paul Kehrer2021-08-292-25/+0
* turn on mypy disallow implicit reexport and fix issues (#6240)Paul Kehrer2021-08-294-4/+10
* FIPS 3.0.0 support (#6012)Paul Kehrer2021-08-293-8/+83
* Add RDN for emailAddress (#6100)DivineHawk2021-08-121-0/+1
* Speed up RSA tests in 3.0.0 (#6206)Paul Kehrer2021-08-112-8/+21
* Fixes #6158 -- added more type annotations (#6185)Alex Gaynor2021-07-311-3/+3
* parse certificates with pure rust (#6147)Paul Kehrer2021-07-258-223/+88
* [hack] see if putting this on one line fixes coverage (#6173)Alex Gaynor2021-07-143-8/+6
* Expose a few more OpenSSL functions that are useful for DTLS support (#6138)Nathaniel J. Smith2021-06-301-0/+16
* 3.0.0 deprecated func and it isn't useful to us in general (#6148)Paul Kehrer2021-06-301-7/+4
* Remove unused gf2m bindings (#6144)Alex Gaynor2021-06-261-2/+0
* type annotate cryptography.utils:register_interface (#6123)Thomas Grainger2021-06-171-2/+16
* oxidize certificate policies (#6119)Paul Kehrer2021-06-162-100/+4
* Remove OpenSSL ct.h usage (#6115)Alex Gaynor2021-06-121-23/+0
* oxidize nameconstraints (#6113)Paul Kehrer2021-06-121-86/+0
* oxidize CRLDP and FreshestCRL (#6109)Paul Kehrer2021-06-122-120/+0
* oxidize issuing distribution point (#6108)Paul Kehrer2021-06-112-30/+24
* Move SCT encoding/decoding to Rust (#6098)Alex Gaynor2021-06-107-127/+29
* Added more testcases for invalid SCTs (#6103)Alex Gaynor2021-06-091-2/+3
* Added handling for OpenSSL "xts duplicated keys" error. (#6085)Angus Gratton2021-06-091-1/+22
* oxidize invaliditydate (#6101)Paul Kehrer2021-06-092-18/+1
* oxidize authoritykeyidentifier (#6096)Paul Kehrer2021-06-071-32/+0
* remove dead function (#6094)Alex Gaynor2021-06-071-7/+0
* oxidize cert issuer, IAN, AIA, SIA (#6093)Paul Kehrer2021-06-071-70/+2