Commit History

Author SHA1 Message Date
  JacobBarthelmeh 78670f5098 Merge pull request #7453 from douzzer/20240419-wolfSSL_CTX_SetTmpDH-double-free 19 hours ago
  JacobBarthelmeh 69be7a7c54 Merge pull request #7431 from lealem47/aes_cfb 22 hours ago
  JacobBarthelmeh a63ff277ed Merge pull request #7452 from douzzer/20240419-linuxkm-intelasm-expansion 23 hours ago
  Daniel Pouzzner 39e2405e2f src/ssl_load.c: fix double-free in wolfSSL_CTX_SetTmpDH(). 23 hours ago
  JacobBarthelmeh 5f9ed54aaa Merge pull request #7451 from SparkiDev/test_fixes_1 23 hours ago
  JacobBarthelmeh c7f852fbbd Merge pull request #7450 from anhu/reneg_indic 23 hours ago
  JacobBarthelmeh 9242f611b2 Merge pull request #7449 from lealem47/nginx_stubs 23 hours ago
  Daniel Pouzzner 0264a518e1 wolfcrypt/src/ed25519.c: in ed25519_pairwise_consistency_test(), add casts to mollify -Wconversion. 1 day ago
  Daniel Pouzzner 28480ec0ea linuxkm/Kbuild: add SHA-2, SHA-3, ChaCha20, and poly1305, to kernel-safe vectorized-asm list. 1 day ago
  Daniel Pouzzner 85f3fb9d07 Merge pull request #7409 from SparkiDev/asm_x64_rip_fix 1 day ago
  Sean Parkinson d2b9a365f2 ChaCha20 and Poly1305 x64 ASM - fixu use of %rip 1 week ago
  Sean Parkinson 97d560d9af Fixes from configuration testing 1 day ago
  Lealem Amedie 7a7af18887 Guard with OPENSSL_EXTRA instead of WOLFSSL_NGINX 1 day ago
  Anthony Hu 85326da7fc check for conflicting HAVE_RENEGOTIATION_INDICATION and HAVE_SECURE_RENEGOTIATION in settings.h 1 day ago
  JacobBarthelmeh fe671f72e1 Merge pull request #7435 from SparkiDev/ssl_misc_fixup 1 day ago
  JacobBarthelmeh ef153101b7 Merge pull request #7433 from SparkiDev/eddsa_fips_checks 1 day ago
  JacobBarthelmeh 9666e4d7e4 Merge pull request #7448 from douzzer/20240418-pq-hybrid-fixes 1 day 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(). 1 day ago
  Lealem Amedie a1cf316630 Adding stubs required for latest nginx 1 day ago
  Lealem Amedie 295033441c Fix for AES-CFB1 encrypt/decrypt on size (8*x-1) bits 1 day ago
  kaleb-himes 0bd5967093 Adjust FIPS version and default configuration 2 days ago
  Sean Parkinson 08b42b7c93 Merge pull request #7443 from douzzer/20240418-fix-aes_xts_128_test-DEBUG_VECTOR_REGISTER_ACCESS 2 days 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.) 2 days ago
  JacobBarthelmeh 41f31f4635 Merge pull request #7440 from douzzer/20240417-fix-LoadSystemCaCertsWindows 2 days ago
  JacobBarthelmeh 58167a2ebb Merge pull request #7434 from douzzer/20240416-fips-v6-fixes 2 days ago
  Daniel Pouzzner 6e3a9d5447 src/ssl_load.c: in LoadSystemCaCertsWindows(), fix flub introduced in 8e9810e87e. 2 days ago
  Sean Parkinson 593cb77e51 ssl_misc.c: wolfssl_file_len() protection 3 days ago
  Sean Parkinson c590fe514f EdDSA FIPS checks on public key 3 days ago
  Daniel Pouzzner 3df11e7eab fixes for cppcheck uninitvar src/pk.c (false positives) and nullPointerRedundantCheck in src/ssl_load.c (true positive). 3 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). 3 days ago