TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls.git
/
2d6374a0f918d7f2026ad05c20d7e6ec7e04e0a0
2d6374a
adjust everest header paths in generate_visualc_files.pl
by Ben Taylor
· 4 months ago
591d854
Merge pull request #10201 from gabor-mezei-arm/9144_SHA3_testing
by Bence Szépkúti
· 9 weeks ago
b9d7284
Fix calling `config.py` and update comment
by Gabor Mezei
· 9 weeks ago
8e5ee47
Add temporary component for SHA3 testing
by Gabor Mezei
· 9 weeks ago
80b697d
Merge pull request #10183 from felixc-arm/fix-ssl-opt-error-codes
by Gilles Peskine
· 10 weeks ago
36f424e
Merge pull request #10190 from valeriosetti/prerequisites-for-ecp-restartable
by Ronald Cron
· 2 months ago
4a2e7b9
tests: suite_x509parse: set PSA max operations in x509_verify_restart()
by Valerio Setti
· 2 months ago
153a906
library: debug: remove mbedtls_debug_printf_ecdh()
by Valerio Setti
· 2 months ago
28ef01a
library: debug: make mbedtls_debug_print_psa_ec() static
by Valerio Setti
· 2 months ago
127c78e
Merge pull request #10133 from bjwtaylor/remove-compat-2
by Gilles Peskine
· 2 months ago
768f90f
Merge pull request #10186 from mpg/rm-pk-decrypt
by Manuel Pégourié-Gonnard
· 3 months ago
92a9bd3
Remove call to pk_decrypt() in ssl_server2
by Manuel Pégourié-Gonnard
· 3 months ago
66c6aaa
Merge pull request #10177 from gilles-peskine-arm/union-initialization-gcc15-basic-fix-dev
by Manuel Pégourié-Gonnard
· 3 months ago
e0ce40b
Change hardcoded error values in ssl-opt to take in the PSA error alias
by Felix Conway
· 3 months ago
b9da11f
Test with GCC 15 with sloppy union initialization
by Gilles Peskine
· 3 months ago
421318c
Update crypto with the union initialization fixes
by Gilles Peskine
· 3 months ago
32745c9
Merge pull request #8947 from rojer/consts
by Manuel Pégourié-Gonnard
· 3 months ago
d31a3c3
Merge pull request #10159 from gilles-peskine-arm/union-initialization-gcc15-preliminaries-dev
by Gilles Peskine
· 3 months ago
7dddc17
Mark ssl_tls12_preset_suiteb_sig_algs const
by Deomid rojer Ryabkov
· 1 year, 5 months ago
e2d71cc
Mark ssl_tls12_preset_default_sig_algs const
by Deomid rojer Ryabkov
· 1 year, 5 months ago
7769c16
Merge pull request #9654 from gabor-mezei-arm/9145_update_depends.py_pkalgs_domain
by Manuel Pégourié-Gonnard
· 3 months ago
49b7ef6
Merge pull request #10166 from gilles-peskine-arm/oid-split-restore-x509
by Gilles Peskine
· 3 months ago
f13fd1e
Use PSA macros for the `pkalgs` domain
by Gabor Mezei
· 10 months ago
e718e83
reverted compat-2.x.h removal from psa-transition.md
by Ben Taylor
· 3 months ago
d056136
Correct ChangeLog file extension
by Ben Taylor
· 3 months ago
4c9ad3c
Add ChangeLog
by Ben Taylor
· 3 months ago
e23afdd
remove compat-2.x.h
by Ben Taylor
· 4 months ago
46771ff
Remove trace of secp224k1
by Gilles Peskine
· 3 months ago
dcff079
Update submodules
by Gilles Peskine
· 3 months ago
d0e799a
Improve comments
by Gilles Peskine
· 3 months ago
d69bfb9044
Allow gcc-15 to be in $PATH
by Gilles Peskine
· 6 months ago
27f0713
Enable drivers when testing with GCC 15
by Gilles Peskine
· 6 months ago
6e24504
GCC 15: Silence -Wunterminated-string-initialization
by Gilles Peskine
· 8 months ago
579475d
Test with GCC 15
by Gilles Peskine
· 8 months ago
06af417
Disable warning from gcc -pedantic on dlsym/dlopen
by Gilles Peskine
· 7 months ago
1782587
Merge pull request #10130 from valeriosetti/issue8154-development
by Gilles Peskine
· 3 months ago
1876efc
Merge remote-tracking branch 'development' into HEAD
by Gilles Peskine
· 3 months ago
47c8579
Copy OID files that are getting moved to tf-psa-crypto
by Gilles Peskine
· 3 months ago
b8d5649
tests: test_suite_x509: adapt RSA-PSS tests
by Valerio Setti
· 3 months ago
7f6f4e6
library: pass NULL options parameter to mbedtls_pk_verify_ext()
by Valerio Setti
· 3 months ago
d24dfad
library: x509: remove sig_opts from mbedtls_x509_sig_alg_gets()
by Valerio Setti
· 3 months ago
68878cc
library: x509: simplify RSA-PSS management
by Valerio Setti
· 4 months ago
2439c4c
Merge pull request #10090 from valeriosetti/issue9618-development
by Gilles Peskine
· 3 months ago
7f8b7b7
tf-psa-crypto: update reference
by Valerio Setti
· 3 months ago
55fa875
framework: update reference
by Valerio Setti
· 3 months ago
1afedac
tests: scripts: add new component to configuration-platform.sh
by Valerio Setti
· 3 months ago
5f6c633
Merge pull request #10157 from diopoex/development
by Gilles Peskine
· 3 months ago
02c80e6
Fix test and formatting in ssl_context_info
by Paul Höhn
· 3 months ago
e380416
fixed the tests
by Paul Höhn
· 3 months ago
5a7a530
removed trailing whitespace
by Paul Höhn
· 3 months ago
da95274
ssl context fix for 4.0
by Paul Höhn
· 3 months ago
0f0304d
scripts: tests: fix component_test_full_cmake_clang
by Valerio Setti
· 3 months ago
7fb7fda
tests: scripts: fix component_test_no_platform()
by Valerio Setti
· 3 months ago
1971eab
programs: test: add C++ specific commands to cpp_dummy_build
by Valerio Setti
· 3 months ago
b13d29e
tests: scripts: fix test_cmake_out_of_source
by Valerio Setti
· 4 months ago
7ac1184
configs: add PLATFORM_C to configs using ENTROPY_C
by Valerio Setti
· 4 months ago
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
405d4ad
psasim: add timeout while waiting for psa_server to start
by Valerio Setti
· 4 months ago
c568688
config.py: do not enable MBEDTLS_PLATFORM_GET_ENTROPY_ALT in full config
by Valerio Setti
· 4 months ago
0fe9277
Merge pull request #9983 from bjwtaylor/kw-api-rework
by Manuel Pégourié-Gonnard
· 3 months ago
1948c94
added dependencies to test scripts
by Ben Taylor
· 5 months ago
4695204
remove mbedtls_nist_kw_self_test from selftests
by Ben Taylor
· 6 months ago
748e24d
Merge pull request #10143 from diopoex/development
by Gilles Peskine
· 3 months ago
4f4a2b3
Merge pull request #10146 from gilles-peskine-arm/pylint-check-str-concat-dev
by David Horstmann
· 3 months ago
ad6953f
Merge pull request #10114 from felixc-arm/switch-to-which-aes
by David Horstmann
· 3 months ago
8893a8f
Complain about a missing comma in multiline lists of strings
by Gilles Peskine
· 3 months ago
0f6dd1c
Prepare framework for pylint check-str-concat-over-line-jumps
by Gilles Peskine
· 3 months ago
4156c49
Merge pull request #10122 from felixc-arm/move-public-headers
by Gilles Peskine
· 3 months ago
97c45bb
Merge pull request #10120 from gilles-peskine-arm/test_suite_ssl-fix-ret-20250408
by Gilles Peskine
· 3 months ago
f065c31
Update tf-psa-crypto pointer
by Felix Conway
· 4 months ago
6908580
Use aesni_crypt_ecb and internal_aes_encrypt to check conditional compilation
by Felix Conway
· 4 months ago
ad70494
Remove executable permissions and shebang from component-platforms.sh
by Felix Conway
· 4 months ago
8e13c8f
Add shebang to fix CI error
by Felix Conway
· 4 months ago
9949f00
Add tf-psa-crypto/programs/test/which_aes to Makefile
by Felix Conway
· 4 months ago
5081d65
Switch all.sh components from selftest to which_aes
by Felix Conway
· 4 months ago
b12205c
Removed use of mbedtls_cipher_info from ssl_context_info.c
by diopoex
· 4 months ago
0d4fca2
Update submodule pointers
by Felix Conway
· 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
dc6f6ec
Update framework pointer to merge commit
by Felix Conway
· 4 months ago
819bb4a
Reset crypto pointer to development
by Felix Conway
· 4 months ago
dba07e1
Add missing ifdef for mbedtls_ssl_tls13_exporter
by Max Fillinger
· 4 months ago
8ab3d8c
Merge pull request #10074 from bjwtaylor/rng-documentation
by Manuel Pégourié-Gonnard
· 4 months ago
gh-readonly-queue/development/pr-10074-a3d27b54fc9dd5d4f030e3e46e637015a863362c
a3d27b5
Merge pull request #10045 from gilles-peskine-arm/defragment-test-server-first-flight-dev
by Ronald Cron
· 4 months ago
gh-readonly-queue/development/pr-10045-4580c71f677f4e56b16f9fe4c71d66457637c0b6
a5db6c1
Fix record insertion
by Manuel Pégourié-Gonnard
· 4 months ago
7af97b6
Use HANDSHAKE_OVER in nominal test cases
by Manuel Pégourié-Gonnard
· 4 months ago
8d73bdc
Improve comments
by Manuel Pégourié-Gonnard
· 4 months ago
6fedc4e
Add executable permissions to new perl file
by Felix Conway
· 4 months ago
132f5b9
Use same dependencies for helper functions
by Manuel Pégourié-Gonnard
· 4 months ago
1f471a1
Tighten dependencies again
by Manuel Pégourié-Gonnard
· 4 months ago
921a2ac
Improve dependency declarations
by Manuel Pégourié-Gonnard
· 4 months ago
0a1996f
Tighten dependency declarations
by Manuel Pégourié-Gonnard
· 4 months ago
c0721e0
Improve documentation
by Gilles Peskine
· 5 months ago
eb48890
Remove redundant setup
by Gilles Peskine
· 5 months ago
161cadd
Fix copypasta
by Gilles Peskine
· 5 months ago
84ccbd8
Simulate closing the connection mid-message
by Gilles Peskine
· 5 months ago
5e3c0bd
Also test inserting non-empty, non-handshake records
by Gilles Peskine
· 5 months ago
c34ea47
Fix the build without MBEDTLS_DEBUG_C
by Gilles Peskine
· 5 months ago
0742672
Fix the build in PSK-only configurations
by Gilles Peskine
· 5 months ago
Next »