Commit History

Upphovsman SHA1 Meddelande Datum
  David Garske 00dd22adc4 Merge pull request #3464 from SparkiDev/sha512_valgrind_fix 3 år sedan
  Sean Parkinson 235ea98b90 SHA-512 AVX2: use register for wk other than rsp 3 år sedan
  toddouska b76ac0b842 Merge pull request #3442 from SparkiDev/config_fix_2 3 år sedan
  toddouska e52efc7a8a Merge pull request #3441 from SparkiDev/ecdsa_vfy_safe 3 år sedan
  toddouska 2acef1c114 Merge pull request #3436 from haydenroche5/chacha_msvc_fix 3 år sedan
  toddouska 63bf5dc56c Merge pull request #3426 from SparkiDev/rsa_pss_fix 3 år sedan
  toddouska 3cce86d7a8 Merge pull request #3420 from dgarske/small_pk 3 år sedan
  toddouska 9f9901e10e Merge pull request #3417 from douzzer/fix-ipv6-ocsp-tests 3 år sedan
  David Garske f8176dd646 Merge pull request #3454 from SparkiDev/sp_def_fix 3 år sedan
  Sean Parkinson b3f6c483bf SP C64/32: Fix define check 3 år sedan
  John Safranek 29c7351fe0 Merge pull request #3383 from kaleb-himes/ACVP_TESTING_UPDATE 3 år sedan
  Chris Conlon 87abb5257e Merge pull request #3447 from dgarske/microchip 3 år sedan
  JacobBarthelmeh a411dab74f Merge pull request #3410 from cconlon/zd11001 3 år sedan
  David Garske 0df5079f8b Fixes for building with Microchip. The min/max patch allows non PIC32MZ parts to build in MPLABX. The cryptoauthlib already defines `SHA_BLOCK_SIZE`, so undef to prevent redef error. 3 år sedan
  Chris Conlon 54fe98716d Merge pull request #3415 from kojo1/config-options 3 år sedan
  David Garske e4f3f8b80a Further tuning of the zero trim / is leading set logic for new ECC signature encoding/decoding API's. 3 år sedan
  Sean Parkinson bd3841c7d1 Merge pull request #3444 from julek-wolfssl/aad-reset 3 år sedan
  David Garske 95c8a48285 Trim leading zero's first, then check for MSB being set. 3 år sedan
  Juliusz Sosinowicz aff14091e0 AAD should be reset on Init call 3 år sedan
  Sean Parkinson 320afab227 Configuration fixes 3 år sedan
  Sean Parkinson 32ea0910de ECDSA verification: handle doubling of infinity 3 år sedan
  David Garske ef7a987759 Peer review fixes. 3 år sedan
  Daniel Pouzzner 7d177e78d7 don't include wolfssl/options.h in logging.c, use AM_CFLAGS (not wolfssl/options.h) to communicate HAVE_WC_INTROSPECTION to the compiler, and use config.h (not wolfssl/options.h) to communicate LIBWOLFSSL_CONFIGURE_ARGS and LIBWOLFSSL_GLOBAL_CFLAGS to the compiler (for logging.c). 3 år sedan
  Daniel Pouzzner fda84576b0 name the new introspection routines wolfSSL_configure_args() and wolfSSL_global_cflags() for consistency, and move the prototypes to logging.h. 3 år sedan
  Daniel Pouzzner 139b0431cb ocsp-stapling*.test: prefix waited servers with "timeout 60" to avoid deadlock failure modes; grep output from "openssl s_client" in "test interop fail case" for expected error message ("self signed certificate in certificate chain"). 3 år sedan
  Daniel Pouzzner a5d96721ac wolfcrypt/src: remove wc_debug.c and move its contents to logging.c. 3 år sedan
  Daniel Pouzzner 0568ec304f pass -4 flag to openssl and nc only when IPV6_SUPPORTED. 3 år sedan
  Daniel Pouzzner 94a3f86dcd scripts/ocsp-stapling*.test: check if IPv6 is supported by the installed openssl and nc executables, and if not, don't attempt to wrestle the version. with no IPv6 support, and an --enable-ipv6 wolfssl build, skip the test entirely. also, restore a couple -b (bind-all-interfaces) flags to examples/server/server recipes in case that's useful. 3 år sedan
  Daniel Pouzzner 94d4ea3a57 examples/client/client.c:client_usage_msg[][]: add correct sensing and reporting of WOLFSSL_SP_4096. 3 år sedan
  Daniel Pouzzner 1ba0883f4c introspection tweaks: rename wolfcrypt/src/debug.c to wolfcrypt/src/wc_debug.c; restore BUILD_WC_DEBUG gating for autotools inclusion of wc_debug.o and disable opportunistically when ENABLED_LEANTLS, ENABLED_LEANPSK, or ENABLED_LOWRESOURCE; add HAVE_WC_INTROSPECTION gate for libwolfssl_configure_args() and libwolfssl_global_cflags(). 3 år sedan