Commit History

Author SHA1 Message Date
  Brett Nicholas 55421a11b9 review: removed WOLFSSL_ABI from and refactored args for wc_rng_new_ex, updated tests 8 months ago
  Brett Nicholas 1a5064cf8c add full support to wolfcrypt tests for random.c cryptocbs 10 months ago
  JacobBarthelmeh 88e7d47930 Merge pull request #7230 from anhu/tests_gating 8 months ago
  Anthony Hu 00c3f5be2e A fixup 8 months ago
  Sean Parkinson af2b2dddb4 Merge pull request #7253 from julek-wolfssl/zd/17507 8 months ago
  Daniel Pouzzner 8d894fb01b wolfssl/wolfcrypt/types.h: add WC_ARRAY_ARG() and WC_HEAP_ARRAY_ARG() constructors, for passing arrays declared by WC_DECLARE_ARRAY() and WC_DECLARE_HEAP_ARRAY(). used this to refactor bench_rsa_helper() arg list, fixing a cppcheck argumentSize warning. 8 months ago
  Daniel Pouzzner 44e0ee1ecd wolfssl/wolfcrypt/types.h: 8 months ago
  Juliusz Sosinowicz 469760e186 wc_ecc_shared_secret_ssh fix 8 months ago
  Daniel Pouzzner 9b7decada0 wolfcrypt/test/test.c: fix Aes init/free lifecycle in aes192_test() and aes256_test(). 9 months ago
  Daniel Pouzzner 63fe12efe3 wolfcrypt/src/aes.c: fix WOLFSSL_AESGCM_STREAM && WC_AES_C_DYNAMIC_FALLBACK: establish AESNI status dynamically at time of wc_AesGcmSetKey(), and stick to it (or return failure) until the next wc_AesGcmSetKey(). this matches the semantics of the Linux kernel in-tree implementation, allowing safe registration of the wolfCrypt AESNI implementation with the LKCAPI. 9 months ago
  Daniel Pouzzner 91681f378f configure.ac: 9 months ago
  Anthony Hu d0fd0a287b Fixup some gating in the tests. 9 months ago
  Daniel Pouzzner 851f059023 Merge pull request #7203 from julek-wolfssl/openssh-9.6 9 months ago
  David Garske 32aecf4c35 Merge pull request #7180 from douzzer/20240126-LINUXKM_LKCAPI_REGISTER 9 months ago
  Juliusz Sosinowicz 7ebb8cd007 Update radix tests 9 months ago
  Daniel Pouzzner f228a85cee AES-XTS: fix FIPS gating to use defined(HAVE_FIPS), not defined(HAVE_FIPS_VERSION). 9 months ago
  jordan 7ddf20851d Fix WOLFSSL_NO_MALLOC build. 9 months ago
  Daniel Pouzzner 6261108d49 linuxkm: fix line lengths throughout; in linuxkm/lkcapi_glue.c: fix/harmonize error catching, reporting, and error codes; further address peer review feedback. 9 months ago
  Daniel Pouzzner 1fc67183a5 linuxkm: address peer review: 9 months ago
  Daniel Pouzzner b1e5d0f9bb linuxkm: completion and stabilization of LKCAPI integration for AES-CBC, AES-CFB, AES-GCM, and AES-XTS: 9 months ago
  Sean Parkinson a5961907b0 XMSS implementation 9 months ago
  David Garske 7a77d64d56 Merge pull request #7059 from bigbrett/cryptocb-oneshot-cmac 10 months ago
  Brett Nicholas abbf9f2b77 Add cryptoCb hooks to one-shot CMAC functions; add CMAC coverage to cryptoCb tests; add context argument to CMAC generate_ex 11 months ago
  David Garske 06a32d3437 Merge pull request #7097 from lealem47/removeUserCrypto 10 months ago
  jordan e175004f85 Fix Infer Uninitialized Values. 10 months ago
  Daniel Pouzzner b17ec3b4bc cppcheck-2.13.0 mitigations peer review: 10 months ago
  Daniel Pouzzner 44b18de704 fixes for cppcheck-2.13.0 --force: 10 months ago
  Daniel Pouzzner 457188f55e Merge pull request #7070 from dgarske/cryptocb_moreinfo 10 months ago
  Lealem Amedie 837452b1ca Remove user-crypto functionality and Intel IPP support 10 months ago
  Sean Parkinson f77f7c70d3 Merge pull request #7018 from dgarske/ti_aes 10 months ago