aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
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
2024-01-25allow SPKI RSA keys to be parsed even if they have an incorrect delimiter (#1...Paul Kehrer1-0/+16
2024-01-22verification: add test_verify_tz_aware (#10229)William Woodruff1-0/+35
2024-01-22Migrate PKCS7 backend to Rust (#10228)Facundo Tuesca1-0/+13
2024-01-22Remove some skips in tests that aren't needed anymore (#10223)Alex Gaynor3-33/+4
2024-01-21Migrate SPKI parsing from OpenSSL to Rust (#10121)Alex Gaynor3-45/+18
2024-01-21Remove unused test utility (#10216)Alex Gaynor1-14/+0
2024-01-17Consistently use EllipticCurve instances in various places (#10189)Alex Gaynor2-31/+27
2024-01-15fixes #10187 -- handle passing a curve class when generating an EC key (#10188)Alex Gaynor2-2/+12
2024-01-12Migrate ChaCha20Poly1305 AEAD to Rust (#9399)Alex Gaynor1-63/+0
2024-01-10Remove now unused OpenSSL password callback (#10145)Alex Gaynor1-27/+0
2024-01-05add tests for the new vectors (#10135)Paul Kehrer1-0/+21
2024-01-05Another test case for explicit parameter private key (#10132)Alex Gaynor1-0/+13
2024-01-05Added two test cases for unsupported EC private keys (#10126)Alex Gaynor1-0/+22
2024-01-04Make extension handling in x.509 verifier less meta-programmed (#10054)Alex Gaynor1-0/+2
2024-01-04fix a typo in a benchmark name (#10122)Paul Kehrer1-1/+1
2024-01-03Migrate private key parsing to Rust (#10064)Alex Gaynor1-5/+7
2024-01-03Migrate PolicyBuilder to Rust (#10069)Alex Gaynor1-7/+7
2024-01-02Migrate DH Numbers to Rust (#10081)Alex Gaynor1-25/+3
2024-01-02Migrate EC Numbers to Rust (#10079)Alex Gaynor1-1/+3
2024-01-02Parse PEM public keys in Rust (#10094)Alex Gaynor1-3/+2
2023-12-29Add support for GCM mode of SM4 cipher (#10072)Johnny Hsieh1-2/+90
2023-12-23Added a benchmark for x.509 verification (#10042)Alex Gaynor2-5/+46
2023-12-22add initial X.509 path validation implementation (#8873)William Woodruff3-20/+148
2023-12-21Split wycheproof tests up by file (#10025)Alex Gaynor1-7/+11
2023-12-21Added wycheproof vectors for pbkdf2 (#10024)Alex Gaynor17-18/+48
2023-12-18support RSA PSS for CRLs (#10013)Paul Kehrer1-1/+73
2023-12-18Remove unused argument (#10012)Alex Gaynor1-1/+1
2023-12-05regenerate x509/custom/ca/ca.pem to expire in 2100 (#9964)Paul Kehrer1-30/+5
2023-12-02Add support for AES-GCM-SIV using OpenSSL>=3.2.0 (#9843)Facundo Tuesca1-0/+153
2023-12-01Slightly alter AEAD benchmark code to solve problem AES-GCM-SIV hit (#9948)Alex Gaynor1-1/+8
2023-12-01raise an exception instead of returning an empty list for pkcs7 cert loading ...Paul Kehrer1-2/+2
2023-11-30Apply a couple refurb suggestions (#9944)Dimitri Papadopoulos Orfanos1-8/+10
2023-11-27Fixed crash when loading a PKCS#7 bundle with no certificates (#9926)Alex Gaynor1-0/+6
2023-11-13verification: add VerificationError, doc APIs (#9873)William Woodruff1-2/+6
2023-11-13tests, ci: plumb x509-limbo-root (#9871)William Woodruff1-0/+1
2023-11-12Rewrite the chunking test to use mmap (#9864)Alex Gaynor1-36/+19
2023-11-12Remove unused monkeypatches (#9865)Alex Gaynor1-3/+3
2023-11-11Added a test for update_into with an empty out buf (#9863)Alex Gaynor1-8/+10
2023-11-11Added another test (#9862)Alex Gaynor1-0/+2
2023-11-11Expand and improve tests for GCM limits (#9860)Alex Gaynor1-14/+32
2023-11-11Raise an exception if a tag is provided 2x: (#9861)Alex Gaynor1-0/+15
2023-11-10Fixes #9845 -- raise correct exception on unsupported HMAC hash (#9850)Alex Gaynor1-0/+3
2023-11-09Fix some warnings from `ruff --preview` (#9842)Alex Gaynor3-4/+4
2023-11-09src, tests: add max_chain_depth to validation API (#9844)William Woodruff1-0/+7
2023-11-04add support for signing PKCS7 using RSA PSS (#9829)Paul Kehrer1-1/+92
2023-11-03Run this test on libressl 3.8.0+ (#9827)Alex Gaynor1-3/+6
2023-11-03Refactor key conversion to be in rust (#9826)Alex Gaynor1-6/+12