Commit History

Author SHA1 Message Date
  Daniel Pouzzner 85f3fb9d07 Merge pull request #7409 from SparkiDev/asm_x64_rip_fix 2 hours ago
  Sean Parkinson d2b9a365f2 ChaCha20 and Poly1305 x64 ASM - fixu use of %rip 1 week ago
  JacobBarthelmeh fe671f72e1 Merge pull request #7435 from SparkiDev/ssl_misc_fixup 12 hours ago
  JacobBarthelmeh ef153101b7 Merge pull request #7433 from SparkiDev/eddsa_fips_checks 12 hours ago
  JacobBarthelmeh 9666e4d7e4 Merge pull request #7448 from douzzer/20240418-pq-hybrid-fixes 12 hours ago
  Daniel Pouzzner e48f06bd53 fixes for WOLFSSL_DUAL_ALG_CERTS: "cannot take address of bit-field ‘altKeyType’" and "‘altPrivateKeyType’" in ProcessBufferTryDecode(), "‘heap’ undeclared" in ProcessBufferCertAltPublicKey(), "‘consumed’ undeclared" in ProcessFile(), "‘keySz’ undeclared" in wolfSSL_CTX_use_PrivateKey_Id(). 14 hours ago
  kaleb-himes 0bd5967093 Adjust FIPS version and default configuration 18 hours ago
  Sean Parkinson 08b42b7c93 Merge pull request #7443 from douzzer/20240418-fix-aes_xts_128_test-DEBUG_VECTOR_REGISTER_ACCESS 21 hours ago
  Daniel Pouzzner 436efb0078 wolfcrypt/test/test.c: in aes_xts_128_test(), change DEBUG_VECTOR_REGISTER_ACCESS gates to DEBUG_VECTOR_REGISTER_ACCESS_AESXTS (currently unused), after refactor of AES-XTS C fallback in 9f55dba2f2. (per-call fallback is no longer supported for AES-XTS.) 1 day ago
  JacobBarthelmeh 41f31f4635 Merge pull request #7440 from douzzer/20240417-fix-LoadSystemCaCertsWindows 1 day ago
  JacobBarthelmeh 58167a2ebb Merge pull request #7434 from douzzer/20240416-fips-v6-fixes 1 day ago
  Daniel Pouzzner 6e3a9d5447 src/ssl_load.c: in LoadSystemCaCertsWindows(), fix flub introduced in 8e9810e87e. 1 day ago
  Sean Parkinson 593cb77e51 ssl_misc.c: wolfssl_file_len() protection 1 day ago
  Sean Parkinson c590fe514f EdDSA FIPS checks on public key 2 days ago
  Daniel Pouzzner 3df11e7eab fixes for cppcheck uninitvar src/pk.c (false positives) and nullPointerRedundantCheck in src/ssl_load.c (true positive). 2 days ago
  Daniel Pouzzner fac834c80a configure.ac: in setup for enable-all and enable-all-crypto with enable-32bit, fix inconsistency whereby SHAKE was enabled but SHA512 and SHA3 weren't; remove unneeded+unwanted ENABLED_32BIT conditional force-off of SHA512, SHA384, SHA3, ED25519 (harmonizes with FIPS v6). 2 days ago
  Daniel Pouzzner d0edb3d0a9 scripts/aria-cmake-build-test.sh: fix masked exit value. 2 days ago
  Daniel Pouzzner 855175da47 wolfcrypt/src/fe_448.c: fix several out-of-order declarations in fe448_mul_8(). 2 days ago
  Daniel Pouzzner 9f55dba2f2 wolfcrypt/src/aes.c: in AES-XTS AESNI, use cautious strategy as in AESGCM_STREAM for SAVE_VECTOR_REGISTERS, due to random failures seen with DEBUG_VECTOR_REGISTER_ACCESS_FUZZING using the old per-call fallback strategy. 2 days ago
  Daniel Pouzzner b2f594e84b fixes for --enable-32bit CFLAGS=-m32 --enable-fips=v6 (fixes "#error ED448 requires SHAKE256"). 2 days ago
  JacobBarthelmeh 03ed52bd81 Merge pull request #7297 from SparkiDev/ssl_move_5 2 days ago
  JacobBarthelmeh 1f61ed3536 Merge pull request #7397 from dalybrown/expose-dtsl-in-ada 2 days ago
  András Fekete 73a85af9b9 Merge pull request #7429 from julek-wolfssl/hostap-cert-update 2 days ago
  Juliusz Sosinowicz 52a593c883 Update hostap certs ref 2 days ago
  Sean Parkinson 8e9810e87e ssl.c: Move functions out to separate files 1 month ago
  JacobBarthelmeh 9b92aea245 Merge pull request #7422 from douzzer/20240412-fips-v5-v6-linuxkm-fixes 3 days ago
  Daniel Pouzzner 281c2a431e wolfcrypt/test/test.c: fix return code in pbkdf2_test(), add DEBUG_WOLFSSL gates on keysize report in ecc_test_curve(), and add missing PRIVATE_KEY_UNLOCK()s in cryptocb_test() for fips-dev coverage. 3 days ago
  Daniel Pouzzner 6e0a90190f fixes for v5 and v6+ FIPS builds, including linuxkm v6+ builds. 5 days ago
  JacobBarthelmeh be74cb7d94 Merge pull request #7419 from anhu/winpq 3 days ago
  JacobBarthelmeh 1cb34a8bed Merge pull request #7411 from douzzer/20240410-lock-free-wc_linuxkm_fpu_state_assoc 3 days ago