TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls.git
/
3dad311ef02bd98e1a9b388082ec8c1f11bc53fe
3dad311
Parse and verify peer CRT chain in local variable
by Hanno Becker
· 7 years ago
177475a
Mitigate triple handshake attack by comparing digests only
by Hanno Becker
· 7 years ago
6bbd94c
Compute digest of peer's end-CRT in mbedtls_ssl_parse_certificate()
by Hanno Becker
· 7 years ago
9198ad1
Extend mbedtls_ssl_session by buffer holding peer CRT digest
by Hanno Becker
· 7 years ago
8d84fd8
Update version_features.c
by Hanno Becker
· 6 years ago
bb278f5
Add configuration option to remove peer CRT after handshake
by Hanno Becker
· 7 years ago
4a82c1c
Improve documentation of mbedtls_ssl_get_peer_cert()
by Hanno Becker
· 7 years ago
8273df8
Re-classify errors on missing peer CRT
by Hanno Becker
· 6 years ago
0329f75
Increase robustness and documentation of ticket implementation
by Hanno Becker
· 6 years ago
aee8717
Simplify session cache implementation via mbedtls_ssl_session_copy()
by Hanno Becker
· 6 years ago
52055ae
Give ssl_session_copy() external linkage
by Hanno Becker
· 6 years ago
c7bd780
Allow passing any X.509 CRT chain to ssl_parse_certificate_chain()
by Hanno Becker
· 7 years ago
6863619
Introduce helper function for peer CRT chain verification
by Hanno Becker
· 7 years ago
fcd9e71
Don't progress TLS state machine on peer CRT chain parsing error
by Hanno Becker
· 7 years ago
77adddc
Make use of macro and helper detecting whether CertRequest allowed
by Hanno Becker
· 6 years ago
28f2fcd
Add helper function to check whether a CRT msg is expected
by Hanno Becker
· 6 years ago
7177a88
Introduce helper function to determine whether suite uses server CRT
by Hanno Becker
· 7 years ago
2148993
Use helper macro to detect whether some ciphersuite uses CRTs
by Hanno Becker
· 7 years ago
6bdfab2
Unify state machine update in mbedtls_ssl_parse_certificate()
by Hanno Becker
· 7 years ago
7a955a0
Clear peer's CRT chain outside before parsing new one
by Hanno Becker
· 7 years ago
4a55f63
Introduce helper to check for no-CRT notification from client
by Hanno Becker
· 7 years ago
a028c5b
Introduce CRT counter to CRT chain parsing function
by Hanno Becker
· 7 years ago
1294a0b
Introduce helper function to clear peer CRT from session structure
by Hanno Becker
· 7 years ago
f852b1c
Break overly long line in definition of mbedtls_ssl_get_session()
by Hanno Becker
· 7 years ago
60848e6
Don't reuse CRT from initial handshake during renegotiation
by Hanno Becker
· 7 years ago
86016a0
Merge remote-tracking branch 'origin/pr/2338' into development
by Jaeden Amero
· 6 years ago
e895342
Merge remote-tracking branch 'origin/pr/2427' into development
by Jaeden Amero
· 6 years ago
d247762
Merge remote-tracking branch 'origin/pr/2460' into development
by Jaeden Amero
· 6 years ago
85fd913
Fix typo in check_config.h
by Hanno Becker
· 6 years ago
caca307
crypto: Update submodule to Mbed Crypto 1.0.0d6
by Jaeden Amero
· 6 years ago
415620c
Merge remote-tracking branch 'origin/pr/2105' into development
by Jaeden Amero
· 6 years ago
461bd3d
Merge remote-tracking branch 'origin/pr/2454' into development
by Jaeden Amero
· 6 years ago
9f47f82
Merge remote-tracking branch 'origin/pr/2391' into development
by Jaeden Amero
· 6 years ago
8963b03
Merge remote-tracking branch 'origin/pr/2411' into development
by Jaeden Amero
· 6 years ago
d9516b5
Merge remote-tracking branch 'origin/pr/2407' into development
by Jaeden Amero
· 6 years ago
0ae63f7
Merge remote-tracking branch 'origin/pr/2383' into development
by Jaeden Amero
· 6 years ago
241b524
Disable restartable ECC in full config PSA test in all.sh
by Hanno Becker
· 6 years ago
1ce51e4
Forbid setting MBEDTLS_ECP_RESTARTABLE and MBEDTLS_USE_PSA_CRYPTO_C
by Hanno Becker
· 6 years ago
3497323
Initialize PSA Crypto operation contexts
by Jaeden Amero
· 6 years ago
135baef
Define maximum EC public key length depending on enabled curves
by Hanno Becker
· 6 years ago
28f7844
Grep for debug output witnessing use of PSA in ECDHE ssl-opt.sh
by Hanno Becker
· 6 years ago
4af484e
Regenerate VS2010 project file
by Hanno Becker
· 7 years ago
3b7c4a0
Regenerate VisualStudio project file
by Hanno Becker
· 7 years ago
354e248
Add ssl-opt.sh tests for PSA-based ECDH with various ECC curves
by Hanno Becker
· 7 years ago
0a94a64
Add debugging output to confirm that PSA was used for ECDHE
by Hanno Becker
· 7 years ago
c14a3bb
Make variable in ssl_write_client_key_exchange() more descriptive
by Hanno Becker
· 7 years ago
4a63ed4
Implement ClientKeyExchange writing in PSA-based ECDHE suites
by Hanno Becker
· 7 years ago
bb89e27
Implement ServerKeyExchange parsing for PSA-based ECDHE suites
by Hanno Becker
· 7 years ago
df51dbe
Add fields for PSA-based ECDHE to handshake structure
by Hanno Becker
· 6 years ago
f75f912
Add functions to psa_util module to convert EC public keys
by Hanno Becker
· 7 years ago
9c99dc8
Merge pull request #2395 from ARMmbed/development-psa-merged-dev-8e76332
by Manuel Pégourié-Gonnard
· 6 years ago
064128c
Update submodule pointer to commit 0574e6a of mbed-crypto/development
by Andrzej Kurek
· 6 years ago
archive/development-psa-merged-dev-8e76332
development-psa-merged-dev-8e76332
1b20be5
Write documentation for TEST_ASSERT
by Andrzej Kurek
· 6 years ago
2d79266
psa_utils: Make fallthrough clear for compilers
by Jaeden Amero
· 6 years ago
eb50871
all.sh: add a seedfile generation step
by Andrzej Kurek
· 6 years ago
c058773
Update submodule pointer to dea02cc8b
by Andrzej Kurek
· 6 years ago
3ea2687
psa: Initialize crypto in tests that need to
by Jaeden Amero
· 6 years ago
54efcb7
Update query config with VSNPRINTF macro
by Andres Amaya Garcia
· 6 years ago
08b807a
Update crypto submodule version to commit f54597144874
by Andrzej Kurek
· 6 years ago
f389629
Move a restartable ecp context to a conditional compilation block
by Andrzej Kurek
· 6 years ago
archive/restartable-ecc-unused-variable
restartable-ecc-unused-variable
6f7703d
rsa: Enable use of zero-length null output
by Jaeden Amero
· 6 years ago
004f87b
RSA encryption: accept input=NULL if ilen=0
by Gilles Peskine
· 7 years ago
46f34d0
Fix style issue and wording
by Hanno Becker
· 6 years ago
c1e18bd
Fix memory leak
by Hanno Becker
· 7 years ago
e2734e2
Improve formatting of ssl_parse_certificate_chain()
by Hanno Becker
· 7 years ago
84879e3
Add compile-time guards around helper routine
by Hanno Becker
· 7 years ago
bd9d51d
Adapt ChangeLog
by Hanno Becker
· 7 years ago
def9bdc
Don't store the peer CRT chain twice during renegotiation
by Hanno Becker
· 7 years ago
b2964cb
SSL/TLS client: Remove old session ticket on renegotiation
by Hanno Becker
· 7 years ago
ac4172c
Adapt ChangeLog
by Hanno Becker
· 7 years ago
2d8a2c0
Modify existing X.509 test for also test new copyless API
by Hanno Becker
· 7 years ago
462c3e5
Add test for mbedtls_x509_parse_file() with DER encoded CRT
by Hanno Becker
· 7 years ago
1a65dcd
Add a new X.509 API call for copy-less parsing of CRTs
by Hanno Becker
· 7 years ago
fb23673
Revert "Forbid passing NULL input buffers to RSA encryption routines"
by Jaeden Amero
· 6 years ago
02f39ac
Adjust documentation of mbedtls_cipher_update_ad
by Andrzej Kurek
· 6 years ago
57f04e5
Adjust documentation of mbedtls_cipher_update_ad
by Andrzej Kurek
· 6 years ago
3c2b15d
Update version_features file
by Andrzej Kurek
· 6 years ago
85ac0ae
Update submodule version to include parameter validation for rsa.c
by Andrzej Kurek
· 6 years ago
1724574
Add MBEDTLS_PSA_HAS_ITS_IO to config.pl exclude list
by Andrzej Kurek
· 6 years ago
d3643ef
Add PSA defines to config.pl exclude list
by Andrzej Kurek
· 6 years ago
70d8a5b
Update crypto submodule version to 94a3abcd
by Andrzej Kurek
· 6 years ago
17c53c5
Fix check-generated-files.sh failure with query_config
by Andres Amaya Garcia
· 7 years ago
e7856bf
Suppress visual studio preprocessor warnings on query_config.c
by Andres Amaya Garcia
· 7 years ago
bc432b8
Use \r instead of 0xD in generate_visualc_files.pl
by Andres Amaya Garcia
· 7 years ago
8645f73
Update query_config.c with new macros
by Andres Amaya Garcia
· 7 years ago
ef672f0
Exclude macros from query_config.c generation
by Andres Amaya Garcia
· 7 years ago
27b3372
Fix query_config macro expansion for windows
by Andres Amaya Garcia
· 7 years ago
5bc6e92
Fix query_config macro expansion for windows
by Andres Amaya Garcia
· 7 years ago
c84a65d
Fix missing include in vs proj files for query programs
by Andres Amaya Garcia
· 7 years ago
cb9c015
Improve cmake inclusion of query_config.c when building apps
by Andres Amaya Garcia
· 7 years ago
c28da7e
Improve comments in query_config.fmt
by Andres Amaya Garcia
· 7 years ago
5aca555
Fix GCC 0-length printf format string error
by Andres Amaya Garcia
· 7 years ago
2fdc2c2
Fix multiple stdio.h inclusion in query_config.c
by Andres Amaya Garcia
· 7 years ago
08457ce
Fix aligment in programs/test/query_compile_time_config.c
by Andres AG
· 7 years ago
509ba69
Create programs/test/query_compile_time_config app
by Andres AG
· 7 years ago
4581486
Ensure query_config.c includes stdio only when needed
by Andres AG
· 7 years ago
109f8b6
Fix typo in quenerate_query_config.pl comment
by Andres Amaya Garcia
· 7 years ago
bb92364
Update programs/ssl/CMakeLists.txt with query_config.c dep
by Andres Amaya Garcia
· 7 years ago
aabe52f
Add ChangeLog entries
by Andres Amaya Garcia
· 7 years ago
4c981a0
Add gen_query_config.pl to check-gen-files and bump_version
by Andres Amaya Garcia
· 7 years ago
Next »