Andras Fekete
|
f3761ed28e
Since no one uses this, we should remove commit hooks
|
9 months ago |
gojimmypi
|
d5b6aa318c
no WSL/Windows git hooks copy for autogen.sh
|
1 year ago |
Andras Fekete
|
25f542adb4
Clean up compile errors
|
1 year ago |
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 years ago |
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.
|
3 years ago |
Daniel Pouzzner
|
ab4c96292b
autogen.sh: disable WARNINGS=all until autotools config is fixed.
|
3 years ago |
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.
|
3 years ago |
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.
|
3 years ago |
David Garske
|
86101468fc
Fixes for know wolfSSL build issues in the following cases:
|
5 years ago |
John Safranek
|
19da916102
Test Fixes
|
6 years ago |
John Safranek
|
f6fe3744a7
FIPS Update
|
6 years ago |
Chris Conlon
|
ad53037852
add CAVP selftest option for special build
|
6 years ago |
John Safranek
|
6fdbe02291
ECC FIPS
|
7 years ago |
David Garske
|
c1640e8a3d
Intel QuickAssist (QAT) support and async enhancements/fixes:
|
7 years ago |
John Safranek
|
4087f6904c
Treat project directory as in version control if .git is
|
8 years ago |
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.
|
8 years ago |
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 years ago |
toddouska
|
52cdf85e26
move touch fips files for non fips distribution to autogen.sh for cleaner autoconf handling
|
9 years ago |
John Safranek
|
95db44def3
remove autogen clone of fips repo; pre-push runs fips-check if fips directory exists
|
9 years ago |
John Safranek
|
e1513c30d2
added a pre-push hook. move fips test to pre-push check
|
9 years ago |
John Safranek
|
f7235819d2
bugfix in the FIPS check script
|
10 years ago |
John Safranek
|
65c0dd4f8a
Added fips-check script when running commit-tests.
|
10 years ago |
toddouska
|
8e5dab1ef3
clang can't use pthread(s) flag
|
11 years ago |
Brian Aker
|
db20b61e51
Update autoconf rules. Fixes bug url to point to github issues.
|
11 years ago |
toddouska
|
e482c00cb1
only setup precommit hook for git, github allows non git downloads through tags and zips
|
11 years ago |
Brian Aker
|
994fc1f8e3
This add the generic structure required to have pkgconfig work.
|
12 years ago |
toddouska
|
aafe14ebc4
add pre-commit hook and tests, put into autogen
|
12 years ago |
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
|
13 years ago |
Jacob Appelbaum
|
f75b9b86d5
This adds an autogen.sh script; it will generate configure scripts
|
13 years ago |