John Safranek
|
4087f6904c
|
Treat project directory as in version control if .git is
either directory or file.
|
2016-09-15 16:09:27 -07:00 |
|
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.
|
2016-08-15 13:59:41 -06:00 |
|
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.
|
2016-03-17 13:31:03 -07:00 |
|
toddouska
|
52cdf85e26
|
move touch fips files for non fips distribution to autogen.sh for cleaner autoconf handling
|
2015-10-14 09:18:05 -07:00 |
|
John Safranek
|
95db44def3
|
remove autogen clone of fips repo; pre-push runs fips-check if fips directory exists
|
2015-07-30 16:33:14 -07:00 |
|
John Safranek
|
e1513c30d2
|
added a pre-push hook. move fips test to pre-push check
|
2015-07-30 14:24:45 -07:00 |
|
John Safranek
|
f7235819d2
|
bugfix in the FIPS check script
|
2014-11-24 12:50:55 -08:00 |
|
John Safranek
|
65c0dd4f8a
|
Added fips-check script when running commit-tests.
|
2014-11-19 12:00:04 -08:00 |
|
toddouska
|
8e5dab1ef3
|
clang can't use pthread(s) flag
|
2013-09-20 10:34:29 -07:00 |
|
Brian Aker
|
db20b61e51
|
Update autoconf rules. Fixes bug url to point to github issues.
|
2013-09-15 00:13:30 -07:00 |
|
toddouska
|
e482c00cb1
|
only setup precommit hook for git, github allows non git downloads through tags and zips
|
2013-03-13 10:06:08 -07:00 |
|
Brian Aker
|
994fc1f8e3
|
This add the generic structure required to have pkgconfig work.
I also fixed autogen.sh to do some magic on warnings/errors based on whether code comes from github or not.
|
2012-10-26 02:06:06 -04:00 |
|
toddouska
|
aafe14ebc4
|
add pre-commit hook and tests, put into autogen
|
2012-08-09 16:42:18 -07:00 |
|
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
|
2011-08-24 15:54:58 -07:00 |
|
Jacob Appelbaum
|
f75b9b86d5
|
This adds an autogen.sh script; it will generate configure scripts
Signed-off-by: Jacob Appelbaum <jacob@appelbaum.net>
|
2011-03-11 10:24:45 -08:00 |
|