Commit History

Author SHA1 Message Date
  David Garske 4892435004 Fix for `wc_ecc_get_curve_id_from_oid` with combinations of `HAVE_OID_ENCODING` and `HAVE_OID_DECODING`. Fix in `SetCurve` for unused `outSz` with `HAVE_OID_ENCODING`. 2 years ago
  Daniel Pouzzner 48d3cf593e tests/api.c: fix bugprone-macro-parentheses in DUW_TEST(). 2 years ago
  David Garske 4e1e1e922a Merge pull request #5278 from ejohnstown/dtls-seq 2 years ago
  Juliusz Sosinowicz e295328436 Fix window handling around word32 boundary 2 years ago
  John Safranek 8f3449ffea Refactor DTLS Window Update (Fix #5211) 2 years ago
  Daniel Pouzzner 19106a9510 configure.ac and tests/api.c: lock out compkey on FIPS 140-3 RC12 and ready, and add backward-compat code in test_wc_ecc_export_x963_ex() to allow RC12 compkey builds to pass unit.test. 2 years ago
  David Garske a7fa7875e4 Merge pull request #5244 from julek-wolfssl/wpas-dpp 2 years ago
  David Garske e92034cf6f Merge pull request #5274 from JacobBarthelmeh/Certs 2 years ago
  Jacob Barthelmeh 711b2bb17a add a test case 2 years ago
  Juliusz Sosinowicz 144f2612e4 wc_ecc_export_x963_ex returns LENGTH_ONLY_E on a NULL output 2 years ago
  Juliusz Sosinowicz 8e84560f71 CSR: confirm the signature when verify == VERIFY 2 years ago
  Sean Parkinson 2c943282f0 Ed25519/Ed448: assume public key is not trusted 2 years ago
  David Garske 94e7eacc5f Merge pull request #5072 from JacobBarthelmeh/Compatibility-Layer 2 years ago
  David Garske b84b808b1b Merge pull request #5167 from ejohnstown/cac-ext 2 years ago
  Eric Blankenhorn 7fb17e0584 Fix build error with --enable-opensslextra=x509small --enable-debug 2 years ago
  Jacob Barthelmeh 40dda7e80f fix XMALLOC in test and add filesystem macro guard 2 years ago
  Chris Conlon 7dbf1a5154 Merge pull request #5262 from miyazakh/qt_unit_failure 2 years ago
  Daniel Pouzzner 69ca1d37c0 fixes for defects identified by wolfssl-multi-test: whitespace, missing void in arg lists, and -Wunused-but-set-variable found by clang-15 (prerelease). 2 years ago
  Hideki Miyazaki b5cac49be9 fix qt_unit_test_failure 2 years ago
  David Garske 390908bccc Merge pull request #5236 from SparkiDev/mem_zero 2 years ago
  Sean Parkinson 6a0682d422 i2d AIPs move pointer on when a pointer to a buffer is passed in 2 years ago
  Sean Parkinson 2834c22ce0 Merge pull request #5204 from lealem47/basicConst 2 years ago
  David Garske f2abf1892c Merge pull request #5255 from lealem47/i2d_RSA 2 years ago
  David Garske 1322c1a0b2 Merge pull request #5248 from lealem47/no_aes 2 years ago
  Lealem Amedie 911f361285 Call RSA_To_Der instead of RSA_To_Der_ex in i2d_RSA key funcs 2 years ago
  Lealem Amedie 5e63740c6c Ensuring that X509 Basic Constraint is set when CA:FALSE 2 years ago
  Sean Parkinson 1b29f7353a Check memory is zeroized 2 years ago
  David Garske 7e1549c684 Cleanup the RSA consistency check. Should only be enabled for FIPS v2 (3389), FIPS v5 or later. Can be forcefully enabled for non-FIPS using `WOLFSSL_RSA_KEY_CHECK`. The existing `WOLFSSL_NO_RSA_KEY_CHECK` macro will also disable it. This change was introduced in PR #4359. 2 years ago
  Lealem Amedie 9bcbd645d6 Fix build failure caused by missing NO_AES macro guard 2 years ago
  David Garske 0b78961111 Merge pull request #5186 from SparkiDev/pk_c_rework_1 2 years ago