aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2 hoursRemove the requirement for VerificationCertificate to be Clone (#11149)HEADmainAlex Gaynor4-43/+55
4 hoursAlign `cryptography.hazmat.primitives.serialization.pkcs7.serialize_certifica...Peter Gessler1-1/+1
30 hoursBump syn from 2.0.67 to 2.0.68 in /src/rust (#11145)dependabot[bot]1-2/+2
40 hoursBump cc from 1.0.99 to 1.0.100 in /src/rust (#11141)dependabot[bot]2-3/+3
4 daysFix docstring for _SSHFormatSKECDSA.load_public (#11135)Daniel Lenski1-1/+1
4 daysBump syn from 2.0.66 to 2.0.67 in /src/rust (#11133)dependabot[bot]1-2/+2
4 daysBump proc-macro2 from 1.0.85 to 1.0.86 in /src/rust (#11132)dependabot[bot]1-2/+2
5 daysUse workspace inheritance to reduce duplication (#11126)Alex Gaynor6-32/+34
11 daysBump redox_syscall from 0.5.1 to 0.5.2 in /src/rust (#11106)dependabot[bot]1-2/+2
2024-06-10Convert `PKCS7PaddingContext` to Rust (#11089)Alex Gaynor5-29/+69
2024-06-07Bump cc from 1.0.98 to 1.0.99 in /src/rust (#11084)dependabot[bot]2-3/+3
2024-06-03Register OCSPSingleResponse implementation with interface (#11066)Alex Gaynor3-0/+3
2024-06-03Added a few new AlgorithmParameter types (#11065)Alex Gaynor1-0/+8
2024-06-03Pass encryption algorithm to Rust in PKCS#12 (#11064)Alex Gaynor3-8/+26
2024-06-03Added shrouded key bag oid (#11061)Alex Gaynor1-0/+2
2024-06-03fixes #11062 -- register OCSP implementations with interfaces (#11063)Alex Gaynor4-25/+32
2024-06-03Added several OIDs that are used in PBESv2 encoding (#11046)Alex Gaynor2-7/+13
2024-06-02Bump asn1 from 0.16.1 to 0.16.2 in /src/rust (#11057)dependabot[bot]5-8/+8
2024-06-02Bump proc-macro2 from 1.0.84 to 1.0.85 in /src/rust (#11055)dependabot[bot]1-2/+2
2024-06-01Fix a few typos (#11048)Alex Gaynor3-8/+8
2024-06-01Added OID for PKCS7 encrypted data (#11047)Alex Gaynor1-0/+1
2024-05-31Migrate PKCS#12 serialization with keys to Rust (#10901)Alex Gaynor4-16/+39
2024-05-30Fixes #11037 -- work around RFC 4055's inane notions of DER (#11038)Alex Gaynor3-6/+15
2024-05-27re-add branch we dropped in the past (#11030)Paul Kehrer1-0/+7
2024-05-26Bump proc-macro2 from 1.0.83 to 1.0.84 in /src/rust (#11024)dependabot[bot]1-2/+2
2024-05-25Bump parking_lot from 0.12.2 to 0.12.3 in /src/rust (#11021)dependabot[bot]1-2/+2
2024-05-24Bump syn from 2.0.65 to 2.0.66 in /src/rust (#11018)dependabot[bot]1-2/+2
2024-05-24Remove various pointless to_object calls (#11017)Alex Gaynor4-27/+15
2024-05-20Bump proc-macro2 from 1.0.82 to 1.0.83 in /src/rust (#10999)dependabot[bot]1-2/+2
2024-05-20Bump syn from 2.0.64 to 2.0.65 in /src/rust (#10998)dependabot[bot]1-2/+2
2024-05-19Bump cc from 1.0.97 to 1.0.98 in /src/rust (#10997)dependabot[bot]2-3/+3
2024-05-18Bump libc from 0.2.154 to 0.2.155 in /src/rust (#10995)dependabot[bot]1-2/+2
2024-05-17Bump syn from 2.0.63 to 2.0.64 in /src/rust (#10989)dependabot[bot]1-2/+2
2024-05-13Bump syn from 2.0.61 to 2.0.63 in /src/rust (#10973)dependabot[bot]1-2/+2
2024-05-09Support empty string in `Name.from_rfc4514_string()` (#10964)Marti Raudsepp1-0/+4
2024-05-07Bump syn from 2.0.60 to 2.0.61 in /src/rust (#10957)dependabot[bot]1-2/+2
2024-05-07Bump proc-macro2 from 1.0.81 to 1.0.82 in /src/rust (#10956)dependabot[bot]1-2/+2
2024-05-06Bump cc from 1.0.96 to 1.0.97 in /src/rust (#10945)dependabot[bot]2-3/+3
2024-05-05Fix more misspellings (#10933)Dimitri Papadopoulos Orfanos2-2/+2
2024-05-05Apply ruff/flake8-implicit-str-concat rule ISC001 (#10932)Dimitri Papadopoulos Orfanos2-6/+6
2024-05-05Use raw string for literal backslashes (#10934)Dimitri Papadopoulos Orfanos1-1/+1
2024-05-05Fix build with Rust nightly (#10936)Alex Gaynor4-0/+16
2024-05-03Bump self_cell from 1.0.3 to 1.0.4 in /src/rust (#10927)dependabot[bot]1-2/+2
2024-05-03Bump autocfg from 1.2.0 to 1.3.0 in /src/rust (#10926)dependabot[bot]1-2/+2
2024-05-02Bump cc from 1.0.95 to 1.0.96 in /src/rust (#10915)dependabot[bot]2-3/+3
2024-05-01Ensure curves are supported in determinisic ECDSA tests (#10917)Alex Gaynor1-10/+2
2024-05-01Bump base64 from 0.22.0 to 0.22.1 in /src/rust (#10914)dependabot[bot]1-2/+2
2024-04-30Fixes for ruff in preview mode (#10912)Alex Gaynor11-114/+114
2024-04-29Bump libc from 0.2.153 to 0.2.154 in /src/rust (#10907)dependabot[bot]1-2/+2
2024-04-28Begin migrating PKCS#12 serialization to Rust (#10616)Alex Gaynor7-23/+216