Commit History

Author SHA1 Message Date
  Juliusz Sosinowicz 4f1d777090 BIO_BIO: BIO_{write|read} on a BIO pair should wrap around ring buffer 5 months ago
  Juliusz Sosinowicz 2c6c52078a test_dtls13_frag_ch_pq: make sure kyber5 is used 9 months ago
  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
  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 e2424e6744 SM2/SM3/SM4: Chinese cipher support 1 year ago
  Sean Parkinson 578f56e60c Test api.c: change more tests to use Expect instead of Assert 1 year ago
  Sean Parkinson e467112a93 Test api.c: change more tests to use Expect instead of Assert 1 year ago
  Daniel Pouzzner 64c9026c77 wolfssl/wolfcrypt/types.h: add PRAGMA_DIAG_PUSH, PRAGMA(), and PRAGMA_DIAG_POP(), using the gcc or clang variants as applicable, to facilitate pragmas to be used on both gcc and clang; 1 year ago
  Sean Parkinson 541ea51ad5 Tests api.c: rework for malloc failure testing 1 year ago
  Daniel Pouzzner 42bea705d9 fix several more C89 "comma at end of enumerator list" spots in 64-bit-only headers, missed in earlier passes; in tests/unit.h, add a WOLF_C89 definition of AssertPtr() without pragmas, to avoid a -Wdeclaration-after-statement. 1 year ago
  Jacob Barthelmeh 9dcc48c8f7 update copyright to 2023 1 year ago
  Sean Parkinson e4e53ab7ca Unit test: rework to be able to run API tests individually 1 year ago
  John Safranek e803e5916c Assert Consistency 1 year ago
  Stefan Eissing 4431438fb2 add QUIC support. 1 year ago
  Jacob Barthelmeh 8eaa85e412 update copyright year to 2022 1 year ago
  Daniel Pouzzner ccc5952369 global fixup to check or explicitly ignore return values from failable library/system calls that weren't already being checked; 1 year ago
  Marco Oliverio 9d22e11776 misc.c: introduce w64wrapper to handle 64bit numbers 2 years ago
  Daniel Pouzzner b7cecbacb2 update headers to resolve clang-tidy carping (mostly bugprone-macro-parentheses and readability-named-parameter). also disables MSC C4028 because incompatible with readability-avoid-const-params-in-decls. 2 years ago
  Elms 5c01613acb Add GCC extension to bypass select `-pedantic` warnings 3 years ago
  Jacob Barthelmeh c729318ddd update copyright date 3 years ago
  Juliusz Sosinowicz b5c52d7c70 openssh WIP and some light refactoring 4 years ago
  Chris Conlon 45c5a2d39c update copyright to 2020 4 years ago
  David Garske 2bae1d27a1 wolfSSL Compatibility support for OpenVPN 4 years ago
  John Safranek 246c444b93 Updates for v4.0.0 5 years ago
  David Garske 59a3b4a110 New tests for cert chains, alternate cert chains, trusted peer certs and DH prime cleanup: 5 years ago
  Go Hosohara cfa99c567b merge PR #1820 Porting aid 5 years ago
  Takashi Kojo 0d44252608 error pass though build flag WOLFSSL_PASSTHRU_ERR 5 years ago
  Takashi Kojo 294a22e938 flag to pass throug errors for correcting as many error information as possible. 5 years ago
  David Garske 656c0453a2 Fix for unit test abort(). 6 years ago
  David Garske 2c3475c1d6 Added new build option `--enable-memtest` or `WOLFSSL_FORCE_MALLOC_FAIL_TEST` which enables random malloc failures for testing. This test supresses the `abort()` calls to detect seg faults. A new script `./scripts/memtest.sh` starts the test. If an issue is found it can be reviewed with the `./scripts/memtest.txt` log and reproduced using the seed printed at top of unit test as `--- RNG MALLOC FAIL AT 295---` and rerun using `./tests/unit.test 295`. 6 years ago