TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls.git
/
3775c9b48f39e80cdd527245d54ec6a88d3f4fae
/
programs
3775c9b
programs: selftest: remove direct call to mbedtls_platform_entropy_poll()
by Valerio Setti
· 4 months ago
73bd210
tests: remove usage of MBEDTLS_NO_PLATFORM_ENTROPY
by Valerio Setti
· 4 months ago
748e24d
Merge pull request #10143 from diopoex/development
by Gilles Peskine
· 3 months ago
ad6953f
Merge pull request #10114 from felixc-arm/switch-to-which-aes
by David Horstmann
· 3 months ago
4156c49
Merge pull request #10122 from felixc-arm/move-public-headers
by Gilles Peskine
· 3 months ago
9949f00
Add tf-psa-crypto/programs/test/which_aes to Makefile
by Felix Conway
· 4 months ago
b12205c
Removed use of mbedtls_cipher_info from ssl_context_info.c
by diopoex
· 4 months ago
232da48
Merge pull request #9421 from mfil/feature/implement_tls_exporter
by David Horstmann
· 4 months ago
61bd272
Check include/mbedtls exists before including from it
by Felix Conway
· 4 months ago
e6605f9
Adjust build scripts to accommodate public header move
by Felix Conway
· 4 months ago
ed4a2b4
Merge branch 'development-restricted' into merge-from-restricted
by Manuel Pégourié-Gonnard
· 4 months ago
22728dc
Use mbedtls_calloc, not regular calloc
by Max Fillinger
· 9 months ago
144ccce
Fix memory leak in example programs
by Max Fillinger
· 9 months ago
2fe35f6
Create MBEDTLS_SSL_KEYING_MATERIAL_EXPORT option
by Max Fillinger
· 9 months ago
281fb79
Remove TLS 1.2 Exporter if we don't have randbytes
by Max Fillinger
· 10 months ago
dbe8645
Fix typos in comments
by Max Fillinger
· 10 months ago
7b72220
Fix coding style
by Max Fillinger
· 11 months ago
81dfc88
Actually set exporter defaults in ssl_client2
by Max Fillinger
· 12 months ago
b2718e1
Add TLS-Exporter options to ssl_client2
by Max Fillinger
· 1 year ago
32ba7f4
Add TLS-Exporter options to ssl_server2
by Max Fillinger
· 1 year ago
e57ea21
Merge pull request #10042 from bjwtaylor/remove-ssl-conf
by Manuel Pégourié-Gonnard
· 4 months ago
b9f83b3
Remove srand from fuzz
by Ben Taylor
· 5 months ago
47111a1
initial remove of mbedtls_ssl_conf_rng
by Ben Taylor
· 5 months ago
fc66d58
Delete some sample programs
by Ben Taylor
· 6 months ago
440cb2a
Remove RNG from x509 and PK
by Ben Taylor
· 5 months ago
858b829
Add define to fuzz/common.c and ssl/ssl_test_lib.c
by Felix Conway
· 4 months ago
998760a
Define MBEDTLS_DECLARE_PRIVATE_IDENTIFIERS in every sample program
by Felix Conway
· 4 months ago
58535da
Only check for certificates if it is supported
by Gabor Mezei
· 5 months ago
e99e591
Remove key exchange based on encryption/decryption
by Gabor Mezei
· 5 months ago
4515d10
Merge pull request #10039 from bjwtaylor/remove-rng-from-ssl
by Manuel Pégourié-Gonnard
· 5 months ago
gh-readonly-queue/development/pr-10039-94b99721246b48e34969e05c8489c1ccf87e8e86
7134e52
programs -> ssl_client2.c: Added option renego_delay to set record buffer depth.
by Minos Galanakis
· 5 months ago
a2a0c2c
Merge remote-tracking branch 'origin/features/tls-defragmentation/development' into feature_merge_defragmentation_dev
by Minos Galanakis
· 5 months ago
0cfe54e
remove RNG parameters from SSL API's
by Ben Taylor
· 5 months ago
2e5a7ea
Fix Doxygen markup
by Gilles Peskine
· 6 months ago
12e67ea
programs: remove DHM_C usage from selftest
by Valerio Setti
· 6 months ago
73cd415
programs: remove DHM_C from ssl_client2 and ssl_server2
by Valerio Setti
· 6 months ago
540e7f3
programs: remove dh_client and dh_server
by Valerio Setti
· 6 months ago
f8244d4
programs: update .gitignore
by Valerio Setti
· 6 months ago
34b4aa1
programs: move benchmark to tf-psa-crypto repo
by Valerio Setti
· 6 months ago
e5054e4
mbedtls_ssl_set_hostname tests: baseline
by Gilles Peskine
· 6 months ago
eb63613
Make guards more consistent between X.509-has-certs and SSL-has-certs
by Gilles Peskine
· 6 months ago
86a66ed
Fix Doxygen markup
by Gilles Peskine
· 6 months ago
f6fb2f0
Update documentation regarding test_zeroize
by Harry Ramsey
· 6 months ago
53ba6ad
Update paths for moved program files in CMakeLists
by Harry Ramsey
· 6 months ago
c19b8e8
Update include paths in C files
by Harry Ramsey
· 6 months ago
2543ec0
Update paths for moved program files in makefiles
by Harry Ramsey
· 6 months ago
b14141d
Move programs out of Mbed TLS
by Harry Ramsey
· 6 months ago
837130c
Improve Changelog and correct alg selection
by Ben Taylor
· 6 months ago
0c29cf8
Move ssl_ticket to the PSA API
by Ben Taylor
· 6 months ago
bc7c523
Remove uses of secp244k1
by Gilles Peskine
· 7 months ago
a747fa6
make: Fix psa_constant_names_generated.c generation
by Ronald Cron
· 8 months ago
5096b4c
Revert "Remove mbedtls_test"
by Ronald Cron
· 8 months ago
8392f18
Move build of PSA programs to tf-psa-crypto
by Ronald Cron
· 8 months ago
a13d404
Merge pull request #9717 from Harry-Ramsey/move-programs-psa-tf-psa-crypto-development
by Ronald Cron
· 8 months ago
1fe5277
Remove unnecessary error.h inclusions
by Ronald Cron
· 9 months ago
6924564
Move back timing.c to mbedtls
by Ronald Cron
· 9 months ago
d5331ff
cmake: Move cert.o to mbedtls_test_helpers library of objects
by Ronald Cron
· 9 months ago
af05941
Revert program CC output in Makefile
by Harry Ramsey
· 9 months ago
20d3cf2
Update programs/Makefile path
by Harry Ramsey
· 9 months ago
8ee1b5d
Update gitignore
by Harry Ramsey
· 9 months ago
fb4824b
Fix incorrect paths to generate_psa_constants.py
by Harry Ramsey
· 9 months ago
91c0d46
Use static paths in makefile for programs
by Harry Ramsey
· 9 months ago
e1d6f74
Move generate_psa_constants.py to tf-psa-crypto
by Harry Ramsey
· 9 months ago
fae7411
Refactor programs/Makefile
by Harry Ramsey
· 9 months ago
d66fb84
Adjust psa program paths in CMakeLists
by Harry Ramsey
· 9 months ago
e1d70a0
Adjust psa program paths in Makefile
by Harry Ramsey
· 10 months ago
ced2605
Move psa programs to tf-psa-crypto directory
by Harry Ramsey
· 10 months ago
b4dcb95
Add SSL-related test includes to ssl programs
by David Horstmann
· 9 months ago
d2cabf2
Add missing extra include path to fuzzer programs
by David Horstmann
· 9 months ago
5b93d97
Update references to test helpers
by David Horstmann
· 9 months ago
939ce9d
Remove mbedtls_test
by Ronald Cron
· 9 months ago
8126a68
cmake: Rename mbedcrypto library to tfpsacrypto
by Ronald Cron
· 9 months ago
b7d0e52
cmake: Rename mbedcrypto target to tfpsacrypto
by Ronald Cron
· 9 months ago
fc140d0
Merge pull request #9672 from gilles-peskine-arm/coverity-20241004
by Paul Elliott
· 9 months ago
cd0fb1d
Merge pull request #9105 from jetm/ssl-client2-get-req-host
by Bence Szépkúti
· 9 months ago
gh-readonly-queue/development/pr-9105-467b487d95abb91f57a316a7d5cda15b9341acdd
3e9cc2c
key_ladder_demo: Initialize additional data to all zeroes
by Ronald Cron
· 10 months ago
b247898
cmake: GNU GCC: Set base compile options target by target
by Ronald Cron
· 10 months ago
9c66405
Disable strerror in test programs
by Harry Ramsey
· 10 months ago
3901af5
Add x509 library to utility programs
by Harry Ramsey
· 10 months ago
1392017
Remove unreachable assignments
by Gilles Peskine
· 10 months ago
713127d
dtls_server: allow unexpected messages during handshake
by Gilles Peskine
· 10 months ago
5333425
Always call psa_crypto_init before using TLS
by Gilles Peskine
· 10 months ago
6e3de21
dtls_client: don't force the use of IPv6
by Gilles Peskine
· 11 months ago
530cb41
ssl_server: Allow the client to close the connection first
by Gilles Peskine
· 11 months ago
6b4d693
Test dtls_server
by Gilles Peskine
· 11 months ago
c83e56c
Test ssl_fork_server
by Gilles Peskine
· 11 months ago
3abca95
Test ssl_pthread_server
by Gilles Peskine
· 11 months ago
a21e893
Test ssl_server
by Gilles Peskine
· 11 months ago
ae710c8
Test dtls_client
by Gilles Peskine
· 11 months ago
7985d45
Test ssl_client1
by Gilles Peskine
· 11 months ago
6959f53
ssl_client1: Exit with an error status if the TLS connection failed
by Gilles Peskine
· 11 months ago
63068d6
Have `make ssl-opt` generate `tls13-compat.sh`
by Gilles Peskine
· 11 months ago
26650f5
Merge pull request #9565 from gilles-peskine-arm/test-ref-configs-go-away
by Gilles Peskine
· 11 months ago
d001f58
make: support "make ssl-opt" to just build what ssl-opt.sh needs
by Gilles Peskine
· 11 months ago
b630648
CMake: support "make ssl-opt" to just build what ssl-opt.sh needs
by Gilles Peskine
· 11 months ago
5dab92e
CMake: support "make programs"
by Gilles Peskine
· 11 months ago
8d8620b
Address review comments: add PSA_WANT_KEY_TYPE_ECC_KEY_PAIR_IMPORT
by Elena Uziunaite
· 11 months ago
a6950b8
Replace MBEDTLS_PK_CAN_ECDSA_SOME with PSA_HAVE_ALG_SOME_ECDSA
by Elena Uziunaite
· 1 year ago
9fc5be0
Replace MBEDTLS_MD_CAN_SHA1 with PSA_WANT_ALG_SHA_1
by Elena Uziunaite
· 11 months ago
36fe918
Merge pull request #9252 from gabor-mezei-arm/9114_replace_MBEDTLS_MD_CAN_SHA512_with_PSA_WANT
by David Horstmann
· 11 months ago
Next »