wolfProvider
wolfProvider copied to clipboard
wolfCrypt and wolfCrypt FIPS provider for OpenSSL
Resolves #44
New 'wc_HashAlg' structure now wraps the type into the structure as well as the union of the hash data structure. This caused some problems with the way wolfProvider was using...
Please add smoketests that perform: ``` openssl speed sha256 rsa2048 ecdsap256 openssl s_client -connect github.com:443
# 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...
Test cases for #136
Hello, We are experiencing issues with WolfSSL, WolfProvider when using OpenSSH. Versions: > [OpenSSH: 10.0p2](https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-10.0p1.tar.gz) > [WolfProvider: master@ddcae30eb670c79baf1afe11466cafc7aa43483c](https://github.com/wolfSSL/wolfProvider/tree/ddcae30eb670c79baf1afe11466cafc7aa43483c) > WolfSSL: Custom (zip provided by WolfSSL) 5.6.4 > OpenSSL: 3.0.12 We...
Some script files were missing from the bundle because they were not listed in the include.am file.