Skip to content

Commit 983e109

Browse files
authored
Merge pull request #10922 from aidangarske/fenrir-asn-strict
Enforce RFC 5280 extension MUSTs under WOLFSSL_NO_ASN_STRICT and validate DTLS 1.3 legacy_session_id echo
2 parents 793608e + dd46074 commit 983e109

93 files changed

Lines changed: 748 additions & 123 deletions

Some content is hidden

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

.github/workflows/ada.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
types: [opened, synchronize, reopened, ready_for_review]
88
branches: [ '*' ]
99

10+
permissions:
11+
contents: read
12+
1013
jobs:
1114
build:
1215

.github/workflows/aesgcm-siv.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ on:
1515
concurrency:
1616
group: ${{ github.workflow }}-${{ github.ref }}
1717
cancel-in-progress: true
18+
19+
permissions:
20+
contents: read
1821
# END OF COMMON SECTION
1922

2023
jobs:

.github/workflows/arduino.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,12 @@ on:
7171

7272
concurrency:
7373
# Same branch push cancels other jobs. Other PR branches untouched
74-
7574
group: ${{ github.workflow }}-${{ github.ref_name }}
7675
cancel-in-progress: true
7776

77+
permissions:
78+
contents: read
79+
7880
# END OF COMMON SECTION
7981

8082
jobs:

.github/workflows/async-examples.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ concurrency:
1111
group: ${{ github.workflow }}-${{ github.ref }}
1212
cancel-in-progress: true
1313

14+
permissions:
15+
contents: read
16+
1417
jobs:
1518
async_examples:
1619
if: ${{ (github.repository_owner == 'wolfssl') && (github.event_name != 'pull_request' || github.event.pull_request.draft == false) }}

.github/workflows/async.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ on:
1616
concurrency:
1717
group: ${{ github.workflow }}-${{ github.ref }}
1818
cancel-in-progress: true
19+
20+
permissions:
21+
contents: read
1922
# END OF COMMON SECTION
2023

2124
jobs:

.github/workflows/bind.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ on:
1111
concurrency:
1212
group: ${{ github.workflow }}-${{ github.ref }}
1313
cancel-in-progress: true
14+
15+
permissions:
16+
contents: read
1417
# END OF COMMON SECTION
1518

1619
jobs:

.github/workflows/check-cert-chains.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ on:
1111
concurrency:
1212
group: ${{ github.workflow }}-${{ github.ref }}
1313
cancel-in-progress: true
14+
15+
permissions:
16+
contents: read
1417
# END OF COMMON SECTION
1518

1619
jobs:

.github/workflows/cmake-autoconf.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
types: [opened, synchronize, reopened, ready_for_review]
88
branches: [ '*' ]
99

10+
permissions:
11+
contents: read
12+
1013
jobs:
1114
build:
1215
if: ${{ (github.repository_owner == 'wolfssl') && (github.event_name != 'pull_request' || github.event.pull_request.draft == false) }}

.github/workflows/cmake.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
types: [opened, synchronize, reopened, ready_for_review]
88
branches: [ '*' ]
99

10+
permissions:
11+
contents: read
12+
1013
jobs:
1114
build:
1215
if: ${{ (github.repository_owner == 'wolfssl') && (github.event_name != 'pull_request' || github.event.pull_request.draft == false) }}

.github/workflows/codespell.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ on:
1010
concurrency:
1111
group: ${{ github.workflow }}-${{ github.ref }}
1212
cancel-in-progress: true
13+
14+
permissions:
15+
contents: read
1316
# END OF COMMON SECTION
1417

1518
jobs:

0 commit comments

Comments
 (0)