aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2024-06-10Convert `PKCS7PaddingContext` to Rust (#11089)Alex Gaynor1-2/+2
2024-06-08Added a benchmark for fernet (#11088)Alex Gaynor1-0/+10
2024-06-03Register OCSPSingleResponse implementation with interface (#11066)Alex Gaynor1-0/+1
2024-06-03added tests for PKCS12Certificate with encryption builder (#11060)Alex Gaynor1-0/+6
2024-06-03fixes #11062 -- register OCSP implementations with interfaces (#11063)Alex Gaynor1-0/+2
2024-05-27re-add branch we dropped in the past (#11030)Paul Kehrer2-0/+33
2024-05-09Support empty string in `Name.from_rfc4514_string()` (#10964)Marti Raudsepp2-0/+4
2024-05-05Apply ruff/flake8-implicit-str-concat rule ISC001 (#10932)Dimitri Papadopoulos Orfanos3-7/+7
2024-05-01Ensure curves are supported in determinisic ECDSA tests (#10917)Alex Gaynor2-0/+21
2024-04-29Added additional PKCS#12 tests (#10902)Alex Gaynor1-4/+12
2024-04-28Begin migrating PKCS#12 serialization to Rust (#10616)Alex Gaynor1-3/+0
2024-04-25fix for upcoming ruff lint (#10891)Alex Gaynor1-1/+1
2024-04-21Add timezone-aware API variant for `x509.InvalidityDate.invalidity_date` (#10...Facundo Tuesca1-0/+20
2024-03-29Added test for ClientVerifier.store (#10665)Alex Gaynor1-0/+1
2024-03-27Add public_key_algorithm_oid to certificate and CSR (#10517)Julien Castiaux1-3/+88
2024-03-22Adding support for OpenSSH ecdsa-sk & ed25519-sk public keys (#10608)commonism1-4/+29
2024-03-22Added additional PKCS#12 tests (#10625)Alex Gaynor1-0/+24
2024-03-21Added additional PKCS#12 tests (#10622)Alex Gaynor1-0/+26
2024-03-20verification: client verification APIs (#10345)William Woodruff2-14/+65
2024-03-09Additional type asserts for latest mypy (#10560)Alex Gaynor1-3/+10
2024-03-07Updates for ruff 0.3.1 (#10548)Alex Gaynor4-22/+15
2024-03-05test_limbo: skip things more idiomatically (#10539)William Woodruff1-7/+8
2024-03-05test_limbo: skip non-SERVER cases for now (#10538)William Woodruff1-0/+3
2024-03-03Conert PKCS12Certificate to Rust (#10521)Alex Gaynor1-1/+1
2024-02-29Upgraded version of ruff (#10509)Alex Gaynor10-17/+15
2024-02-26Support for ECDSA deterministic signing (RFC 6979) (#10369)Facundo Tuesca2-0/+118
2024-02-20Fix ASN.1 issues in PKCS#7 and S/MIME signing (#10373)Facundo Tuesca1-2/+52
2024-02-19Convert PKCS#12 loading to Rust (#10434)Alex Gaynor2-11/+15
2024-02-19Move a few more constants fully to Rust (#10428)Alex Gaynor8-18/+24
2024-02-19Fixes #10422 -- don't crash when a PKCS#12 key and cert don't match (#10423)Alex Gaynor1-0/+18
2024-02-18Convert symmetric ciphers to Rust (#9859)Alex Gaynor2-71/+13
2024-02-17support RC2-CBC (#10407)Paul Kehrer2-2/+42
2024-02-08skip overflow aead tests on 32-bit systems (#10366)Paul Kehrer1-11/+13
2024-02-08smaller mmap in tests to fit in a 32-bit ssize_t (#10365)Paul Kehrer1-1/+5
2024-02-02initialize openssl's legacy provider in rust (#10323)Paul Kehrer1-7/+0
2024-02-02remove the memleak tests (#10322)Paul Kehrer1-391/+0
2024-02-01Dropped support for OpenSSL<1.1.1e (#10318)Alex Gaynor1-14/+2
2024-01-31verification/policy: tweak key checks (#10311)William Woodruff1-2/+5
2024-01-31parsing, verification: check RSA key size against WebPKI minimum (#10302)William Woodruff1-0/+3
2024-01-29migrate ARC4 and TripleDES to decrepit (#10286)Paul Kehrer7-82/+91
2024-01-29remove unneeded sha1 and support checks from the rsa tests (#10288)Paul Kehrer1-83/+53
2024-01-29stop using SHA1 in most of test_ec where it isn't needed (#10287)Paul Kehrer1-11/+13
2024-01-28Migrate AES-CCM to Rust (#10279)Alex Gaynor1-0/+3
2024-01-28add decrepit namespace and put SEED, IDEA, Blowfish, and CAST5 in it (#10284)Paul Kehrer7-412/+363
2024-01-28Convert AESGCM AEAD to Rust (#9181)Alex Gaynor1-0/+2
2024-01-28Drop LibreSSL <3.8.0 (#10283)Alex Gaynor1-2/+0
2024-01-27Remove unused generate_rsa_parameters_supported (#10273)Alex Gaynor1-6/+0
2024-01-26fixed fips skip condition (#10264)Alex Gaynor1-4/+1
2024-01-25support bytes-like consistently across our asym sign/verify APIs (#10260)Paul Kehrer4-0/+29
2024-01-25explicitly support bytes-like for signature/data in RSA sign/verify (#10259)Paul Kehrer1-4/+16