Home
last modified time | relevance | path

Searched refs:programs (Results 1 – 25 of 29) sorted by relevance

12

/mbedtls-development/
A DMakefile9 all: programs tests
12 no_test: programs
14 programs: lib mbedtls_test target
15 $(MAKE) -C programs
28 programs/%:
29 $(MAKE) -C programs $*
35 generated_files: programs/generated_files
114 $(MAKE) -C programs clean
124 $(MAKE) -C programs neat
143 programs/test/selftest
[all …]
A DREADME.md49 * Python 3.6 to generate the test code, and to generate sample programs in the development branch.
62 * Python 3, for some sample programs and test data.
77 We require GNU Make. To build the library and the sample programs, GNU Make and a C compiler are su…
95 programs/test/selftest
103 … might run into some issues. Please check the Makefiles in `library/`, `programs/` and `tests/` fo…
123 If you disabled the test suites, but kept the programs enabled, you can still run a much smaller se…
125 programs/test/selftest
220programs. The files in tests are not generated and compiled, as these need Python and perl environ…
224 Example programs
227 We've included example programs for a lot of different features and uses in [`programs/`](programs/…
[all …]
A DCMakeLists.txt45 option(ENABLE_PROGRAMS "Build mbed TLS programs." ON)
254 # and programs. This shared test code is compiled and linked to test suites and
255 # programs objects as a set of compiled objects. The compiled objects are NOT
263 # target. This library of objects is used by tests and programs CMake files
276 add_subdirectory(programs)
293 COMMAND programs/test/selftest
A D.gitignore1 # Random seed file created by test scripts and sample programs
A D.pylintrc23 # They are whole programs, not meant to be included by another module.
A DChangeLog421 * Fix the setting of the read timeout in the DTLS sample programs.
1224 the example programs ssl_server2 and ssl_client2 to be run
1285 * Make `make clean` clean all programs always. Fixes #1862.
1378 client programs to fail at the peer's certificate verification
1659 program programs/x509/cert_write. Fixes #1422.
2355 programs/aes/aescrypt2 and programs/aes/crypt_and_hash.
3259 * Use platform.h in all test suites and programs.
4196 a consequence in library code and programs
4223 * Added rsa_encrypt and rsa_decrypt simple example programs.
4338 + Additional example programs to show usage
[all …]
/mbedtls-development/scripts/
A Dmemory.sh76 cd programs
86 cd programs
94 if valgrind --tool=massif --stacks=yes programs/ssl/$CLIENT >/dev/null 2>&1
120 (cd programs && make ssl/ssl_server2) >/dev/null
121 cp programs/ssl/ssl_server2 .
A Dtmp_ignore_makefiles.sh55 git update-index --assume-unchanged Makefile library/Makefile programs/Makefile tests/Makefile
58 git update-index --no-assume-unchanged Makefile library/Makefile programs/Makefile tests/Makefile
A Decc-heap.sh80 programs/test/benchmark
/mbedtls-development/programs/
A DREADME.md1 Mbed TLS sample programs
4 …ry mostly contains sample programs that illustrate specific features of the library, as well as a …
20 …y algorithms (RSA or ECC) and writes it to a file that can be used by the other pk sample programs.
36 …: generates an RSA key and writes it to a file that can be used with the other RSA sample programs.
44 …_server.c): secure channel demonstrators (client, server). This pair of programs illustrates how t…
83 Note: unlike most of the other programs under the `programs/` directory, these two programs are not…
/mbedtls-development/tests/scripts/
A Dall.sh306 rm -rf programs/test/cmake_package/build
544 … git checkout -- Makefile library/Makefile programs/Makefile tests/Makefile programs/fuzz/Makefile
893 programs/test/selftest
908 programs/test/selftest
930 programs/test/selftest
1489 make TEST_CPP=1 lib programs
1492 programs/test/cpp_dummy_build
2175 programs/test/selftest calloc
2707 cd programs/test/cmake_subproject
2720 cd programs/test/cmake_package
[all …]
A Dtest_zeroize.gdb22 # so, the script loads the test program at programs/test/zeroize.c and sets a
48 file ./programs/test/zeroize
53 set args ./programs/test/zeroize.c
A Dcheck-generated-files.sh125 check scripts/generate_psa_constants.py programs/psa/psa_constant_names_generated.c
A Dbasic-in-docker.sh39 run_in_docker programs/test/selftest
/mbedtls-development/tests/
A DDescriptions.txt2 The various 'test_suite_XXX' programs from the 'tests' directory, executed
8 The 'programs/test/selftest' program runs the 'XXX_self_test()' functions
A Dcompat.sh40 : ${M_SRV:=../programs/ssl/ssl_server2}
41 : ${M_CLI:=../programs/ssl/ssl_client2}
A Dssl-opt.sh45 : ${P_SRV:=../programs/ssl/ssl_server2}
46 : ${P_CLI:=../programs/ssl/ssl_client2}
47 : ${P_PXY:=../programs/test/udp_proxy}
/mbedtls-development/ChangeLog.d/
A Dno-strerror.txt2 * Fix the build of sample programs when neither MBEDTLS_ERROR_C nor
A D00README.md10 * Bug fixes in the library or in sample programs: fixing a security hole,
13 * New features in the library, new sample programs, or new platform support.
/mbedtls-development/programs/test/
A Dgenerate_cpp_dummy_build.sh3 DEFAULT_OUTPUT_FILE=programs/test/cpp_dummy_build.cpp
/mbedtls-development/programs/fuzz/
A DREADME.md50 * Build mbedtls programs ssl_server2 and ssl_client2
/mbedtls-development/scripts/data_files/
A Dvs6-app-template.dsp88 SOURCE=..\..\programs\<PATHNAME>.c
/mbedtls-development/docs/
A D3.0-migration-guide.md750 callback type should be straightforward — see the example programs
751 `programs/ssl/ssl_client2` and `programs/ssl/ssl_server2` for callbacks
833 program `programs/ssl/ssl_client2.c`.
/mbedtls-development/docs/architecture/testing/
A Dinvasive-testing.md34programs, it's ok to include internal header files from `library/`. Do not define non-public inte…
/mbedtls-development/tests/suites/
A Dtest_suite_rsa.data154 # The test data has been generated by signing a test file using `programs/pkey/rsa_sign` after maki…

Completed in 38 milliseconds

12