Merge pull request #6242 from julek-wolfssl/harden-tls

Implement TLS recommendations from RFC 9325
This commit is contained in:
JacobBarthelmeh
2023-04-04 10:13:27 -06:00
committed by GitHub
7 changed files with 305 additions and 18 deletions

View File

@@ -14,6 +14,7 @@ jobs:
'',
'--enable-all --enable-asn=template',
'--enable-all --enable-asn=original',
'--enable-harden-tls',
]
name: make check
runs-on: ${{ matrix.os }}