Skip to content

Commit f618cff

Browse files
authored
pkcs5+pkcs12: migrate to the digest newtype api (#1844)
Sadly there is some API breaks and we need to split the workspace again to be able to have pkcs5 pass the break first, and then pull RSA, and then we will be able to bring back the workspace together.
1 parent 6d0c078 commit f618cff

File tree

11 files changed

+118
-567
lines changed

11 files changed

+118
-567
lines changed

.github/workflows/cmpv2.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ env:
2323

2424
jobs:
2525
build:
26+
if: false # disabled while we migrate to digest newtypes
2627
runs-on: ubuntu-latest
2728
strategy:
2829
matrix:
@@ -48,6 +49,7 @@ jobs:
4849
working-directory: ${{ github.workflow }}
4950

5051
test:
52+
if: false # disabled while we migrate to digest newtypes
5153
runs-on: ubuntu-latest
5254
strategy:
5355
matrix:

.github/workflows/cms.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ env:
2323

2424
jobs:
2525
build:
26+
if: false # disabled while we migrate to digest newtypes
2627
runs-on: ubuntu-latest
2728
strategy:
2829
matrix:
@@ -53,6 +54,7 @@ jobs:
5354
nightly-cmd:
5455

5556
test:
57+
if: false # disabled while we migrate to digest newtypes
5658
runs-on: ubuntu-latest
5759
strategy:
5860
matrix:

.github/workflows/crmf.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ env:
2323

2424
jobs:
2525
build:
26+
if: false # disabled while we migrate to digest newtypes
2627
runs-on: ubuntu-latest
2728
strategy:
2829
matrix:
@@ -48,6 +49,7 @@ jobs:
4849
working-directory: ${{ github.workflow }}
4950

5051
test:
52+
if: false # disabled while we migrate to digest newtypes
5153
runs-on: ubuntu-latest
5254
strategy:
5355
matrix:

.github/workflows/gss-api.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ env:
2323

2424
jobs:
2525
build:
26+
if: false # disabled while we migrate to digest newtypes
2627
runs-on: ubuntu-latest
2728
strategy:
2829
matrix:
@@ -48,6 +49,7 @@ jobs:
4849
working-directory: ${{ github.workflow }}
4950

5051
test:
52+
if: false # disabled while we migrate to digest newtypes
5153
runs-on: ubuntu-latest
5254
strategy:
5355
matrix:

.github/workflows/x509-cert.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ env:
2222

2323
jobs:
2424
build:
25+
if: false # disabled while we migrate to digest newtypes
2526
runs-on: ubuntu-latest
2627
strategy:
2728
matrix:
@@ -49,6 +50,7 @@ jobs:
4950
install-zlint: true
5051

5152
test:
53+
if: false # disabled while we migrate to digest newtypes
5254
runs-on: ubuntu-latest
5355
strategy:
5456
matrix:
@@ -72,6 +74,7 @@ jobs:
7274
- run: cargo test --all-features --release
7375

7476
fuzz:
77+
if: false # disabled while we migrate to digest newtypes
7578
runs-on: ubuntu-latest
7679
steps:
7780
- uses: actions/checkout@v4

.github/workflows/x509-ocsp.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ env:
2222

2323
jobs:
2424
build:
25+
if: false # disabled while we migrate to digest newtypes
2526
runs-on: ubuntu-latest
2627
strategy:
2728
matrix:
@@ -47,6 +48,7 @@ jobs:
4748
working-directory: ${{ github.workflow }}
4849

4950
test:
51+
if: false # disabled while we migrate to digest newtypes
5052
runs-on: ubuntu-latest
5153
strategy:
5254
matrix:

.github/workflows/x509-tsp.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ env:
2525

2626
jobs:
2727
build:
28+
if: false # disabled while we migrate to digest newtypes
2829
runs-on: ubuntu-latest
2930
strategy:
3031
matrix:
@@ -50,6 +51,7 @@ jobs:
5051
working-directory: ${{ github.workflow }}
5152

5253
test:
54+
if: false # disabled while we migrate to digest newtypes
5355
runs-on: ubuntu-latest
5456
strategy:
5557
matrix:

0 commit comments

Comments
 (0)