aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
3 daysRustify PKCS7 unpadding (#11556)Quentin Retourne1-0/+2
2024-08-22fixes #11453 -- include localKeyID when serializaing a key with a cert (#11454)Alex Gaynor1-0/+24
2024-08-20Relax root CA AKI field checks (#11462)William Woodruff1-0/+6
2024-08-17Remove unnecessary test dependencies on RSA-512 (#11444)David Benjamin1-4/+6
2024-08-17Bump RSA-512 test keys to RSA-2048 (#11443)David Benjamin1-9/+36
2024-08-13Add support for extract_timestamp in MultiFernet (#11427)maxmelamed1-0/+31
2024-08-02extensions: EKU must contain at least one member (#11383)William Woodruff1-0/+10
2024-07-20Fix exchange with keys that had Q automatically computed (#11309)Alex Gaynor1-0/+10
2024-07-20don't assign unused name (#11310)Alex Gaynor1-1/+1
2024-07-18Add support for encrypting S/MIME messages (#10889)Facundo Tuesca1-1/+248
2024-07-17Bump vectors (#11288)William Woodruff1-1/+7
2024-07-15Migrate PKCS#7 test_support function to Rust (#11282)Alex Gaynor1-85/+19
2024-07-15Move rust code that exists for our tests to its own module (#11280)Alex Gaynor1-4/+4
2024-07-15Try removing a workaround for old OpenSSL (#11275)Alex Gaynor1-5/+0
2024-07-14Remove workaround for old libressl (#11274)Alex Gaynor1-4/+1
2024-07-07Remove typechecking that pyo3 does automatically (#11212)Alex Gaynor1-2/+4
2024-07-05Enforce length for CommonName (#11201)Alex Gaynor1-1/+8
2024-07-05add support for CipherContext.update_nonce (#10437)Paul Kehrer3-2/+124
2024-07-05Add rsa_recover_private_exponent function (#11193)Daniel Lenski1-1/+30
2024-07-05Convert the remainder of PKCS#12 encryption to Rust (#11200)Alex Gaynor2-58/+2
2024-06-30Add _utc datetime methods to x509.ocsp (#11183)Magnus Watn1-37/+132
2024-06-29utils.int_to_bytes: guard against zero-length (#11173)David Buchanan2-0/+37
2024-06-25policy/extension: improve extension policy errors (#11162)William Woodruff1-1/+31
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