Commit History

Author SHA1 Message Date
  Daniel Pouzzner ccc5952369 global fixup to check or explicitly ignore return values from failable library/system calls that weren't already being checked; 2 years ago
  David Garske e30899b676 Merge pull request #5334 from LinuxJedi/se050-fixes 2 years ago
  JacobBarthelmeh 22c3a1fc6f Merge pull request #5346 from dgarske/async_rel_v5.4.0 2 years ago
  David Garske 34c576d2a7 Fixes for possible NULL dereference for heap hint in pk.c Fix typo in api.c test for dynamic type. 2 years ago
  David Garske 57aac1c50b Merge pull request #5345 from JacobBarthelmeh/release 2 years ago
  JacobBarthelmeh a48129eb99 update README for release 2 years ago
  JacobBarthelmeh 032d59b077 adjust sizeof type for getsockopt argument 2 years ago
  JacobBarthelmeh 86662bca2f update library version to 5.4.0 2 years ago
  JacobBarthelmeh 7379e377ab cast for g++ warning 2 years ago
  JacobBarthelmeh 983b9fc5fb Merge pull request #5343 from dgarske/ecc_oid_coding 2 years ago
  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
  JacobBarthelmeh 66aed8193a Merge pull request #5341 from dgarske/various_20220708 2 years ago
  David Garske 56325143f1 Merge pull request #5340 from anhu/micrium_alt_ecc_size 2 years ago
  David Garske 720030b5a9 Improvements to error handling for `AddSessionToClientCache`. 2 years ago
  David Garske 03a32250da Fix for KCAPI HMAC forcing use of software for HKDF. 2 years ago
  David Garske 3d124c093e Fix PK function name in log. Remove the ECC logging (spams benchmark with `--enable-debug`). 2 years ago
  David Garske 905f71d80d Fix with macro redefinition error if building with `NO_WOLFSSL_ALLOC_ALIGN`. 2 years ago
  JacobBarthelmeh f7595cc77d Merge pull request #5338 from julek-wolfssl/tcp-sendto 2 years ago
  Anthony Hu 2d6b6d62b2 Gate ALT_ECC_SIZE on NO_MALLOC and STATIC_MEMORY since they conflict. 2 years ago
  David Garske a2b75e313a Merge pull request #5339 from douzzer/20220708-DUW_TEST-bugprone-macro-parentheses 2 years ago
  Daniel Pouzzner 48d3cf593e tests/api.c: fix bugprone-macro-parentheses in DUW_TEST(). 2 years ago
  Juliusz Sosinowicz 251642a44a sendto can't specify addr on a TCP socket 2 years ago
  David Garske 58cb91602d Merge pull request #5337 from douzzer/20220707-DtlsUpdateWindowGTSeq-overshift 2 years ago
  David Garske c9e9a421e9 Merge pull request #5336 from SparkiDev/aes_ctr_opt 2 years ago
  Daniel Pouzzner 91438c1087 wolfssl/wolfcrypt/settings.h: refactor Math Library Selection for clarity, and to include WOLFSSL_SP_MATH as an available math back end. 2 years ago
  David Garske 49d292ec4f Merge pull request #5335 from SparkiDev/ecc_imp_exp_fix 2 years ago
  Daniel Pouzzner b952c2f777 src/internal.c: add codepath in _DtlsUpdateWindowGTSeq() to avoid a word32 overshift. 2 years ago
  Sean Parkinson 2bfac42d65 AES-CTR: improve performance when multiple blocks 2 years ago
  Sean Parkinson 70b9833e98 ECC import and export fixes 2 years ago
  David Garske 4e1e1e922a Merge pull request #5278 from ejohnstown/dtls-seq 2 years ago