Skip to content

Commit 58fb944

Browse files
authored
reunite the workspace (#1689)
* x509-cert merge back in the workspace * pkcs5: rewrite to use `AeadInOut` * cms: reunite with the workspace * crmf: reunite in the workspace * cmpv2: reunite with workspace * gss-api: reunite with the workspace * pkcs12: reunite with the workspace * x509-tsp: reunite with the workspace * x509-ocsp: reunite with the workspace * sec1: cleanup
1 parent 3658bd9 commit 58fb944

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

105 files changed

+1043
-4367
lines changed

.github/workflows/cmpv2.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
matrix:
2929
rust:
30-
- 1.81.0 # MSRV
30+
- 1.85.0 # MSRV
3131
- stable
3232
target:
3333
- thumbv7em-none-eabi
@@ -52,7 +52,7 @@ jobs:
5252
strategy:
5353
matrix:
5454
rust:
55-
- 1.81.0 # MSRV
55+
- 1.85.0 # MSRV
5656
- stable
5757
steps:
5858
- uses: actions/checkout@v4

.github/workflows/cms.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
matrix:
2929
rust:
30-
- 1.81.0 # MSRV
30+
- 1.85.0 # MSRV
3131
- stable
3232
target:
3333
- thumbv7em-none-eabi
@@ -57,7 +57,7 @@ jobs:
5757
strategy:
5858
matrix:
5959
rust:
60-
- 1.81.0 # MSRV
60+
- 1.85.0 # MSRV
6161
- stable
6262
steps:
6363
- uses: actions/checkout@v4

.github/workflows/crmf.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
matrix:
2929
rust:
30-
- 1.81.0 # MSRV
30+
- 1.85.0 # MSRV
3131
- stable
3232
target:
3333
- thumbv7em-none-eabi
@@ -52,7 +52,7 @@ jobs:
5252
strategy:
5353
matrix:
5454
rust:
55-
- 1.81.0 # MSRV
55+
- 1.85.0 # MSRV
5656
- stable
5757
steps:
5858
- uses: actions/checkout@v4

.github/workflows/gss-api.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
matrix:
2929
rust:
30-
- 1.81.0 # MSRV
30+
- 1.85.0 # MSRV
3131
- stable
3232
target:
3333
- thumbv7em-none-eabi
@@ -52,7 +52,7 @@ jobs:
5252
strategy:
5353
matrix:
5454
rust:
55-
- 1.81.0 # MSRV
55+
- 1.85.0 # MSRV
5656
- stable
5757
steps:
5858
- uses: actions/checkout@v4

.github/workflows/x509-cert.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
matrix:
2828
rust:
29-
- 1.81.0 # MSRV
29+
- 1.85.0 # MSRV
3030
- stable
3131
target:
3232
- thumbv7em-none-eabi
@@ -53,7 +53,7 @@ jobs:
5353
strategy:
5454
matrix:
5555
rust:
56-
- 1.81.0 # MSRV
56+
- 1.85.0 # MSRV
5757
- stable
5858
steps:
5959
- uses: actions/checkout@v4

.github/workflows/x509-ocsp.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
matrix:
2828
rust:
29-
- 1.81.0 # MSRV
29+
- 1.85.0 # MSRV
3030
- stable
3131
target:
3232
- thumbv7em-none-eabi
@@ -51,7 +51,7 @@ jobs:
5151
strategy:
5252
matrix:
5353
rust:
54-
- 1.81.0 # MSRV
54+
- 1.85.0 # MSRV
5555
- stable
5656
steps:
5757
- uses: actions/checkout@v4

.github/workflows/x509-tsp.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
strategy:
3030
matrix:
3131
rust:
32-
- 1.81.0 # MSRV
32+
- 1.85.0 # MSRV
3333
- stable
3434
target:
3535
- thumbv7em-none-eabi
@@ -54,7 +54,7 @@ jobs:
5454
strategy:
5555
matrix:
5656
rust:
57-
- 1.81.0 # MSRV
57+
- 1.85.0 # MSRV
5858
- stable
5959
steps:
6060
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)