Aidan Garske

Results 11 issues of Aidan Garske

# Description Add HPKE Curve448 test case, however HPKE does not support 448 yet, so expect bad function argument return code. # Testing ``` ./configure --enable-all && make ``` #...

# Description ecc_sign_determinisitic.c test for for deterministic ECDSA Prime Field for SECP256R1, SECP384R1, and SECP521R. With SHA256, SHA384, and SHA512 tests. # Testing For wolfSSL ``` ./configure CFLAGS="-DWOLFSSL_PUBLIC_MP -DWOLFSSL_ECDSA_DETERMINISTIC_K" --enable-debug...

#Description PKCS7-verify.c example for PKCS7 DER and PEM. #Testing ``` make clean && make pkcs7-verify ```

# Description `internal.c` - `InitSuites` changes to order making `BUILD_TLS_AES_256_GCM_SHA384` be prioritized over `BUILD_TLS_AES_128_GCM_SHA256` to match TLS 1.2 order. -fix for test `quic.c`, `api.c`, and `test.h` hard coded size assumption....

# Description Added `recipes-examples/wolftpm/wolftpm-wrap-test.bb` and `recipes-examples/wolftpm/wolftpm_%.bbappend` to add support for wolfTPM wrap_test example. `IMAGE_INSTALL` argument for wolftpm examples -> `wolftpm-wrap-test` Tested on `Scarthgap` and `Kirkstone` works on both now. Runs...

# Description Updates the refs so that we actually test all possibilities. Caught that it was only testing default (3.2.0 and 5.7.4) when we should be testing both masters. Added...

# Description Adds Github CI workflow action for bind9 osp repo - Bind9 is failing `dh_test` - PR is ready for when we are passing. - Tests Bind9 (v9.18.28) with...

Supports FIPS wolfprovider testing with nginx disabling tests also failing in openssl.

# Description This supports testing with stunnel and WP FIPS. All 50 tests pass.

# Description - Fixes errors [here](https://cloud.wolfssl-test.com/jenkins/job/wolfProvider/job/debian-packages/194/) - Adds cmd line args for cmd test and ability to run select tests from do-cmd-test - Switch providers with `use_wolf_provider` and `use_default_provider` for...