Commit History

Author SHA1 Message Date
  Daniel Pouzzner eff4fe398b src/include.am: fix gating around sha* and BUILD_ARMASM, to avoid empty-translation-unit warnings for sha{256,512}.c on armasm builds. 2 years ago
  David Garske 6d2a41b9fd Enable wolfSSL SP Math all (sp_int.c) by default. If `--enable-fastmath` or `USE_FAST_MATH` is set the older `tfm.c` fast math will be used. To use the old `integer.c` heap math use `--enable-heapmath` or `USE_INTEGER_HEAP_MATH`. 2 years ago
  Marco Oliverio d8ac35579c dtls13: add autotools, cmake build options and vstudio paths 2 years ago
  Sean Parkinson 852d5169d4 ssl.c rework 2 years ago
  Sean Parkinson 25aa0af260 ssl.c break out 2 years ago
  Sean Parkinson 90f53aed34 ssl.c: move out X509 store APIs to new file 2 years ago
  Sean Parkinson 343e8bccdd ssl.c: move TXT and CONF APIs out into conf.c 2 years ago
  John Safranek d6fb454063 Fix wolfRand Build 2 years ago
  elms d1895e5679 automake: fix fips touch and cleanup 2 years ago
  tmael 0d5edfadcb Merge pull request #4837 from SparkiDev/sp_c_config 2 years ago
  Sean Parkinson 343cb0da23 SP C: when sp_c32.c ad sp_c64.c are included in build changed 2 years ago
  Sean Parkinson 0042a2594c SHA-3, ARM64: add assembly support for crypto instructions 2 years ago
  Anthony Hu 9ea40f3a9c Purge IDEA cipher 2 years ago
  David Garske 5bdaf44354 Merge pull request #4774 from anhu/kill_rabbit 2 years ago
  David Garske 40fff86807 Merge pull request #4801 from tmael/cert_rr 2 years ago
  Anthony Hu b957a6e872 Purge Rabbit cipher 2 years ago
  Tesfa Mael 1c1bd413e0 cert subset SHA2-256, ecc-256, cert gen, cryptocb 2 years ago
  Hayden Roche 58789991f9 Allow DES3 with FIPS v5-dev. 2 years ago
  David Garske 609d6442b1 Merge pull request #4753 from SparkiDev/siphash 2 years ago
  Sean Parkinson a6485a228d Add SipHash algorithm 2 years ago
  Anthony Hu c2860cb311 Get rid of HC-128 2 years ago
  Anthony Hu 81def76b18 The NIST round 3 Falcon Signature Scheme integration. 2 years ago
  Daniel Pouzzner f60cb94b82 wolfcrypt/src/include.am and src/include.am: don't disrupt modtimes of fips/async source files if they already exist. 2 years ago
  Daniel Pouzzner 87b965c964 include.am: in FIPS clauses, include wolfcrypt/src/aes_gcm_asm.S in src_libwolfssl_la_SOURCES when BUILD_AESNI, regardless of BUILD_INTELASM, as in the corresponding non-FIPS clause. 2 years ago
  Daniel Pouzzner 947a0d6a2f autotools/Makefiles: enable reproducible build by default for FIPS, and add -DHAVE_REPRODUCIBLE_BUILD to AM_CFLAGS; 2 years ago
  John Safranek 7af87e5b32 Restore the HKDF code to hmac.c. For compatibility between FIPS builds. 3 years ago
  John Safranek 6cf186696e Update the BUILD_FIPS_V4 flag to V5. Consolidate the Makefile include for the flavors of FIPS. 3 years ago
  John Safranek 2de6b3b2bd Move the KDF functions into their own source file. 3 years ago
  John Safranek df859d30f3 FIPS 140-3 3 years ago
  John Safranek f1bd79ac50 FIPS 140-3 3 years ago