wolfssl/cyassl/ctaocrypt
David Garske e98a0465ae tenAsys INtime RTOS port. Porting complete for mutex semaphores, threading, file, socket and RNG. Added projects for libwolfssl and wolfExamples. The wolfExamples project includes examples for wolfCrypt Test/Benchmark and wolfSSL TLS client/server. Provided reference user_settings.h with comments and enable/disable gates. Added README.md with overview and instructions. Fixed issue building master with NO_WOLFSSL_DIR defined. Added check if old TLS is enabled that SHA and MD5 are enabled. Cleanup of the wolfCrypt test use of USE_CERT_BUFFERS with file system enabled. 2017-03-13 09:48:55 -07:00
..
port/pic32 prepare for release v3.9.0 2016-03-17 16:02:13 -06:00
aes.h 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
arc4.h 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
asn.h prepare for release v3.9.0 2016-03-17 16:02:13 -06:00
asn_public.h prepare for release v3.9.0 2016-03-17 16:02:13 -06:00
blake2-impl.h prepare for release v3.9.0 2016-03-17 16:02:13 -06:00
blake2-int.h prepare for release v3.9.0 2016-03-17 16:02:13 -06:00
blake2.h prepare for release v3.9.0 2016-03-17 16:02:13 -06:00
camellia.h prepare for release v3.9.0 2016-03-17 16:02:13 -06:00
chacha.h prepare for release v3.9.0 2016-03-17 16:02:13 -06:00
coding.h prepare for release v3.9.0 2016-03-17 16:02:13 -06:00
compress.h prepare for release v3.9.0 2016-03-17 16:02:13 -06:00
des3.h 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
dh.h prepare for release v3.9.0 2016-03-17 16:02:13 -06:00
dsa.h prepare for release v3.9.0 2016-03-17 16:02:13 -06:00
ecc.h prepare for release v3.9.0 2016-03-17 16:02:13 -06:00
error-crypt.h prepare for release v3.9.0 2016-03-17 16:02:13 -06:00
fips_test.h prepare for release v3.9.0 2016-03-17 16:02:13 -06:00
hc128.h prepare for release v3.9.0 2016-03-17 16:02:13 -06:00
hmac.h 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
include.am fix fips make dist for misc.c 2015-04-11 08:47:13 -07:00
integer.h prepare for release v3.9.0 2016-03-17 16:02:13 -06:00
logging.h prepare for release v3.9.0 2016-03-17 16:02:13 -06:00
md2.h prepare for release v3.9.0 2016-03-17 16:02:13 -06:00
md4.h prepare for release v3.9.0 2016-03-17 16:02:13 -06:00
md5.h prepare for release v3.9.0 2016-03-17 16:02:13 -06:00
memory.h prepare for release v3.9.0 2016-03-17 16:02:13 -06:00
misc.h prepare for release v3.9.0 2016-03-17 16:02:13 -06:00
mpi_class.h prepare for release v3.9.0 2016-03-17 16:02:13 -06:00
mpi_superclass.h prepare for release v3.9.0 2016-03-17 16:02:13 -06:00
pkcs7.h prepare for release v3.9.0 2016-03-17 16:02:13 -06:00
poly1305.h prepare for release v3.9.0 2016-03-17 16:02:13 -06:00
pwdbased.h prepare for release v3.9.0 2016-03-17 16:02:13 -06:00
rabbit.h prepare for release v3.9.0 2016-03-17 16:02:13 -06:00
random.h prepare for release v3.9.0 2016-03-17 16:02:13 -06:00
ripemd.h prepare for release v3.9.0 2016-03-17 16:02:13 -06:00
rsa.h 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
settings.h tenAsys INtime RTOS port. Porting complete for mutex semaphores, threading, file, socket and RNG. Added projects for libwolfssl and wolfExamples. The wolfExamples project includes examples for wolfCrypt Test/Benchmark and wolfSSL TLS client/server. Provided reference user_settings.h with comments and enable/disable gates. Added README.md with overview and instructions. Fixed issue building master with NO_WOLFSSL_DIR defined. Added check if old TLS is enabled that SHA and MD5 are enabled. Cleanup of the wolfCrypt test use of USE_CERT_BUFFERS with file system enabled. 2017-03-13 09:48:55 -07:00
settings_comp.h prepare for release v3.9.0 2016-03-17 16:02:13 -06:00
sha.h prepare for release v3.9.0 2016-03-17 16:02:13 -06:00
sha256.h Fixes 2016-11-11 16:11:16 +10:00
sha512.h prepare for release v3.9.0 2016-03-17 16:02:13 -06:00
tfm.h prepare for release v3.9.0 2016-03-17 16:02:13 -06:00
types.h fix c89 build on windows 2016-04-06 11:16:40 -06:00
visibility.h prepare for release v3.9.0 2016-03-17 16:02:13 -06:00
wc_port.h prepare for release v3.9.0 2016-03-17 16:02:13 -06:00