TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls.git
/
2dd4395da01af551379ff986fa16500b576da2b6
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
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
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
9fc5be0
Replace MBEDTLS_MD_CAN_SHA1 with PSA_WANT_ALG_SHA_1
by Elena Uziunaite
· 11 months ago
1d98d9d
Merge pull request #9526 from mpg/refactor-tls123-verif-dev
by David Horstmann
· 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
f3cd97d
Merge pull request #9327 from eleuzi01/issue-9319
by Manuel Pégourié-Gonnard
· 11 months ago
c37877f
Merge pull request #9515 from mpg/windows-makefile-fixes
by Manuel Pégourié-Gonnard
· 11 months ago
c21675e
Make error line consistent with the header
by Elena Uziunaite
· 11 months ago
c645f11
Merge pull request #9508 from eleuzi01/docs-fix
by Manuel Pégourié-Gonnard
· 11 months ago
gh-readonly-queue/development/pr-9508-2d005aef8d2038cbd04b126edc3dbb7e9c92890b
b721ccc
Add a ChangeLog entry
by Manuel Pégourié-Gonnard
· 12 months ago
5398e58
Fix guards around function now used by 1.3 as well
by Manuel Pégourié-Gonnard
· 12 months ago
9e3e991
Fix typos in comments
by Manuel Pégourié-Gonnard
· 12 months ago
67072bf
Fix two dependency declarations in ssl-opt
by Manuel Pégourié-Gonnard
· 12 months ago
a040548
Improve some comments
by Manuel Pégourié-Gonnard
· 12 months ago
19dd9f5
Merge 1.2 and 1.3 certificate verification
by Manuel Pégourié-Gonnard
· 12 months ago
908f57d
Minor refactoring of generic SSL certificate verif
by Manuel Pégourié-Gonnard
· 12 months ago
843a00d
Add support for context f_vrfy callback in 1.3
by Manuel Pégourié-Gonnard
· 12 months ago
fd800c2
Improve a variable's name
by Manuel Pégourié-Gonnard
· 12 months ago
5bdadbb
Restrict the scope of a few variables
by Manuel Pégourié-Gonnard
· 12 months ago
95dd6f5
ssl-opt.sh: Test trusted certificate callback in TLS 1.3
by Ronald Cron
· 1 year, 4 months ago
bfbecf8
tls13: Add support for trusted certificate callback
by Ronald Cron
· 1 year, 4 months ago
7a442c9
ssl-opt.sh: Fix test case titles
by Ronald Cron
· 1 year, 4 months ago
6901504
Allow no authentication of the server in 1.3
by Manuel Pégourié-Gonnard
· 12 months ago
18dd213
Reorder some tests in ssl-opt.sh
by Manuel Pégourié-Gonnard
· 12 months ago
58ab9ba
Allow optional authentication of the server in 1.3
by Manuel Pégourié-Gonnard
· 12 months ago
aefc593
Add comments about 1.3 server sending no cert
by Manuel Pégourié-Gonnard
· 12 months ago
5f9428a
Rm translation code for unused flag
by Manuel Pégourié-Gonnard
· 12 months ago
e5a916f
Simplify certificate curve check for 1.2
by Manuel Pégourié-Gonnard
· 12 months ago
7a4aa4d
Make mbedtls_ssl_check_cert_usage() work for 1.3
by Manuel Pégourié-Gonnard
· 12 months ago
94f7022
Clean up mbedtls_ssl_check_cert_usage()
by Manuel Pégourié-Gonnard
· 12 months ago
2ffa53a
Test cert alert REVOKED -> CERT_REVOKED
by Manuel Pégourié-Gonnard
· 1 year ago
0274175
Test cert alert NOT_TRUSTED -> UNKNOWN_CA
by Manuel Pégourié-Gonnard
· 1 year ago
946d14a
Fix ordering of a test case in ssl-opt.sh
by Manuel Pégourié-Gonnard
· 1 year ago
a6397f0
Add test forcing TLS 1.2 for clearer coverage
by Manuel Pégourié-Gonnard
· 1 year ago
6ddde67
Don't clean test_keys.h and test_certs.h
by David Horstmann
· 11 months ago
2d005ae
Merge pull request #9525 from mpg/dev-mergeback
by Gilles Peskine
· 11 months ago
0b0f090
Merge remote-tracking branch 'restricted/development-restricted' into dev-mergeback
by Manuel Pégourié-Gonnard
· 11 months ago
a7c9c18
Merge pull request #9520 from ronald-cron-arm/restore-all-ref-configs-testing
by Janos Follath
· 11 months ago
aa29660
Restore testing of all reference configs
by Ronald Cron
· 11 months ago
dcc78ee
Fix typos in make clean target for Windows
by David Horstmann
· 11 months ago
99b57bd
Merge pull request #1272 from eleuzi01/forward-1263
by Gilles Peskine
· 11 months ago
c15ef93
Replace `MBEDTLS_MD_CAN_SHA512` with `PSA_WANT_ALG_SHA_512`
by Gabor Mezei
· 1 year, 2 months ago
414e59b
Leave the spaces in psa-transition.md
by Elena Uziunaite
· 11 months ago
34fe4fd
Fix typo in psa-transition.md
by Elena Uziunaite
· 11 months ago
ab0af45
Merge pull request #9464 from gilles-peskine-arm/psa-keystore-dynamic-development
by Gilles Peskine
· 11 months ago
gh-readonly-queue/development/pr-9464-805ac15e2d77c00d41edea336c8fb33e28322ff5
e2119aa
Merge pull request #1281 from gilles-peskine-arm/merge-development-restricted-20240823
by Manuel Pégourié-Gonnard
· 11 months ago
0a2b6e2
Merge remote-tracking branch 'development' into development-restricted
by Gilles Peskine
· 12 months ago
805ac15
Merge pull request #9244 from waleed-elmelegy-arm/fix-tls13_parse_client_hello-issue
by Gilles Peskine
· 12 months ago
344f79b
Reduce the wording in changelog entry
by Waleed Elmelegy
· 12 months ago
65e73c8
Improve the changelog entry for fixing legacy compression issue
by Waleed Elmelegy
· 12 months ago
b5df9d8
Add chanelog entry for fixing legacy comprssion methods issue
by Waleed Elmelegy
· 12 months ago
5edab7c
Merge pull request #1277 from gilles-peskine-arm/memory_allocation_cleanup_psa_crypto_rsa-changelog-development
by David Horstmann
· 12 months ago
4c9fccf
Simplify and explain the overflow check for maximum slice length
by Gilles Peskine
· 12 months ago
da27eba
Tiny fix in ChangeLog pt 2
by Elena Uziunaite
· 12 months ago
d65f4b8
Merge pull request #9485 from sergio-nsk/sergio-nsk/lean_and_mean/1
by minosgalanakis
· 12 months ago
e0c6f80
Tiny fix in ChangeLog
by Elena Uziunaite
· 12 months ago
98dd0c1
Changelog entry for the RSA memory leak
by Gilles Peskine
· 12 months ago
0b2bd07
Add overflow check for maximum key slot length
by David Horstmann
· 12 months ago
68a4b74
Tweak macro check to allow 3 extra key slices
by David Horstmann
· 12 months ago
fdcc47c
Fix incorrect comments on slice numbering
by David Horstmann
· 12 months ago
f72a510
Edit ChangeLog entry
by Elena Uziunaite
· 12 months ago
8b0908a
Merge pull request #1270 from sezrab/memory_allocation_cleanup_psa_crypto_rsa-development
by Tom Cosgrove
· 12 months ago
16f0e18
Update ChangeLog
by Elena Uziunaite
· 12 months ago
ddc0800
Merge pull request #9462 from waleed-elmelegy-arm/add-psa_key_agreement
by Janos Follath
· 12 months ago
f48bfb0
Add test cases for extKeyUsage
by Elena Uziunaite
· 12 months ago
6a04b16
Rationalize extKeyUsage tests
by Elena Uziunaite
· 12 months ago
aeda1fd
Use P_CLI when O_CLI's status is not reliable
by Manuel Pégourié-Gonnard
· 12 months ago
19d6d34
Rationalize keyUsage testing, round 2
by Manuel Pégourié-Gonnard
· 12 months ago
92a391e
Always print detailed cert errors in test programs
by Manuel Pégourié-Gonnard
· 12 months ago
4956e32
Fix 1.3 failure to update flags for (ext)KeyUsage
by Manuel Pégourié-Gonnard
· 12 months ago
Next »