Home
last modified time | relevance | path

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

12

/mbedtls/
A DMakefile23 all: programs tests
26 no_test: programs
28 programs: lib mbedtls_test target
29 $(MAKE) -C programs
42 programs/%:
43 $(MAKE) -C programs $*
49 generated_files: programs/generated_files
107 for p in programs/*/* ; do \
151 $(MAKE) -C programs clean
161 $(MAKE) -C programs neat
[all …]
A DREADME.md68 * Python 3.8 and some Python packages, for some library source files, sample programs and test data…
87 We require GNU Make. To build the library and the sample programs, GNU Make and a C compiler are su…
105 programs/test/selftest
113 … might run into some issues. Please check the Makefiles in `library/`, `programs/` and `tests/` fo…
133 If you disabled the test suites, but kept the programs enabled, you can still run a much smaller se…
135 programs/test/selftest
230programs. The files in tests are not generated and compiled, as these need Python and perl environ…
234 Example programs
237 We've included example programs for a lot of different features and uses in [`programs/`](programs/…
238 Please note that the goal of these sample programs is to demonstrate specific features of the libra…
A DCMakeLists.txt61 option(ENABLE_PROGRAMS "Build Mbed TLS programs." ON)
301 # and programs. This shared test code is compiled and linked to test suites and
302 # programs objects as a set of compiled objects. The compiled objects are NOT
310 # target. This library of objects is used by tests and programs CMake files
350 add_subdirectory(programs)
A D.gitignore1 # Random seed file created by test scripts and sample programs
A D.pylintrc24 # They are whole programs, not meant to be included by another module.
A DChangeLog489 * Fix missing PSA initialization in sample programs when
694 could cause a crash in programs/test/benchmark.
773 * programs/x509/cert_write:
2675 the example programs ssl_server2 and ssl_client2 to be run
2736 * Make `make clean` clean all programs always. Fixes #1862.
3110 program programs/x509/cert_write. Fixes #1422.
3806 programs/aes/aescrypt2 and programs/aes/crypt_and_hash.
4710 * Use platform.h in all test suites and programs.
5647 a consequence in library code and programs
5789 + Additional example programs to show usage
[all …]
A DLICENSE233 your programs, too.
240 in new free programs; and that you know you can do these things.
465 programs whose distribution conditions are different, write to the author
550 proprietary programs. If your program is a subroutine library, you may
/mbedtls/scripts/
A Dmemory.sh64 cd programs
74 cd programs
82 if valgrind --tool=massif --stacks=yes programs/ssl/$CLIENT >/dev/null 2>&1
108 (cd programs && make ssl/ssl_server2) >/dev/null
109 cp programs/ssl/ssl_server2 .
A Dtmp_ignore_makefiles.sh43 git update-index --assume-unchanged Makefile library/Makefile programs/Makefile tests/Makefile
46 git update-index --no-assume-unchanged Makefile library/Makefile programs/Makefile tests/Makefile
A Decc-heap.sh80 programs/test/benchmark ecdh ecdsa
A Dlcov.sh10 programs with LDFLAGS="--coverage".
A Dcommon.make125 # Auxiliary modules used by tests and some sample programs
/mbedtls/tests/scripts/
A Dall.sh1151 programs/test/selftest
1169 programs/test/selftest
1194 programs/test/selftest
1216 programs/test/selftest
1240 programs/test/selftest
2151 programs/test/cpp_dummy_build
4799 programs/test/selftest calloc
5172 programs/test/selftest
5267 programs/test/selftest
5436 programs/test/dlopen_demo.sh
[all …]
A Dtest_zeroize.gdb10 # so, the script loads the test program at programs/test/zeroize.c and sets a
36 file ./programs/test/zeroize
41 set args ./programs/test/zeroize.c
A Dbasic-in-docker.sh31 run_in_docker programs/test/selftest
/mbedtls/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/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.sh33 : ${M_SRV:=../programs/ssl/ssl_server2}
34 : ${M_CLI:=../programs/ssl/ssl_client2}
/mbedtls/ChangeLog.d/
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/programs/test/
A Dgenerate_cpp_dummy_build.sh3 DEFAULT_OUTPUT_FILE=programs/test/cpp_dummy_build.cpp
/mbedtls/tests/suites/
A Dtest_suite_test_helpers.function18 * That negative testing is done in programs/test/metatest.c. */
/mbedtls/docs/architecture/psa-migration/
A Doutcome-analysis.sh40 make -C programs ssl/ssl_server2 ssl/ssl_client2 \
A Dtesting.md52 - in `programs/ssl/ssl_client2` a new option `key_opaque` that causes the
/mbedtls/programs/fuzz/
A DREADME.md50 * Build mbedtls programs ssl_server2 and ssl_client2
/mbedtls/docs/
A D3.0-migration-guide.md778 callback type should be straightforward — see the example programs
779 `programs/ssl/ssl_client2` and `programs/ssl/ssl_server2` for callbacks
861 program `programs/ssl/ssl_client2.c`.

Completed in 45 milliseconds

12