TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls
/
refs/heads/mbedtls-release-sync
/
library
2180a7e
Merge pull request #10240 from valeriosetti/prereq-for-psa298
by Gilles Peskine
· 6 weeks ago
06d64ad
library: Makefile: use wildcard to select sources for crypto library
by Valerio Setti
· 6 weeks ago
5b84ae1
Replace __attribute__((nonstring)) with macro MBEDTLS_ATTRIBUTE_UNTERMINATED_STRING
by Felix Conway
· 8 weeks ago
79b5138
Add __attribute__ ((nonstring)) to remove unterminated-string-initialization warning
by Felix Conway
· 8 weeks ago
eaf5789
library: remove ECDSA_C dependency from ECP_RESTARTABLE
by Valerio Setti
· 3 months ago
c394fd0
library: debug: replace MBEDTLS_PK_USE_PSA_EC_DATA with PSA_WANT_KEY_TYPE_ECC_PUBLIC_KEY
by Valerio Setti
· 3 months ago
ae89dcc
library: tls12: remove usage of MBEDTLS_PK_USE_PSA_EC_DATA
by Valerio Setti
· 3 months ago
b4cbc15
Merge pull request #10192 from valeriosetti/fixes-for-ecp-restartable-part2
by Gilles Peskine
· 9 weeks ago
7e7dc6f
Align endif comments with auxiliary macros
by Gilles Peskine
· 3 months ago
02ec585
Replace MBEDTLS_OID_C by function-specific dependencies
by Gilles Peskine
· 3 months ago
6354411
Remove unused function
by Gilles Peskine
· 3 months ago
cd4c0d7
Move OID string definitions back to mbedtls/oid.h
by Gilles Peskine
· 3 months ago
71ccc72
Remove macros for crypto OID
by Gilles Peskine
· 3 months ago
4c83221
Replace MBEDTLS_ERR_OID_NOT_FOUND with MBEDTLS_ERR_X509_UNKNOWN_OID
by Gilles Peskine
· 3 months ago
47f1d7b
Replace MBEDTLS_ERR_OID_BUF_TOO_SMALL with PSA_ERROR_BUFFER_TOO_SMALL
by Gilles Peskine
· 3 months ago
32a1112
Remove MBEDTLS_OID_X509_EXT_xxx constants
by Gilles Peskine
· 4 months ago
b7ef4df
Remove OID tables that are not used in X.509
by Gilles Peskine
· 3 months ago
532e3ee
Switch library and tests to the x509_oid module
by Gilles Peskine
· 3 months ago
d2fe51c
Add the x509_oid module to the build
by Gilles Peskine
· 3 months ago
86e45ba
Rename OID functions and types to mbedtls_x509_oid_xxx in x509_oid
by Gilles Peskine
· 3 months ago
86a47f8
Switch to "x509_oid.h" in code that uses OID functions
by Gilles Peskine
· 3 months ago
b825dcf
Update file names in comments
by Gilles Peskine
· 3 months ago
ffac311
library: debug: fix guards for EC helper functions
by Valerio Setti
· 10 weeks ago
199a156
library: debug: make mbedtls_debug_print_ecp() internal
by Valerio Setti
· 10 weeks 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
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
49b7ef6
Merge pull request #10166 from gilles-peskine-arm/oid-split-restore-x509
by Gilles Peskine
· 3 months ago
46771ff
Remove trace of secp224k1
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
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
232da48
Merge pull request #9421 from mfil/feature/implement_tls_exporter
by David Horstmann
· 4 months ago
dba07e1
Add missing ifdef for mbedtls_ssl_tls13_exporter
by Max Fillinger
· 4 months ago
bc694b3
Fix printf of enum
by Gilles Peskine
· 5 months ago
7c1dbef
Test split, coalesced-split and empty handshake records
by Gilles Peskine
· 5 months ago
c67befe
Add a log message on every SSL state transition
by Gilles Peskine
· 5 months ago
f670ba5
Always call mbedtls_ssl_handshake_set_state
by Gilles Peskine
· 5 months ago
ed4a2b4
Merge branch 'development-restricted' into merge-from-restricted
by Manuel Pégourié-Gonnard
· 4 months ago
af2035f
Fix mistake in previous comment change
by Max Fillinger
· 8 months ago
ee33b31
Fix HkdfLabel comment
by Max Fillinger
· 8 months ago
5826883
Allow maximum label length in Hkdf-Expand-Label
by Max Fillinger
· 8 months ago
9c5bae5
Fix max. label length in key material exporter
by Max Fillinger
· 9 months ago
53d9168
Document BAD_INPUT_DATA error in key material exporter
by Max Fillinger
· 9 months ago
c6fd1a2
Use one maximum key_len for all exported keys
by Max Fillinger
· 9 months ago
3e12918
Fix output size check for key material exporter
by Max Fillinger
· 9 months ago
28916ac
Increase allowed output size of HKDF-Expand-Label
by Max Fillinger
· 9 months ago
0747388
Fix #endif comment
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
· 9 months ago
c9f2c9a
Revert "Store randbytes for TLS 1.2 TLS-Exporter"
by Max Fillinger
· 9 months ago
155cea0
Use fewer magic numbers in TLS-Exporter functions
by Max Fillinger
· 9 months ago
f2dda15
Add label length argument to tls_prf_generic()
by Max Fillinger
· 9 months ago
48150f5
Store randbytes for TLS 1.2 TLS-Exporter
by Max Fillinger
· 10 months ago
29beade
Fix build when one of TLS 1.2 or 1.3 is disabled
by Max Fillinger
· 11 months ago
7b72220
Fix coding style
by Max Fillinger
· 11 months ago
9c9989f
Fix mismatches in function declarations
by Max Fillinger
· 12 months ago
91cff44
Fix key_len check in TLS-Exporter
by Max Fillinger
· 12 months ago
334c367
Simplify mbedtls_ssl_tls13_exporter
by Max Fillinger
· 12 months ago
136fe9e
Fix commented out function declaration
by Max Fillinger
· 12 months ago
bd81c9d
Implement TLS-Exporter feature
by Max Fillinger
· 1 year ago
e57ea21
Merge pull request #10042 from bjwtaylor/remove-ssl-conf
by Manuel Pégourié-Gonnard
· 4 months ago
cd2660f
fixed code style
by Ben Taylor
· 5 months ago
8224e71
remove NULL guard
by Ben Taylor
· 5 months ago
c12152e
corrected style
by Ben Taylor
· 5 months ago
03c05c3
Remove additional line
by Ben Taylor
· 5 months ago
fb68b8c
Remove empty ifdef
by Ben Taylor
· 5 months ago
9774e9a
corrected code style
by Ben Taylor
· 5 months ago
1f09146
tidy up syntax
by Ben Taylor
· 5 months ago
1cd1e01
Correct code style
by Ben Taylor
· 5 months ago
0deda0e
Update debug
by Ben Taylor
· 5 months ago
d5d7078
removed NR psa-init
by Ben Taylor
· 5 months ago
6ff2da1
added further debug
by Ben Taylor
· 5 months ago
fd52984
resolved ci failures
by Ben Taylor
· 5 months ago
602b296
pre-test version of the mbedtls_ssl_conf_rng removal
by Ben Taylor
· 5 months ago
47111a1
initial remove of mbedtls_ssl_conf_rng
by Ben Taylor
· 5 months ago
ba66794
library: remove psa_crypto_se.c from Makefile
by Valerio Setti
· 5 months ago
440cb2a
Remove RNG from x509 and PK
by Ben Taylor
· 5 months ago
a7e14dc
Don't expect added error codes
by Gilles Peskine
· 11 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
3c7db0e
Remove `MBEDTLS_TLS_RSA_*` ciphersuite macros
by Gabor Mezei
· 5 months ago
5814e3e
Remove `MBEDTLS_KEY_EXCHANGE_RSA` key exchange type
by Gabor Mezei
· 5 months ago
e1e2730
Remove `MBEDTLS_KEY_EXCHANGE_RSA_ENABLED` config option
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
1038b22
Reduce the level of logging used in tests
by Manuel Pégourié-Gonnard
· 5 months ago
6637ef7
New test function inject_client_content_on_the_wire()
by Manuel Pégourié-Gonnard
· 6 months ago
a2a0c2c
Merge remote-tracking branch 'origin/features/tls-defragmentation/development' into feature_merge_defragmentation_dev
by Minos Galanakis
· 5 months ago
e26a060
Cleanly reject non-HS in-between HS fragments
by Manuel Pégourié-Gonnard
· 5 months ago
857144c
removed psa_crypto_init from library as this is supposed to be called by the application
by Ben Taylor
· 5 months ago
0cfe54e
remove RNG parameters from SSL API's
by Ben Taylor
· 5 months ago
816b712
TLS1.2: Check for failures in Finished calculation
by David Horstmann
· 5 months ago
e34ec86
Fix a log message
by Gilles Peskine
· 5 months ago
dab1cb5
Note unused variables when debugging is disabled
by Gilles Peskine
· 5 months ago
b8f1e4b
Pacify uncrustify
by Gilles Peskine
· 5 months ago
afb254c
Unify handshake fragment log messages
by Gilles Peskine
· 5 months ago
15c072f
Fix handshake defragmentation when the record has multiple messages
by Gilles Peskine
· 5 months ago
Next »