David Garske
|
441c0492f6
|
Fixes for missing `mp_add_d`. Fix for IDE/GCC-ARM user_settings.h to remove redudant USE_FAST_MATH option.
|
2018-09-26 08:34:08 -07: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 |
John Safranek
|
2f638a0ae1
|
GCC-ARM README Update
Added directions for building wolfSSL using the gcc-arm-none-eabi tools.
|
2018-07-11 16:05:02 -07:00 |
David Garske
|
2e6c195b43
|
GCC-ARM IDE improvements:
* Added documentation for `ECC_USER_CURVES`.
* Added option for RSA PSS padding support.
|
2018-04-24 15:26:53 -07:00 |
David Garske
|
e564c973b6
|
Refactor IO callback function names to use `_CTX_` to eliminate confusion about the first parameter.
|
2018-03-21 16:08:55 -07: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
|
5a5fea7b46
|
Add `USE_SLOW_SHA256` and `USE_SLOW_SHA512` options for reduced code size of SHA. Existing `USE_SLOW_SHA2` applies for SHA512 only. Cleanup formatting of the sha256.c and sha512.c code. Added new `./configure --lowresource` option, which defines the memory reduction defines. Fix for `make check` resume.test scipt with `NO_SESSION_CACHE` defined.
|
2017-11-09 11:05:28 -08:00 |
David Garske
|
7f30397252
|
Remove execute bit on all code files.
|
2017-10-23 11:16:40 -07:00 |
David Garske
|
911b6f95f8
|
Release v3.12.2 (lib 14.0.0). Updated copywright.
|
2017-10-22 15:58:35 -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
|
6058362970
|
Fix bug in `user_settings.h` which was incorrectly setting FP_MAX_BITS to 512 when RSA was enabled. This resulted in `RSA_FUNCTION MP_EXPTMOD_E: memory/config problem`.
|
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
|
d88d8c3ed8
|
Updates to GCC ARM README.md for the ARCHFLAGS and correct file to update.
|
2017-10-04 13:53:39 -07:00 |
David Garske
|
d4b18a6d3f
|
Added warning for IO callback stubs to make sure they get implemented.
|
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 |