wolfcrypt/test/test.c: add test coverage for WOLFSSL_AESXTS_STREAM.

linuxkm/lkcapi_glue.c: typographic cleanups, and failsafe error return constructs when skcipher_walk_virt() returns zero walk.nbytes.

wolfcrypt/src/aes.c: additional comments and inline documentation.

.github/workflows/openvpn.yml: disable test on master branch.
This commit is contained in:
Daniel Pouzzner
2024-05-14 18:23:22 -05:00
parent 8392748cda
commit 2fe366cc74
4 changed files with 363 additions and 30 deletions

View File

@@ -39,7 +39,8 @@ jobs:
fail-fast: false
matrix:
# List of refs to test
ref: [ release/2.6, v2.6.0, master ]
# disabled master on 20240514 -- see https://github.com/wolfSSL/wolfssl/issues/7508
ref: [ release/2.6, v2.6.0 ]
name: ${{ matrix.ref }}
runs-on: ubuntu-latest
# This should be a safe limit for the tests to run.