wolfssl/IDE
David Garske 3e05118995 * Added the `tls_bench` example to the build output when threading is supported.
* Fixed some `tls_bench` build issues with various configure options.
* Moved the `WOLFSSL_PACK` and `WC_NORETURN` macros into types.h.
* Added support for `__builtin_bswap32` and `__builtin_bswap64`. Since the performance of the builtins varries by platform its off by default, but can be enabled by customer using `WOLF_ALLOW_BUILTIN`. Quick check on x86 showed the 32-bit swap performance matched, but 64-bit swap was slower.
2018-02-07 11:13:13 -08:00
..
ARDUINO Change variable name, add comment 2017-04-19 13:10:55 -06:00
GCC-ARM Fix for building with `BENCH_EMBEDDED`. Fix for building without OPENSSL_EXTRA where wolfSSL_OPENSSL_malloc assumes size_t is defined. Improvements to the GCC-ARM IDE example. 2017-12-29 08:19:21 -08:00
HEXIWEAR/wolfSSL_HW Added hexiwear to include.am and removed dev environment specific variable 2017-05-01 10:44:09 -06:00
IAR-EWARM refine dummy current_time to avoid infinit waiting loop 2017-11-27 09:03:50 +09:00
INTIME-RTOS Remove execute bit on all code files. 2017-10-23 11:16:40 -07:00
LINUX-SGX Update include.am 2018-01-30 15:39:20 -07:00
LPCXPRESSO Release v3.12.2 (lib 14.0.0). Updated copywright. 2017-10-22 15:58:35 -07:00
MDK-ARM Release v3.12.2 (lib 14.0.0). Updated copywright. 2017-10-22 15:58:35 -07:00
MDK5-ARM wolfssl_tcp_select 2018-01-18 07:25:09 +09:00
MYSQL clean up include paths for MySQL cmake build 2017-10-06 09:05:56 -06:00
OPENSTM32 Merge pull request #1116 from dgarske/stm32_hash 2017-09-28 09:35:36 -06:00
ROWLEY-CROSSWORKS-ARM Release v3.12.2 (lib 14.0.0). Updated copywright. 2017-10-22 15:58:35 -07:00
VS-ARM VS-ARM Update 2017-10-31 13:19:10 -07:00
WIN rename the file io.h to wolfio.h 2017-09-20 10:53:11 -06:00
WIN-SGX
WORKBENCH fix VxWorks README formatting 2017-05-16 09:21:54 -06:00
XCODE * Added the `tls_bench` example to the build output when threading is supported. 2018-02-07 11:13:13 -08:00
include.am Moved to IDE/XCODE. Fixed build warnings with xcode. Updated the `user_settings.h` to support fast math, ECC, timing resistance, single precision math, ARMv8, SHA3, ChaCha20/Poly1305, Ed/Curve25519 and ensure default disables are defined. Added Xcode iOS benchmark example. Runs wolfCrypt test, wolfCrypt benchmark and the new TLS benchmark by cipher suite. 2017-12-07 11:02:19 +01:00