提交歷史

作者 SHA1 備註 提交日期
  Daniel Pouzzner abfc788389 script cleanup: use #!/bin/bash on all scripts that use "echo -e" (/bin/sh is sometimes a non-Bourne/non-POSIX shell, e.g. dash/ash, with no support for "echo -e"); fix whitespace. 2 年之前
  Daniel Pouzzner fb49d814c5 configure.ac and autogen.sh: fix warnings in configure.ac, and enable WARNINGS=all,error in autogen.sh. also, remove --verbose to avoid obscuring warning output. 2 年之前
  Daniel Pouzzner ab4c96292b autogen.sh: disable WARNINGS=all until autotools config is fixed. 2 年之前
  Daniel Pouzzner e9332c1ce4 autogen.sh: refactor to not disrupt modtimes of fips/async source files if they already exist. also, assert success on any file ops, and properly export WARNINGS to autoreconf. 2 年之前
  Daniel Pouzzner f8d1befdff autogen.sh: leave .git/hooks/pre-{commit,push} alone unless they don't exist, to allow for local ecosystem-dependent customizations of the hooks. 2 年之前
  David Garske 86101468fc Fixes for know wolfSSL build issues in the following cases: 5 年之前
  John Safranek 19da916102 Test Fixes 6 年之前
  John Safranek f6fe3744a7 FIPS Update 6 年之前
  Chris Conlon ad53037852 add CAVP selftest option for special build 6 年之前
  John Safranek 6fdbe02291 ECC FIPS 6 年之前
  David Garske c1640e8a3d Intel QuickAssist (QAT) support and async enhancements/fixes: 7 年之前
  John Safranek 4087f6904c Treat project directory as in version control if .git is 7 年之前
  David Garske 17a34c5899 Added asynchronous wolfCrypt RSA, TLS client and Cavium Nitrox V support. Asynchronous wolfSSL client support for "DoServerKeyExchange", "SendClientKeyExchange", "SendCertificateVerify" and "DoCertificateVerify". Fixes for async DTLS. Refactor of the wolf event and async handling for use in wolfCrypt. Refactor of the async device support so its hardware agnostic. Added Cavium Nitrox V support (Nitrox tested using SDK v0.2 CNN55XX-SDK with new configure "--with-cavium-v=/dir" option). Moved Nitrox specific functions to new port file "port/cavium/cavium_nitrox.c". RSA refactor to handle async with states. RSA optimization for using dpraw for private key decode. Use double linked list in wolf event for faster/cleaner code. Use typedef for wolf event flag. Cleanup of the async error codes. wolfCrypt test and benchmark support for async RSA. Asynchronous mode enabled using "./configure --enable-asynccrypt". If no async hardware is defined then the internal async simulator (WOLFSSL_ASYNC_CRYPT_TEST) is used. Note: Using async mode requires async.c/h files from wolfSSL. If interested in using asynchronous mode please send email to info@wolfssl.com. 7 年之前
  David Garske e1787fe160 Added "--enable-asynccrypt" option for enabling asynchronous crypto. This includes a refactor of SendServerKeyExchange and DoClientKeyExchange to support WC_PENDING_E on key generation, signing and verification. Currently uses async simulator (WOLFSSL_ASYNC_CRYPT_TEST) if cavium not enabled. All of the examples have been updated to support WC_PENDING_E on accept and connect. A generic WOLF_EVENT infrastructure has been added to support other types of future events and is enabled using "HAVE_WOLF_EVENT". Refactor the ASN OID type (ex: hashType/sigType) to use a more unique name. The real "async.c" and "async.h" files are in a private repo. 8 年之前
  toddouska 52cdf85e26 move touch fips files for non fips distribution to autogen.sh for cleaner autoconf handling 8 年之前
  John Safranek 95db44def3 remove autogen clone of fips repo; pre-push runs fips-check if fips directory exists 8 年之前
  John Safranek e1513c30d2 added a pre-push hook. move fips test to pre-push check 8 年之前
  John Safranek f7235819d2 bugfix in the FIPS check script 9 年之前
  John Safranek 65c0dd4f8a Added fips-check script when running commit-tests. 9 年之前
  toddouska 8e5dab1ef3 clang can't use pthread(s) flag 10 年之前
  Brian Aker db20b61e51 Update autoconf rules. Fixes bug url to point to github issues. 10 年之前
  toddouska e482c00cb1 only setup precommit hook for git, github allows non git downloads through tags and zips 11 年之前
  Brian Aker 994fc1f8e3 This add the generic structure required to have pkgconfig work. 11 年之前
  toddouska aafe14ebc4 add pre-commit hook and tests, put into autogen 11 年之前
  Todd A Ouska 5d49bf7cb0 Brian Aker commits plus some minor changes like AM_CFLAGS getting AC_SUBST and --enable-xxx #ifdef to new header layout 12 年之前
  Jacob Appelbaum f75b9b86d5 This adds an autogen.sh script; it will generate configure scripts 13 年之前