Daniel Pouzzner
|
1c68da282c
|
portability enhancement: use "#!/usr/bin/env <interpreter>" on all perl scripts and shell scripts that use bash extensions, and use "#!/bin/sh" on the rest.
|
2024-08-20 13:48:33 -05:00 |
|
Daniel Pouzzner
|
abfc788389
|
script cleanup: use #!/bin/bash on all scripts that use "echo -e" (/bin/sh is sometimes a non-Bourne/non-POSIX shell, e.g. dash/ash, with no support for "echo -e"); fix whitespace.
|
2022-03-09 12:28:22 -06:00 |
|
Anthony Hu
|
b957a6e872
|
Purge Rabbit cipher
|
2022-01-28 13:13:53 -05:00 |
|
Anthony Hu
|
c2860cb311
|
Get rid of HC-128
|
2022-01-17 18:11:54 -05:00 |
|
David Garske
|
2c3475c1d6
|
Added new build option --enable-memtest or WOLFSSL_FORCE_MALLOC_FAIL_TEST which enables random malloc failures for testing. This test supresses the abort() calls to detect seg faults. A new script ./scripts/memtest.sh starts the test. If an issue is found it can be reviewed with the ./scripts/memtest.txt log and reproduced using the seed printed at top of unit test as --- RNG MALLOC FAIL AT 295--- and rerun using ./tests/unit.test 295 .
|
2018-07-30 13:53:35 -07:00 |
|