Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
dac075f
mcf v0.6.0-rc.0 (#2121)
tarcieri Dec 11, 2025
603779f
chore(deps): bump peter-evans/create-pull-request from 7 to 8 (#2124)
dependabot[bot] Dec 15, 2025
6db8fc8
chore(deps): bump actions/cache from 4 to 5 (#2125)
dependabot[bot] Dec 15, 2025
390e988
chore(deps): bump the all-deps group with 2 updates (#2126)
dependabot[bot] Dec 15, 2025
686de48
Remove `bincode` dev-dependency (#2127)
tarcieri Dec 18, 2025
7c3f510
CI: fix security audit (#2130)
tarcieri Dec 24, 2025
0b6f33a
CI: ignore `RUSTSEC-2023-0089` for `atomic-polyfill` (#2131)
tarcieri Dec 24, 2025
838590c
mcf: expand `Error` into a proper enum (#2119)
tarcieri Dec 24, 2025
d1e1e64
mcf: avoid intermediate allocations in `push_displayable` (#2132)
tarcieri Dec 24, 2025
e2a2a4b
mcf: replace `Base64::Crypt` with `Base64::ShaCrypt` (#2134)
tarcieri Dec 24, 2025
23b3622
base64ct: deprecate `Base64Crypt` (#2135)
tarcieri Dec 24, 2025
02eb077
der: bound `Decode(Value)::Error` on `core::error::Error` (#2137)
tarcieri Dec 26, 2025
f1b052c
Bump `rand_core` to v0.10.0-rc-3 (#2138)
tarcieri Dec 28, 2025
5da2675
phc: bump `getrandom` to v0.4.0-rc.0 (#2139)
tarcieri Dec 28, 2025
dfa8651
phc v0.6.0-rc.1 (#2141)
tarcieri Dec 28, 2025
9946628
Use `getrandom` v0.4.0-rc.0 crate release (#2142)
tarcieri Dec 28, 2025
071bfe6
base16ct v1.0.0 (#2145)
tarcieri Jan 3, 2026
d9a7cd5
serdect v0.4.2 (#2146)
tarcieri Jan 3, 2026
ce4f1da
Bump dependencies (#2148)
tarcieri Jan 3, 2026
a19d826
x509-cert: improve extension API flexibility and ergonomics (#2120)
npmccallum Jan 3, 2026
15dd005
sec1: add `ctutils` feature (#2150)
tarcieri Jan 3, 2026
5180c6e
base64ct v1.8.2 (#2151)
tarcieri Jan 3, 2026
e6e002b
mcf: add `Base64::B64` (#2152)
tarcieri Jan 3, 2026
2cc7e23
mcf v0.6.0-rc.2 (#2153)
tarcieri Jan 3, 2026
2236024
Bump `x509-cert` to v0.10.0-rc.11 (#2154)
tarcieri Jan 3, 2026
124d796
Cargo.lock: bump dependencies (#2155)
tarcieri Jan 3, 2026
7a58866
sec1 v0.8.0-rc.11 (#2156)
tarcieri Jan 3, 2026
4120b6b
pkcs5 v0.8.0-rc.11 (#2157)
tarcieri Jan 4, 2026
d76c2ce
x509-cert v0.3.0-rc.3 (#2158)
tarcieri Jan 4, 2026
7d46f25
Bump `rand` to v0.10.0-rc.6 (#2159)
tarcieri Jan 4, 2026
16aca51
chore(deps): bump crate-ci/typos from 1.40.0 to 1.41.0 (#2160)
dependabot[bot] Jan 5, 2026
8b9ae29
chore(deps): bump the all-deps group with 8 updates (#2161)
dependabot[bot] Jan 5, 2026
e5c7e4c
const-oid v0.10.2 (#2163)
tarcieri Jan 7, 2026
ea1efe1
chore(deps): bump elliptic-curve from `0.14.0-rc.19` to `0.14.0-rc.21…
baloo Jan 8, 2026
47d1a07
pkcs5: bump `pbkdf2` and `scrypt` (#2165)
tarcieri Jan 12, 2026
8d41f6a
cms v0.3.0-pre.1 (#2166)
tarcieri Jan 12, 2026
ce44931
pkcs12 v0.2.0-pre.0 (#2167)
tarcieri Jan 12, 2026
51726c2
base64ct: add `Base64Pbkdf2` (#2168)
tarcieri Jan 12, 2026
9adf88f
base64ct v1.8.3 (#2169)
tarcieri Jan 12, 2026
8d757f9
mcf v0.6.0-rc.3 (#2170)
tarcieri Jan 12, 2026
e3a9fc8
chore(deps): bump the all-deps group with 10 updates (#2172)
dependabot[bot] Jan 12, 2026
875405e
chore(deps): bump crate-ci/typos from 1.41.0 to 1.42.0 (#2171)
dependabot[bot] Jan 12, 2026
08b22e5
rand_core: upcoming API breaks (#2175)
baloo Jan 19, 2026
580bdcd
chore(deps): bump `cmov` to `0.4.6` (#2177)
baloo Jan 19, 2026
8811b55
chore(deps): bump crate-ci/typos from 1.42.0 to 1.42.1 (#2173)
dependabot[bot] Jan 19, 2026
ba98810
pkcs5,pkcs8: new release candidates (#2176)
baloo Jan 19, 2026
701baca
sec1 v0.8.0-rc.12 (#2180)
tarcieri Jan 20, 2026
e5a7eaa
Merge branch 'master' into remote-master
maximebuyse Jan 21, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .cargo/audit.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[advisories]
ignore = [
"RUSTSEC-2024-0436", #paste
"RUSTSEC-2023-0071", #rsa marvin attack - patched in 0.10, we're depending on 0.10.0-rc.0
"RUSTSEC-2023-0071", # rsa marvin attack - patched in 0.10, we're depending on 0.10.0-rc.0
"RUSTSEC-2023-0089", # atomic-polyfill unmaintained
"RUSTSEC-2024-0436", # paste unmaintained
] # advisory IDs to ignore e.g. ["RUSTSEC-2019-0001", ...]
9 changes: 5 additions & 4 deletions .github/workflows/mcf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,11 @@ jobs:
- uses: RustCrypto/actions/cargo-hack-install@master
- run: cargo hack build --target ${{ matrix.target }} --feature-powerset

minimal-versions:
uses: RustCrypto/actions/.github/workflows/minimal-versions.yml@master
with:
working-directory: ${{ github.workflow }}
# TODO(tarcieri): re-enable after stable release
#minimal-versions:
# uses: RustCrypto/actions/.github/workflows/minimal-versions.yml@master
# with:
# working-directory: ${{ github.workflow }}

test:
runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/security-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
- uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
- uses: actions/cache@v4
- uses: actions/cache@v5
with:
path: ~/.cargo/bin
key: ${{ runner.os }}-cargo-audit-v0.21.2
key: ${{ runner.os }}-cargo-audit-v0.22.0
- uses: rustsec/audit-check@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tai64_update_leap_seconds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
sed -i -E 's/(Self\()[0-9]+ \+ \(1 << 62\)\)/\1'"${number}"' + (1 << 62))/' tai64/src/lib.rs
rm leap_seconds_list
- name: Create Pull Request
uses: peter-evans/create-pull-request@v7
uses: peter-evans/create-pull-request@v8
with:
commit-message: update leap seconds in tai64
title: Update leap seconds in tai64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workspace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: crate-ci/typos@v1.40.0
- uses: crate-ci/typos@v1.42.1
Loading
Loading