mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-27 12:52:21 +01:00
- Added support for Deos with no file system - Implemented a custom malloc since reusing and freeing memory is disallowed in avionics and mission critical applications. - Added TLS client and server example with a TCP setup mailbox transport - Timer starts at an offset of CURRENT_UNIX_TIMESTAMP specified by the user - Uses rand_r() as a pseudo random number generator and uses the current time in seconds as a seed - Uses strnicmp for XSTRNCASECMP instead of strncasecmp - a readme doc included
10 lines
302 B
Plaintext
10 lines
302 B
Plaintext
# vim:ft=automake
|
|
# included from Top Level Makefile.am
|
|
# All paths should be given relative to the root
|
|
|
|
EXTRA_DIST += \
|
|
IDE/ECLIPSE/DEOS/README.md \
|
|
IDE/ECLIPSE/DEOS/user_settings.h \
|
|
IDE/ECLIPSE/DEOS/tls_wolfssl.h \
|
|
IDE/ECLIPSE/DEOS/tls_wolfssl.c \
|
|
IDE/ECLIPSE/DEOS/deos_malloc.c |