An open API service providing commit metadata for open source projects.

GitHub / RustCrypto/formats / commits

Cryptography-related format encoders/decoders: DER, PEM, PKCS, PKIX

SHA Message Author Date Stats
520ec4c3 pkcs5: support for generic `aead` encrypt/decrypt (#2410) Alexandr Kitaev <m****1@g****m>
Committed by: GitHub <n****y@g****m>
1 day ago
fe4004b7 pkcs8: `PrivateKeyInfo` docs about `PrivateKeyInfoRef` type alias (#2406) dishmaker <1****r@u****m>
Committed by: GitHub <n****y@g****m>
5 days ago
283d8363 der: error on nested trailing data (#2401) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
5 days ago
7bab21a6 add new unit tests and corresponding artifacts (#2407) Carl Wallace <c****l@r****m>
Committed by: GitHub <n****y@g****m>
6 days ago
82aa6e87 const-oid: Add Algorithm Protection OID from RFC6211 (#2405) sgtsnookums <s****s@g****m>
Committed by: GitHub <n****y@g****m>
8 days ago
62537b4c chore(deps): bump the all-deps group with 3 updates (#2404)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
9 days ago
1da24b04 chore(deps): bump crate-ci/typos from 1.48.0 to 1.49.0 (#2397)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
10 days ago
f554757c chore(deps): bump syn in the all-deps group across 1 directory (#2400)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
10 days ago
5ac6b87c Cargo.lock: bump dependencies (#2399) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
16 days ago
79f06286 cms: remove the direct dependency on `std` (#2395) Arthur Gautier <b****o@s****t>
Committed by: GitHub <n****y@g****m>
21 days ago
de3a2c0b cms,tai64,tls_codex,x509-ocsp: use core::error:Error instead of std's Error (... Arthur Gautier <b****o@s****t>
Committed by: GitHub <n****y@g****m>
22 days ago
b1e1582f chore(deps): bump the all-deps group with 6 updates (#2386)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
about 1 month ago
2ceed71d pkcs5: don't panic on a short DES/3DES IV in PBES2 params (#2383)
Signed-off-by: Arpit Jain <a****9@g****m>
Arpit Jain <3****9@u****m>
Committed by: GitHub <n****y@g****m>
about 1 month ago
e330a32f chore(deps): bump the all-deps group with 19 updates (#2384)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
about 1 month ago
6cab00ae chore(deps): bump the all-deps group with 2 updates (#2382)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
about 1 month ago
0c5b64ea tls_codec: update version to 0.5.0 (#2381) Franziskus Kiefer <f****r@g****m>
Committed by: GitHub <n****y@g****m>
about 1 month ago
7e457296 tls_codec: bump to 0.5 and change SerializeBytes (#2380) Franziskus Kiefer <f****r@g****m>
Committed by: GitHub <n****y@g****m>
about 1 month ago
c478c6bb x509-cert v0.3.0 (#2375)
Co-authored-by: Tony Arcieri <b****e@g****m>
Arthur Gautier <b****o@s****t>
Committed by: GitHub <n****y@g****m>
about 2 months ago
905717f8 der v0.8.1 (#2377) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
2556627f der: cap maximum number of nested messages at 64 (#2379) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
b45caa86 der: have `SliceReader` use `reader::position::Position` (#2378) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
42b43254 x509-cert: re-enable minimal-versions checks (#2374) Arthur Gautier <b****o@s****t>
Committed by: GitHub <n****y@g****m>
about 2 months ago
233eb658 chore(deps): bump the all-deps group across 1 directory with 8 updates (#2373)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
f9e2ab52 chore(deps): bump crate-ci/typos from 1.47.2 to 1.48.0 (#2372)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
4bfdd7ca chore(deps): bump `p256` from `0.14.0-rc.15` to `0.14` (#2371) Arthur Gautier <b****o@s****t>
Committed by: GitHub <n****y@g****m>
about 2 months ago
235839fc tls_codec: 0.4.3 prep (#2365) Franziskus Kiefer <f****r@g****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
de2aa55d der: simplify SetOfVec sorting test (#2367) dishmaker <1****r@u****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
cb02c0f0 chore(deps): bump `p256` to `0.14.0-rc.15` (#2364) Arthur Gautier <b****o@s****t>
Committed by: GitHub <n****y@g****m>
about 2 months ago
7d2843ff chore(deps): bump actions/checkout from 6 to 7 (#2362)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
79958872 chore(deps): bump actions/cache from 5 to 6 (#2361)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
083f9eef pkcs5 v0.8.1 (#2360) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
8bc5d4f6 Reapply "pkcs5: add support for using AES-GCM in PBES2" (#2313) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
4ddedee8 enable wasmtime tests (#2354)
Co-authored-by: Tony Arcieri <b****e@g****m>
Signed-off-by: Rajat Jindal <r****3@g****m>
Rajat Jindal <r****3@g****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
3421c1cc Cargo.lock: bump deps (#2359) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
ae7f22ac tls_codec: impl for String (#2351) Jan Winkelmann <1****s@u****m>
Committed by: GitHub <n****y@g****m>
2 months ago
e5bb4103 tls_codec: use write_all instead of write (#2348) Jan Winkelmann <1****s@u****m>
Committed by: GitHub <n****y@g****m>
2 months ago
513ab9af chore(deps): bump the all-deps group with 6 updates (#2356)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
2 months ago
98bb3f5b chore(deps): bump actions/checkout from 6 to 7 (#2355)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
2 months ago
d6231ba5 Implement PemLabel for ContentInfo (#2353) Richard van der Hoff <1****h@u****m>
Committed by: GitHub <n****y@g****m>
2 months ago
e9f27cd1 tls_codec: implement `SerializeBytes` for `VLBytes` (#2350) clara <1****s@u****m>
Committed by: GitHub <n****y@g****m>
2 months ago
201f1249 chore(deps): bump the all-deps group with 16 updates (#2349)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
2 months ago
347fd508 chore(deps): bump crate-ci/typos from 1.47.0 to 1.47.2 (#2346)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
787398bb der: replace O(n^2) SetOf sort with O(n log n) sort (#2345)
Signed-off-by: Arpit Jain <a****9@g****m>
Arpit Jain <3****9@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
94586787 chore(deps): bump crate-ci/typos from 1.46.3 to 1.47.0 (#2344)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
72c0e6d0 chore(deps): bump the all-deps group across 1 directory with 18 updates (#2343) dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
6e8b112f der,spki: fixup minimal-versions CI (#2342) Arthur Gautier <b****o@s****t>
Committed by: GitHub <n****y@g****m>
3 months ago
b8d14ae6 chore(deps): bump crate-ci/typos from 1.46.0 to 1.46.3 (#2340)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
540fd139 chore(deps): bump the all-deps group with 3 updates (#2334)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
4 months ago
23ac1f5e base32ct: comments and constants (#2336) tison <w****6@g****m>
Committed by: GitHub <n****y@g****m>
4 months ago
a10b8a1c tls_codec: revert serde_bytes for VLBytes and add VLByteVec (#2322) Konrad Kohbrok <k****k@d****e>
Committed by: GitHub <n****y@g****m>
4 months ago
b9009f6b chore(deps): bump tokio from 1.52.1 to 1.52.2 in the all-deps group (#2332)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
4 months ago
07bcff1e chore(deps): bump crate-ci/typos from 1.45.1 to 1.46.0 (#2331)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
4 months ago
6b0a722f chore(deps): bump the all-deps group across 1 directory with 8 updates (#2330) dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
4 months ago
deccb54c serdect v0.4.3 (#2328) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
4 months ago
f0c4bad4 serdect: bump `toml` dev-dependency to v1 (#2329) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
4 months ago
48d36e7c serdect: `no_alloc` implementation of `serialize_hex` (#2327) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
4 months ago
6ef6b9f5 Bump `signature` dependency to v3 (#2326) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
4 months ago
2529ce47 base64ct: use `div_ceil` to compute encoded length (#2325) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
4 months ago
963d8ef6 Bump `rsa` to v0.10.0-rc.18 (#2318) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
4 months ago
a5822437 pkcs8 v0.11.0 (#2314) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
4 months ago
6f2ea3ef der: disable wasmtime tests (#2315) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
4 months ago
055d2584 pkcs8 v0.11.0-rc.12 (#2312) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
4 months ago
7d69c45b pkcs8: `getrandom` feature (#2311) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
4 months ago
381e23c1 pkcs8: use `TryCryptoRng` instead of `CryptoRng` (#2309) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
4 months ago
77c386ed pkcs8: replace `subtle` with `ctutils` (#2308) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
4 months ago
967d9f15 pkcs8: add `KeyError` enum (#2305) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
4 months ago
1a52afe2 pkcs8: impl `Decode`/`EncodePrivateKey` for `PrivateKeyInfoOwned` (#2306) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
4 months ago
e65d751a pkcs8: enable workspace-level lint config (#2304) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
4 months ago
c50f584a pkcs5: build with `all-features = true` on docs.rs (#2303) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
4 months ago
b14b094f pkcs8: impl `core::error::Error` for `Error` (#2302) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
4 months ago
26a7708c pkcs5 v0.8.0 (#2301) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
4 months ago
b11f1343 pkcs5: `getrandom` feature (#2297) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
4 months ago
45569724 pkcs5: add `generate_*` method prefix; support `TryCryptoRng` (#2296) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
4 months ago
42852d7c pkcs5: enable workspace-level lint config (#2295) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
4 months ago
7c6b0b7c pkcs5: remove `std` feature (#2294) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
4 months ago
bdb62f46 Revert "pkcs5: add support for using AES-GCM in PBES2" (#2292) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
4 months ago
154293f1 pkcs5: bump `pbkdf2` to v0.13; `scrypt` to v0.12 (#2291) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
4 months ago
ace1ca90 chore(deps): bump the all-deps group with 10 updates (#2290)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
4 months ago
82ce9c47 Cargo.lock: bump dependencies (#2289) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
4 months ago
cdf70e4d chore(deps): bump the all-deps group with 7 updates (#2287)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
5 months ago
d6adac49 chore(deps): bump crate-ci/typos from 1.45.0 to 1.45.1 (#2286)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
5 months ago
7165ae84 fix(pkcs12): validate kdf iteration count >= 1 (#2285) Mark Atwood <m****k@r****m>
Committed by: GitHub <n****y@g****m>
5 months ago
ac1e4207 chore(deps): bump dependencies to release versions (#2282) Arthur Gautier <b****o@s****t>
Committed by: GitHub <n****y@g****m>
5 months ago
f8f9719e chore(deps): bump `aes` to `0.9.0` (#2281) Arthur Gautier <b****o@s****t>
Committed by: GitHub <n****y@g****m>
5 months ago
7346ca9c der: add `SetOfRef` struct (#2247) kraemv <9****v@u****m>
Committed by: GitHub <n****y@g****m>
5 months ago
3beeafe0 chore(deps): bump the all-deps group with 18 updates (#2279)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
5 months ago
5a5a7191 chore(deps): bump crate-ci/typos from 1.44.0 to 1.45.0 (#2278) dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
5 months ago
1ee89d6d spki v0.8.0 (#2277) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
5 months ago
35e35bc5 der: deprecate `ErrorKind::SetDuplicate` (#2276) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
5 months ago
fe0fdfb4 spki: enable workspace-level lint config (#2231) (#2275) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
5 months ago
223f5223 der: allow `SetOf*` duplicates (#2272) kraemv <9****v@u****m>
Committed by: GitHub <n****y@g****m>
5 months ago
3778ae3c spki: impl `core::error::Error` for `Error` (#2274) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
5 months ago
a8bc0372 Bump `sha2` dependency to v0.11 (#2273) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
5 months ago
1d6ed2ed sec1 v0.8.1 (#2270) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
5 months ago
11590f16 sec1: impl `CtAssign(Slice)`/`CtEq(Slice)` for `EncodedPoint` (#2269) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
5 months ago
9bad3563 chore(deps): bump the all-deps group with 11 updates (#2268) dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
5 months ago
f682bc15 chore(deps): bump the all-deps group with 6 updates (#2266)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
5 months ago
15af0aab chore(deps): bump the all-deps group across 1 directory with 3 updates (#2265) dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
5 months ago
5a8a081b Cargo.lock: bump dependecies (#2264) Tony Arcieri <b****e@g****m>
Committed by: GitHub <n****y@g****m>
5 months ago
7e300533 tls_codec: manually implement `zeroize` (#2262) Cathal <c****t@c****v>
Committed by: GitHub <n****y@g****m>
5 months ago

← Back to repository