TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls
/
refs/heads/mbedtls-3.6
8d524e8
Merge pull request #10312 from ronald-cron-arm/dependency-on-generated-files
by Gilles Peskine
· 5 days ago
mbedtls-3.6
5491fe3
Add change log
by Ronald Cron
· 3 months ago
cbe5fa4
cmake: library: Add custom targets for generated files
by Ronald Cron
· 3 months ago
8f4779c
Merge pull request #10303 from bensze01/freebsd-3.6
by Bence Szépkúti
· 3 weeks ago
222090a
Restrict CI-specific python requirements to Linux
by Bence Szépkúti
· 3 weeks ago
9ecab50
Don't install cryptography on the FreeBSD CI
by Bence Szépkúti
· 3 weeks ago
22dd793
Freeze cryptography version on the CI at 35.0.0
by Bence Szépkúti
· 3 weeks ago
cfbde81
Merge pull request #10287 from davidhorstmann-arm/update-4.x-lts-timeline-3.6
by Ronald Cron
· 4 weeks ago
ea073d0
Update note about the first 4.x LTS
by David Horstmann
· 4 weeks ago
a329f39
Merge pull request #10210 from gilles-peskine-arm/nv-seed-only-3.6
by Ronald Cron
· 5 weeks ago
1a22f21
Merge pull request #1381 from Mbed-TLS/mbedtls-3.6.4-mergeback
by minosgalanakis
· 5 weeks ago
5b9c7c5
Revert "Added generated files"
by Minos Galanakis
· 5 weeks ago
01b5d6a
Merge pull request #10244 from felixc-arm/gcc-15-remove-wnoerror-3.6
by Manuel Pégourié-Gonnard
· 6 weeks ago
c765c83
Merge pull request #1373 from Mbed-TLS/mbedtls-3.6.4rc0-pr
by minosgalanakis
· 6 weeks ago
mbedtls-3.6.4
v3.6.4
59e8b3a
Added generated files
by Minos Galanakis
· 6 weeks ago
5374262
Version bump 3.6.4
by Minos Galanakis
· 6 weeks ago
c52f68f
Assemble ChangeLog
by Minos Galanakis
· 6 weeks ago
4cbf802
Properly initialize SSL endpoint objects
by Gilles Peskine
· 6 weeks ago
ae9a5e8
Fix accidentally skipped test assertion
by Gilles Peskine
· 6 weeks ago
b5bb58d
Merge pull request #10249 from gilles-peskine-arm/tls-exporter-coverity-202505-3.6
by minosgalanakis
· 6 weeks ago
20eee55
Properly initialize SSL endpoint objects
by Gilles Peskine
· 6 weeks ago
971c02c
Fix accidentally skipped test assertion
by Gilles Peskine
· 6 weeks ago
f362775
Merge remote-tracking branch 'restricted/mbedtls-3.6-restricted' into mbedtls-3.6.4rc0-pr
by Minos Galanakis
· 6 weeks ago
5e1e5b3
Merge pull request #10241 from ariwo17/backport-typo-fixes-3.6
by David Horstmann
· 6 weeks ago
ea26c23
Turn Wunterminated-string-initialization back into an error
by Felix Conway
· 6 weeks ago
3527ea9
Merge pull request #10243 from ronald-cron-arm/mbedtls-3.6-release-sync
by Ronald Cron
· 6 weeks ago
bad1679
Update framework pointer (release-sync)
by Ronald Cron
· 6 weeks ago
ed134de
Fixed the same typo in ssl-opt.sh
by Ari Weiler-Ofek
· 8 weeks ago
54ceaf7
Merge pull request #10200 from aslze/mbedtls-3.6
by David Horstmann
· 7 weeks ago
fb2460a
Fixed some minor typos in comments.
by Ari Weiler-Ofek
· 8 weeks ago
7df8992
fix: additional MSVC v142 build issue with tls1.3 configuration enabled.
by Ronald Cron
· 7 weeks ago
a84be59
Merge pull request #1366 from gilles-peskine-arm/base64-decode-clean-3.6
by David Horstmann
· 7 weeks ago
d1f5169
Remove blank line
by Ronald Cron
· 7 weeks ago
3c9ad42
Merge pull request #1367 from gilles-peskine-arm/aesni_has_support-volatile-3.6
by Gilles Peskine
· 7 weeks ago
d593c54
Merge pull request #10215 from felixc-arm/gcc-15-warning-3.6
by Manuel Pégourié-Gonnard
· 7 weeks ago
b8d1473
Simplify changelog
by Felix Conway
· 7 weeks ago
853cfbd
Add a note about processor memory reordering
by Gilles Peskine
· 8 weeks ago
80ca13f
Add changelog
by Felix Conway
· 8 weeks ago
766be1f
Replace __attribute__((nonstring)) with macro MBEDTLS_ATTRIBUTE_UNTERMINATED_STRING
by Felix Conway
· 8 weeks ago
51dccfb
Improve some explanations
by Gilles Peskine
· 8 weeks ago
03303d8
Don't mutate dst_size
by Gilles Peskine
· 8 weeks ago
2e1399f
Add __attribute__ ((nonstring)) to remove unterminated-string-initialization warning
by Felix Conway
· 8 weeks ago
f5db3e9
Note that GCM is also impacted
by Gilles Peskine
· 8 weeks ago
a795252
Merge pull request #1359 from Mbed-TLS/bugfix_1351_1352_1353_lms_drivers_3.6bp
by Gilles Peskine
· 8 weeks ago
7ed3653
Merge pull request #1363 from gilles-peskine-arm/3.6-restricted-merge-20250606
by Manuel Pégourié-Gonnard
· 8 weeks ago
cae4434
Merge pull request #1347 from mpg/fix-asn1-store-named-data-null-deref-3.6
by Manuel Pégourié-Gonnard
· 8 weeks ago
4c26d7d
Merge pull request #10179 from gilles-peskine-arm/union-initialization-gcc15-driver-checks-3.6
by Manuel Pégourié-Gonnard
· 8 weeks ago
55d2113
Adjust test case with invalid base64
by Gilles Peskine
· 8 weeks ago
8c67ac0
Fix race condition in mbedtls_aesni_has_support
by Gilles Peskine
· 8 weeks ago
13cc0c2
mbedtls_base64_decode: test dst=NULL with dlen>0
by Gilles Peskine
· 9 weeks ago
e7ed8c4
Explain some aspects of the tests
by Gilles Peskine
· 9 weeks ago
2b3d6a8
mbedtls_base64_decode: insist on correct padding
by Gilles Peskine
· 9 weeks ago
255c492
Added CVE's to ChangeLogs
by Minos Galanakis
· 8 weeks ago
df2f0aa
lms.c: Updated documentation
by Minos Galanakis
· 8 weeks ago
58a4479
test_suite_lms.data: Updated comments
by Minos Galanakis
· 8 weeks ago
361799a
typo
by Gilles Peskine
· 8 weeks ago
7df273b
Merge remote-tracking branch 'mbedtls-3.6' into mbedtls-3.6-restricted
by Gilles Peskine
· 8 weeks ago
bd6fb46
Add a build with NV seed as the only entropy source
by Gilles Peskine
· 8 weeks ago
582b6fb
We do support builds where NV seed is the only entropy source
by Gilles Peskine
· 8 weeks ago
84999d1
Fix mbedtls_base64_decode() accepting invalid inputs with 4n+1 digits
by Gilles Peskine
· 9 weeks ago
683a46e
mbedtls_base64_decode: assert sloppy behavior with bad number of =
by Gilles Peskine
· 9 weeks ago
715bbf3
mbedtls_base64_decode: test the reported output length
by Gilles Peskine
· 9 weeks ago
c7beb84
test_suite_lms: Added negative test for corrupted Merkle path
by Minos Galanakis
· 9 weeks ago
b725738
test_suite_lms: Added a test for importing invalid sized key
by Minos Galanakis
· 9 weeks ago
f84bc3f
Added changelog for check return of merkle leaf
by Minos Galanakis
· 9 weeks ago
3444757
Added changelog for lms enum casting
by Minos Galanakis
· 9 weeks ago
3b392af
Added changelog for lms overread
by Minos Galanakis
· 9 weeks ago
41422e1
Fix change log entry
by Alvaro Segura
· 9 weeks ago
673e1eb
Fix build test programs in MSVC (due to a warning treated as error in winbase.h)
by Alvaro Segura
· 9 weeks ago
9b3051f
Built-in lms driver: always zeroize output-buffer in create_merkle_leaf_value
by Minos Galanakis
· 9 weeks ago
ae449bf
Built-in lms driver:Check return values of Merkle node creation
by Minos Galanakis
· 9 weeks ago
caaffc1
Built-in lms/lmots driver: Harden public key import against enum truncation
by Minos Galanakis
· 9 weeks ago
548e2db
Built-in lms driver: Added input guard
by Minos Galanakis
· 9 weeks ago
3f82706
Merge pull request #1349 from felixc-arm/pem-integer-underflow-3.6
by David Horstmann
· 9 weeks ago
42323ea
Add changelog
by Felix Conway
· 10 weeks ago
6165e71
Add fix for PEM underflow
by Felix Conway
· 10 weeks ago
9325883
Add test using underflow-causing PEM keyfile
by Felix Conway
· 10 weeks ago
1592639
Merge pull request #10182 from gilles-peskine-arm/f_rng-documentation-3.6
by Gilles Peskine
· 9 weeks ago
0050f5f
Update framework with additional operation initialization checks
by Gilles Peskine
· 6 months ago
e51bde0
Fix possible UB in mbedtls_asn1_write_raw_buffer()
by Manuel Pégourié-Gonnard
· 9 weeks ago
3819005
Fix psa_pake_operation_s member types
by Ronald Cron
· 9 weeks ago
d3324fd
Move PAKE size calculation macros, cipher suite and operation structs
by Ronald Cron
· 9 weeks ago
23a0d48
Merge pull request #10196 from ronald-cron-arm/move-crypto-struct-inclusion
by David Horstmann
· 10 weeks ago
d9c1417
Merge pull request #1345 from davidhorstmann-arm/pkcs7-side-channel-missing-credit-3.6
by Manuel Pégourié-Gonnard
· 10 weeks ago
4960825
Add change log
by Ronald Cron
· 10 weeks ago
3ea3635
Move the inclusion of crypto_sizes.h and crypto_struct.h in crypto.h
by Ronald Cron
· 10 weeks ago
04fe95d
Add ChangeLog entry
by Manuel Pégourié-Gonnard
· 2 months ago
12df5f3
Improve unit tests for mbedtls_asn1_store_named_data
by Manuel Pégourié-Gonnard
· 2 months ago
2df7ab7
Fix bug in mbedtls_asn1_store_named_data()
by Manuel Pégourié-Gonnard
· 2 months ago
13f86e6
Add tests for bug in mbedtls_x509_string_to_names()
by Manuel Pégourié-Gonnard
· 3 months ago
077f8e6
Restore standard initializers in _init tests
by Gilles Peskine
· 6 months ago
93dd995
Use short initializers for multipart operation structures
by Gilles Peskine
· 6 months ago
1e9267c
Merge pull request #1340 from mpg/fix-string-to-names-uaf-3.6
by Manuel Pégourié-Gonnard
· 3 months ago
8ac3eb9
Avoid a useless copy in cert_{req,write}
by Manuel Pégourié-Gonnard
· 3 months ago
1173786
Merge pull request #10185 from rojer/tls_consts_3.6
by Manuel Pégourié-Gonnard
· 3 months ago
fb5e2e5
Mark ssl_tls12_preset_suiteb_sig_algs const
by Deomid rojer Ryabkov
· 1 year, 5 months ago
e3aaf82
Mark ssl_tls12_preset_default_sig_algs const
by Deomid rojer Ryabkov
· 1 year, 5 months ago
dad206d
Merge pull request #10168 from gilles-peskine-arm/union-initialization-gcc15-basic-fix-3.6
by Manuel Pégourié-Gonnard
· 3 months ago
8429619
Fix type in ChangeLog
by Manuel Pégourié-Gonnard
· 3 months ago
8a6fc08
Add comment on apparent type mismatch
by Manuel Pégourié-Gonnard
· 3 months ago
Next »