Anthony Hu
|
c2860cb311
|
Get rid of HC-128
|
2022-01-17 18:11:54 -05:00 |
Jacob Barthelmeh
|
9ec9ace7ea
|
adding kdf.c to IDE builds
|
2021-10-28 16:19:18 -06:00 |
elms
|
f1a0d00f4e
|
GCC Makefile: wrap async and selftest
|
2021-09-30 15:51:19 -07:00 |
elms
|
2dfc3f308b
|
GCC makefile: Add other missing source files
|
2021-09-30 14:25:15 -07:00 |
elms
|
f46f69c1dc
|
GCC makefile: Add ed448 files
|
2021-09-29 08:17:44 -07:00 |
Elms
|
23f4aadf27
|
GCC makefile: allow overriding and provide more flexibility
- older GCC and additional platforms
- `NO_EXAMPLES` to exclude building .o files
- add FIPS optional
|
2021-09-23 14:55:34 -07:00 |
David Garske
|
135cf1680f
|
Fixes for building with SP Cortex-M ASM in Rowley CrossWorks and the generic IDE/GCC-ARM examples.
|
2020-09-18 09:15:21 -07:00 |
David Garske
|
ee45cfdbcb
|
Refactor and rename of cryptodev to cryptocb. Refactor API names from `wc_CryptoDev` to use `wc_CryptoCb`. Backwards compatibility is retained for anyone using old `WOLF_CRYPTO_DEV` name. Added comment about fall-through case when CryptoCb return `NOT_COMPILED_IN`.
|
2019-01-17 11:01:14 -08:00 |
David Garske
|
f44d42b1c8
|
Enhancements to the GCC-ARM example to support FIPS and additional build options. Added examples for memory overrides and standard library overrides. Fixes for building without test, benchmark or TLS. Changed the ARM startup code to only work for the Cortex M0 example using the define `USE_WOLF_ARM_STARTUP`.
|
2018-08-13 12:22:14 -06:00 |
David Garske
|
f71047ef2d
|
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 |
David Garske
|
7f30397252
|
Remove execute bit on all code files.
|
2017-10-23 11:16:40 -07:00 |
David Garske
|
c4052607d7
|
Updated README.md to include instructions for how to build on a different ARM architecture (like Raspberry Pi CortexA53). Moved the `-T` into `SRC_LD` so its easier to disable.
|
2017-10-04 13:53:39 -07:00 |
David Garske
|
614736cbb2
|
Add code to detect if Cortex M series and disable architecture specific code in `armtarget.c`. Improved `Makefile.common` to include toolchain prefix.
|
2017-10-04 13:53:39 -07:00 |
David Garske
|
a02903c43e
|
Improvements to Makefile templates. Added missing Makefile. Added new static library support.
|
2017-10-04 13:53:39 -07:00 |
David Garske
|
2d67f46247
|
Minor cleanups for the GCC ARM example. Fixed build with DH enabled. Changed random.h to always make sure `CUSTOM_RAND_TYPE` is defined. Added TLS13 option to reference user_settings.h.
|
2017-10-04 13:53:39 -07:00 |
David Garske
|
69b25ee508
|
Added simple GCC ARM `gcc-arm-none-eabi` Makefile project example for wolfCrypt test/benchmark and wolfSSL Client.
|
2017-10-04 13:53:39 -07:00 |