TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls.git
/
671a439dddf9f7feb1a7ecb10b98c4447d6edaf0
671a439
Adapt middlebox compatibility tests for always-on acceptance
by Gilles Peskine
· 11 months ago
73a406e
Separate accepting TLS 1.3 middlebox compatibility from sending it
by Gilles Peskine
· 11 months ago
7b02c1f
Avoid multiline requires_all_configs_xxx
by Gilles Peskine
· 11 months ago
1d6a950
opt-testcases/*.sh are not executable
by Gilles Peskine
· 11 months ago
26650f5
Merge pull request #9565 from gilles-peskine-arm/test-ref-configs-go-away
by Gilles Peskine
· 10 months ago
edc27bc
Merge pull request #9128 from gilles-peskine-arm/make_generated_files-document_CC
by Paul Elliott
· 10 months ago
475ed86
Merge pull request #9600 from gilles-peskine-arm/use_psa_crypto-key_id_encodes_owner-compatible-config-dev
by Tom Cosgrove
· 10 months ago
gh-readonly-queue/development/pr-9600-8904570b3125d7b9ac303247377a8371f65afefb
8904570
Merge pull request #9470 from gabor-mezei-arm/9325_move_config.py_to_framework
by Ronald Cron
· 11 months ago
ea5de2b
Simplify psa-crypto components that come from test-ref-configs
by Gilles Peskine
· 11 months ago
e7422a1
Remove legacy-crypto components that come from test-ref-configs
by Gilles Peskine
· 11 months ago
bae154d
Merge pull request #9385 from eleuzi01/replace-ecdsa-some
by David Horstmann
· 11 months ago
a22b95a
Fix obsolete comment about MBEDTLS_PSA_CRYPTO_KEY_ID_ENCODES_OWNER
by Gilles Peskine
· 11 months ago
a941e14
Update framework
by Gabor Mezei
· 11 months ago
cd326bf
Apply the parameter change
by Gabor Mezei
· 11 months ago
317a2a3
Fix documentation
by Gabor Mezei
· 11 months ago
568808a
Update member variable names
by Gabor Mezei
· 11 months ago
f5f1308
Fix documentation
by Gabor Mezei
· 11 months ago
0e9e4cb
Move commonly used part to config_common
by Gabor Mezei
· 11 months ago
a12ed6b
Unify spacing
by Gabor Mezei
· 11 months ago
24d7cc7
Create a class for command line config manipulation
by Gabor Mezei
· 12 months ago
776ee90
Fix header file detection
by Gabor Mezei
· 11 months ago
d53080d
Make the `Config` a proper base class
by Gabor Mezei
· 11 months ago
daf807f
Fix pylint issues
by Gabor Mezei
· 12 months ago
c659c1b
Move config file modification flag handling to the Config class
by Gabor Mezei
· 12 months ago
9f2b817
Update documentation
by Gabor Mezei
· 12 months ago
b805168
Merge pull request #9536 from mpg/rsapub-perf-dev
by Tom Cosgrove
· 11 months ago
fbb59bd
Document the C compiler requirement
by Gilles Peskine
· 1 year, 3 months ago
73c4096
Make the file a bit more readable
by Gilles Peskine
· 1 year, 3 months ago
2e449f0
Remove test-ref-configs.pl, which no longer does anything
by Gilles Peskine
· 11 months ago
effa6a0
Move config-tfm.h testing to separate all.sh component
by Gilles Peskine
· 11 months ago
af5a899
Move config-symmetric-only.h testing to separate all.sh components
by Gilles Peskine
· 11 months ago
86ceb13
Move config-thread.h testing to separate all.sh components
by Gilles Peskine
· 11 months ago
b6d4913
Move config-suite-b.h testing to separate all.sh components
by Gilles Peskine
· 11 months ago
68f511e
Move config-ccm-psk-dtls1_2.h testing to separate all.sh components
by Gilles Peskine
· 11 months ago
063fb8c
Move config-ccm-psk-tls1_2.h testing to separate all.sh components
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
de4d5b7
Merge pull request #9497 from minosgalanakis/bugfix/return_early_in_ccm_star
by Gilles Peskine
· 11 months ago
e16aecc
Merge pull request #9556 from gilles-peskine-arm/ssl-opt-psk-detection-development
by Gilles Peskine
· 11 months ago
e3eab32
requires_certificate_authentication: prioritize TLS 1.3
by Gilles Peskine
· 11 months ago
6e85e35
Documentation improvements
by Gilles Peskine
· 11 months ago
2dd4395
Fix detection of TLS 1.2 PSK-ephemeral key exchange modes
by Gilles Peskine
· 11 months ago
7f453bf
Improve some comments
by Gilles Peskine
· 11 months ago
78df617
Remove unused auth_mode parameter on a PSK test case
by Gilles Peskine
· 11 months ago
cd4fe70
Fix weirdly quoted invocations of requires_any_configs_enabled
by Gilles Peskine
· 11 months ago
db26406
Also activate PSK-only mode when PSK-ephemeral key exchanges are available
by Gilles Peskine
· 11 months ago
9d3b207
Unify the two requires-key-exchange-with-certificate function
by Gilles Peskine
· 11 months ago
24b4303
Detect PSK-only mode in TLS 1.3 as well
by Gilles Peskine
· 11 months ago
4f09864
Fix PSK-only mode doing less than it should
by Gilles Peskine
· 11 months ago
ae3dc17
Detect more cases where certificates are required
by Gilles Peskine
· 11 months ago
6f9952a
ssl-opt: Fix GnuTLS PSK injection
by Gilles Peskine
· 11 months ago
9404169
Use CONFIGS_ENABLED instead of repeatedly calling query_compile_time_config
by Gilles Peskine
· 11 months ago
56ee69d
Fix "Renegotiation: openssl server, client-initiated" with OpenSSL 3
by Gilles Peskine
· 11 months ago
ffce45c
Add missing ALG_SHA_1
by Elena Uziunaite
· 11 months ago
a45ba05
Merge pull request #9549 from ronald-cron-arm/adapt-components
by Ronald Cron
· 11 months ago
2f620f3
Merge pull request #9561 from gilles-peskine-arm/cmake-underscore_D
by Paul Elliott
· 11 months ago
gh-readonly-queue/development/pr-9561-5f71537fdd640230f5b17dc8677571bbd525abdd
5f71537
Merge pull request #9552 from ronald-cron-arm/project-and-branches-detection
by Ronald Cron
· 11 months ago
gh-readonly-queue/development/pr-9552-8ea8b30941a6d364f5bf4b3850f5312112e760d9
8ea8b30
Merge pull request #8988 from billatarm/add-pc-files
by Paul Elliott
· 11 months ago
10ff417
tests: add a test for pkg-config files
by Bill Roberts
· 1 year, 4 months ago
236e05d
Fix typo that caused cpp_dummy_build not to be built with CMake
by Gilles Peskine
· 11 months ago
4153ebb
Fix comments
by Ronald Cron
· 11 months ago
25012e5
Update framework to the merge of #45
by Ronald Cron
· 11 months ago
22eb209
Update framework
by Ronald Cron
· 11 months ago
7ba04a2
Bump version to 4.0.0
by David Horstmann
· 11 months ago
9328781
Use scripts/project_name.txt in Python scripts
by Ronald Cron
· 11 months ago
9c64764
Remove definitions of MBEDTLS_PK_CAN/HAVE_ECDSA*
by Elena Uziunaite
· 11 months ago
b430eee
Bring back some dependencies
by Elena Uziunaite
· 11 months ago
91d8386
Enable USE_PSA_CRYPTO
by Elena Uziunaite
· 11 months ago
96867b6
Address review comments: remove dependencies
by Elena Uziunaite
· 11 months ago
8d8620b
Address review comments: add PSA_WANT_KEY_TYPE_ECC_KEY_PAIR_IMPORT
by Elena Uziunaite
· 11 months ago
bed21b5
Replace MBEDTLS_PK_CAN_ECDSA_VERIFY with PSA_HAVE_ALG_ECDSA_VERIFY
by Elena Uziunaite
· 11 months ago
39c7d5d
Replace MBEDTLS_PK_CAN_ECDSA_SIGN with PSA_HAVE_ALG_ECDSA_SIGN
by Elena Uziunaite
· 11 months ago
4fd105c
Introduce PSA_HAVE_ALG_ECDSA_SIGN and PSA_HAVE_ALG_ECDSA_VERIFY
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
ada6ce5
Update framework to latest
by Ronald Cron
· 11 months ago
e7f289e
Use PSA crypto config in test_sha3_variations
by Ronald Cron
· 11 months ago
6604047
all.sh: Keep only "test_block_cipher_no_decrypt_aesni" with PSA config
by Ronald Cron
· 11 months ago
54d1eec
all.sh: Enable MBEDTLS_PSA_CRYPTO_CONFIG in build_aes_variations
by Ronald Cron
· 11 months ago
a9511bc
all.sh: Enable MBEDTLS_PSA_CRYPTO_CONFIG in tls13 components
by Ronald Cron
· 11 months ago
8c95999
Merge pull request #9544 from eleuzi01/replace-224k1
by Ronald Cron
· 11 months ago
1ad1954
Merge pull request #9304 from sezrab/analyze_driver_vs_reference_header_correction
by Gilles Peskine
· 11 months ago
924c1a3
Merge pull request #9540 from eleuzi01/replace-sha1
by David Horstmann
· 11 months ago
63cb13e
Replace MBEDTLS_ECP_HAVE_SECP224K1 with PSA_WANT_ECC_SECP_K1_224
by Elena Uziunaite
· 11 months ago
b70ef86
Move new files to their correct location
by Manuel Pégourié-Gonnard
· 11 months ago
0c4a115
Remove codepath testing where it's redundant
by Manuel Pégourié-Gonnard
· 11 months ago
49645f6
Misc improvements to comments
by Manuel Pégourié-Gonnard
· 11 months ago
3106013
Fix code style (for real this time, hopefully)
by Manuel Pégourié-Gonnard
· 11 months ago
464bf78
Fix guards on #include
by Manuel Pégourié-Gonnard
· 11 months ago
e91d924
Fix code style
by Manuel Pégourié-Gonnard
· 11 months ago
21445c5
Prepare codepath tests for early termination
by Janos Follath
· 12 months ago
44eca95
Fix incorrect test result
by Janos Follath
· 12 months ago
514e62c
Move bignum code path testing out of the library
by Janos Follath
· 12 months ago
7e909c8
Explain the choice of the value of MBEDTLS_MPI_IS_PUBLIC
by Janos Follath
· 12 months ago
47847ca
Initial local variables to secure default
by Janos Follath
· 12 months ago
816a71f
Introduce MBEDTLS_MPI_IS_TEST
by Janos Follath
· 12 months ago
e0825bb
Add tests for optionally safe code paths in RSA
by Janos Follath
· 12 months ago
64467ff
Add tests for optionally safe code paths in bignum
by Janos Follath
· 12 months ago
b676959
Fix Changelog formatting
by Janos Follath
· 12 months ago
c870e05
Add header for mbedtls_mpi_exp_mod_unsafe()
by Janos Follath
· 12 months ago
Next »