Commit History

Author SHA1 Message Date
  Dimitri Papadopoulos 50752f5a2b Fix typos found by codespell 1 year ago
  Sean Parkinson b62e0b7ceb Fix type conversion warnings by gcc 1 year ago
  John Bland 566fa1179f add ex functions to use other digest algorithms 1 year ago
  David Garske 22a5a5c45e Add introspection for math build and math cleanups: 1 year ago
  Andras Fekete 08c63d55dc Addressing PR comments 1 year ago
  Andras Fekete 38f2f43705 Fix for calling 'mp_clear(tmp)' without having called 'mp_init(tmp)' 1 year ago
  David Garske 7e1aecfe4c Merge pull request #6001 from SparkiDev/dsa_sign_sig_size 1 year ago
  Sean Parkinson 90e24d8ba5 DSA sign: use mp_to_unsigned_bin_len 1 year ago
  Sean Parkinson ffe302025e DSA: Don't force zero MPs on memory allocation failure 1 year ago
  Jacob Barthelmeh 9dcc48c8f7 update copyright to 2023 1 year ago
  Jacob Barthelmeh 8eaa85e412 update copyright year to 2022 1 year ago
  Masashi Honma 6086728968 Fix possible segfault occurs when mp_clear() is executed for uninitialized mp_int 2 years ago
  Masashi Honma f621defefe Fix the segfault occurs when mp_clear() is executed for uninitialized mp_int on i386 2 years ago
  Daniel Pouzzner 7915f6acb0 linuxkm: add the remainder of known needed SAVE_VECTOR_REGISTERS() wrappers to PK algs, add DEBUG_VECTOR_REGISTERS_{EXIT,ABORT}_ON_FAIL options; add a slew of ASSERT_SAVED_VECTOR_REGISTERS() to sp_x86_64.c (autogenerated, separate scripts commit to follow). 2 years ago
  Daniel Pouzzner 342e319870 dsa.c: fix up comment spelling/typography in wc_MakeDsaKey(). 2 years ago
  Daniel Pouzzner 87578262aa wolfcrypt smallstack refactors: 2 years ago
  Jacob Barthelmeh c07a7deec2 sanity check on q value with DSA sign 2 years ago
  Jacob Barthelmeh 63c9fa7a37 add check on bit length of q with DSA 2 years ago
  Juliusz Sosinowicz 10168e093a Rebase fixes 3 years ago
  Juliusz Sosinowicz c7d6e26437 Fix DSA signature length 3 years ago
  Juliusz Sosinowicz 142ff6d885 Bind 9.11.22 3 years ago
  Daniel Pouzzner 05128968f6 fixes for null pointer accesses detected by clang sanitizer. also, gate SuiteTest() on !NO_WOLFSSL_CIPHER_SUITE_TEST in tests/unit.c, greatly reducing time to completion when not debugging cipher suites. 2 years ago
  Jacob Barthelmeh c729318ddd update copyright date 3 years ago
  Sean Parkinson e4f8545e36 SP math all: sp_exch fixed up 3 years ago
  Daniel Pouzzner 0b42f3ae72 wolfcrypt/src/dsa.c: disable MSVC warning C4127 (compiler bug) as in wolfcrypt/src/tfm.c and src/internal.c. 3 years ago
  Daniel Pouzzner f2e1595eef wolfcrypt/src/dsa.c: use do{}while(0) with break, rather than goto, for top level flow control in wc_DsaSign() and wc_DsaVerify() smallstack refactor. 3 years ago
  Daniel Pouzzner 2ed75402b8 wc_DsaSign(): removal several redundant mp_clear()s preceded by mp_forcezero()s. 3 years ago
  Daniel Pouzzner f49e9bf954 dsa.c, srp.c, wolfcrypt/test/test.c: smallstack refactors: wc_DsaExportKeyRaw(), wc_DsaSign(), wc_SrpSetKey(), ecc_test_cdh_vectors(), ecc_test_custom_curves(). 3 years ago
  Juliusz Sosinowicz 41de1bb156 WIP 4 years ago
  Chris Conlon 45c5a2d39c update copyright to 2020 4 years ago