Commit History

Author SHA1 Message Date
  Daniel Pouzzner f6f8d2eda3 add WC_DO_NOTHING macro to wolfssl/wolfcrypt/types.h, with default expansion "do {} while (0)", and globally refactor to use the macro where appropriate, annotating intended-null macros-with-args with "/* null expansion */"; 11 months ago
  Sean Parkinson 8e89e31f70 test.c: fix protection around calling mp_test_div 11 months ago
  Andras Fekete 266307da6c Add in ARIA wrappers 11 months ago
  David Garske fb0c769d6c Merge pull request #6578 from douzzer/20230705-analyzer-fixes 11 months ago
  Daniel Pouzzner 1912f1bc2a fixes for clang-analyzer-core.NullDereference, clang-analyzer-core.NonNullParamChecker, clang-analyzer-deadcode.DeadStores, readability-redundant-preprocessor, clang-diagnostic-unreachable-code-break, -Werror=sign-conversion, bugprone-macro-parentheses, "Call to 'malloc' has an allocation size of 0 bytes", clang-diagnostic-declaration-after-statement re tests/unit.h:ExpectPtr() pragmas. 11 months ago
  Sean Parkinson 7a73c9aac7 SM tests: void in function declaration that is its prototype 11 months ago
  Sean Parkinson e2424e6744 SM2/SM3/SM4: Chinese cipher support 1 year ago
  David Garske 6028dfd394 Merge pull request #6523 from gojimmypi/wc-memory-test 11 months ago
  gojimmypi 573fedae2f add const_byte_ptr_test for Xtensa -mforce-l32 check 11 months ago
  David Garske f72a6b705f Minor spelling fixes. 11 months ago
  Sean Parkinson da4424cd0c Merge pull request #6559 from dgarske/sni_defaults 11 months ago
  Chris Conlon e1cb74f24a Merge pull request #6492 from night1rider/wolfssl-wolfcrypttest-statickeys 11 months ago
  David Garske 6052e01879 Fixes for SNI test with static memory enabled. Fixes for other minor static memory build combinations. 11 months ago
  David Garske 0d0d2cf50c Merge pull request #6531 from bandi13/extraCMakeOptions 11 months ago
  David Garske 102cb1114a Merge pull request #6509 from douzzer/20230613-wc_test_ret_t 1 year ago
  Andras Fekete 0ee198437a Get around issue with 'uint8_t' undefined 1 year ago
  Sean Parkinson a1e8aa7269 test.c, scrypt: bench embedded reduce heap usage 1 year ago
  dell5060 7926ceb120 Updated Key gen to convert the keys located in /certs/statickeys to be used in buffers 1 year ago
  Daniel Pouzzner 902d47aaa1 wolfcrypt/test/test.c: fix scoping of hkdf_test(); 1 year ago
  Daniel Pouzzner e843a7bd1e wolfcrypt/test/test.{c,h}: add wc_test_ret_t, and 'L' long int suffixes on relevant numeric literals, to facilitate passing around 32 bit retvals in the WC_TEST_RET_*() system on 16 bit targets. 1 year ago
  Sean Parkinson b07c5d7ce8 Regression testing fixes 1 year ago
  Lealem Amedie 3f795f2f47 Fixes for wolfcrypt test without ECC SECP 1 year ago
  Chris Conlon a474179cdf Merge pull request #6301 from miyazakh/ra_cryptonly 1 year ago
  David Garske a68b0d8ecf Merge pull request #6402 from lealem47/no_ecc_secp 1 year ago
  Lealem Amedie 9a2dc120c4 Don't test SECP vectors when disabled in test.c 1 year ago
  JacobBarthelmeh 07c41c5498 add macro guard on test case 1 year ago
  JacobBarthelmeh 03a566791e fix for recursive issue in test case 1 year ago
  Sean Parkinson d2afe9e5e0 Memory usage improvements 1 year ago
  David Garske 4b90afa37b Provide way to disable ASN but have `wc_RsaPublicKeyDecodeRaw`, which doesn't need ASN.1 parsing. 1 year ago
  David Garske 61dfbf5ef2 Fixes and improvements for building with low footprint. Fix for ASN template with RSA verify only (was missing `mp_leading_bit`). Fix to allow disabling DRBG with crypto callbacks enabled. Updated the wolfTPM user_settings.h template with low resource option. 1 year ago