Philippe Antoine
8b1ed1cf0e
Adds explicit include to stdlib.h for abort
2020-01-22 16:22:36 +01:00
Philippe Antoine
7d4bd6f15f
Checks mbedtls_rsa_export_crt return in fuzz targets
2020-01-22 14:14:18 +01:00
Philippe Antoine
66070bc19d
Checks mbedtls_rsa_export return in fuzz targets
2020-01-22 13:54:56 +01:00
Gilles Peskine
5d46f6a89b
Invoke config.py instead of config.pl
...
git grep -Fl /config.pl | xargs sed -i -e 's!/config\.pl!/config.py!g'
Also:
* Change one comment in include/mbedtls/check_config.h.
* Change PERL to PYTHON in CMakeLists.txt.
2019-09-13 11:04:23 +02:00
Darryl Green
9b9a790be6
Handle deleting non-existant files on Windows
...
If we try to delete a non-existant file using del on Windows, as
can happen when running make clean, del will throw an error. Make
the Makefiles more robust by only deleting files if they exist.
2019-08-30 15:45:46 +01:00
Janos Follath
4f055f4ca2
Use 3rdparty headers from the submodule
2019-08-29 16:12:38 +01:00
Gilles Peskine
26f3e2800d
Honor MBEDTLS_CONFIG_FILE in fuzz tests
2019-08-13 18:00:02 +02:00
Philippe Antoine
42a2ce8255
No booleans and import config
2019-07-10 14:26:31 +02:00
Philippe Antoine
a82fdd4763
Removing space before opening parenthesis
2019-07-10 13:53:40 +02:00
Philippe Antoine
b3d3127d01
Style corrections
2019-07-10 13:34:51 +02:00
Philippe Antoine
2321945e44
Syntax fix
2019-07-10 08:26:04 +02:00
Philippe Antoine
3e408d59c4
Fixes warnings from MSVC
2019-07-10 01:09:50 +02:00
Philippe Antoine
daab28a4af
checks MBEDTLS_PEM_PARSE_C
2019-06-28 12:31:23 +02:00
Philippe Antoine
48f35f50bf
Move fuzz directory to programs
2019-06-27 08:46:45 +02:00