David Garske
|
d8faa22194
Fix for `ecc_def_curve_test` test changes.
|
3 years ago |
Kareem
|
60a86157c7
Fix building with NO_ECC_KEY_EXPORT.
|
3 years ago |
David Garske
|
b84edb5c67
Fixes for NXP SE050 testing with hardware.
|
3 years ago |
David Garske
|
8a8a6cf17f
Merge pull request #4515 from kareem-wolfssl/zd13006
|
3 years ago |
Kareem
|
39c9fa96bc
wc_scrypt: Code review feedback.
|
3 years ago |
Juliusz Sosinowicz
|
c162196b27
Add x509 name attributes and extensions to DER parsing and generation
|
3 years ago |
John Safranek
|
75df6508e6
Add a read enable for private keys when in FIPS mode.
|
3 years ago |
Daniel Pouzzner
|
85a8c06062
linuxkm: add DEBUG_VECTOR_REGISTER_ACCESS (debug feature switch), ASSERT_SAVED_VECTOR_REGISTERS, and ASSERT_RESTORED_VECTOR_REGISTERS macros, and move the fallback no-op definitions of the SAVE_VECTOR_REGISTERS and RESTORE_VECTOR_REGISTERS to types.h. also fixed several ASCII TAB characters in types.h.
|
3 years ago |
Daniel Pouzzner
|
31f13a7f41
wolfcrypt/test/test.c: when HAVE_FIPS, wrap wc_MakeRsaKey() calls in infinite iteration while ret == PRIME_GEN_E, to inhibit nondeterministic failure mode from FIPS-limited _CheckProbablePrime() iteration.
|
3 years ago |
Daniel Pouzzner
|
c0778e5ad9
gate access to wc_Sha512.devId on !NO_SHA2_CRYPTO_CB.
|
3 years ago |
Daniel Pouzzner
|
0f407b4bfc
test.c: fix indirection flubs in _ASYNC_CRYPT parts of ecc_test_sign_vectors().
|
3 years ago |
Daniel Pouzzner
|
b77000bcfb
add smallstack codepath to ecc_test_sign_vectors(), and add missing rc2.h include to linuxkm/module_exports.c.template.
|
3 years ago |
Daniel Pouzzner
|
67db7b7f32
fixes for issues identified by Jenkins run:
|
3 years ago |
Daniel Pouzzner
|
87578262aa
wolfcrypt smallstack refactors:
|
3 years ago |
Daniel Pouzzner
|
2bf711341b
wolfcrypt/test/test.c: use HAVE_FIPS_VERSION, not FIPS_VERSION.
|
3 years ago |
Daniel Pouzzner
|
8de8af8b43
wolfcrypt/test/test.c: disable hmac_md5_test() for FIPS 140-3, and rename hkdf_test to wc_hkdf_test to eliminate namespace collision.
|
3 years ago |
Daniel Pouzzner
|
b673622322
FIPS 140-3 misc fixes including fixes for rebase errors.
|
3 years ago |
John Safranek
|
b615309a7b
update FFDHE4096 test with the updated usage
|
3 years ago |
John Safranek
|
b00b95ef6c
Cofactor flag in wolfcrypt test needed a guard.
|
3 years ago |
John Safranek
|
f53a4db4e7
Unwind a few changes adding guards so it'll build with old FIPS.
|
3 years ago |
John Safranek
|
aa3fb6f0d0
Update visibility on a SP math function for DH.
|
3 years ago |
John Safranek
|
04ffd2ab45
Fixes:
|
3 years ago |
John Safranek
|
3eaeaf3a57
Add sign/verify PCT to ECC.
|
3 years ago |
John Safranek
|
908ec9b14a
Modify ffdhe to not return addresses.
|
3 years ago |
John Safranek
|
c0e6a55aaa
Skip the small key DH test for SP and FFDHE builds.
|
3 years ago |
John Safranek
|
2de6b3b2bd
Move the KDF functions into their own source file.
|
3 years ago |
John Safranek
|
f78887d2ab
Add 'static' to the test vector arrays for the SSH KDF test.
|
3 years ago |
John Safranek
|
a967cbcb7b
56Ar3 Testing Updates
|
3 years ago |
John Safranek
|
976402e04b
RNG Update
|
3 years ago |
John Safranek
|
c47e354eed
Add callback option for RNG seeding.
|
3 years ago |