TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls
/
2dfaf9ca23f6c36a3d6824e5572f04a2c75c4288
/
library
d895939
Add ECDSA support to PSA crypto configuration
by John Durkop
· 4 years, 11 months ago
9ad4a33
fix return code
by Jens Reimann
· 4 years, 11 months ago
2a25904
Merge pull request #3568 from hanno-arm/tls13_experimental_key_schedule_1
by Janos Follath
· 4 years, 11 months ago
531fe30
Comment on hardcoding of maximum HKDF key expansion of 255 Bytes
by Hanno Becker
· 4 years, 11 months ago
61baae7
Minor fixes and improvements in TLS 1.3 key schedule documentation
by Hanno Becker
· 4 years, 11 months ago
dc57c25
Merge pull request #3527 from ronald-cron-arm/key-extended-id
by Gilles Peskine
· 4 years, 11 months ago
6d81f7e
Final feedback from @ronald-cron-arm
by Steven Cooreman
· 4 years, 11 months ago
ef8575e
Apply review feedback
by Steven Cooreman
· 5 years ago
a07b997
Update semantics around driver context use in psa_cipher_setup
by Steven Cooreman
· 5 years ago
e55f3e8
Make sure to not call mbedtls_cipher_free on an uninitialised context
by Steven Cooreman
· 5 years ago
b5e52f2
Remove superfluous call in PSA cipher setup
by Steven Cooreman
· 5 years ago
7df0292
Check & set operation flags for both driver and software in the core
by Steven Cooreman
· 5 years ago
cfeea8f
Unify driver context struct handling
by Steven Cooreman
· 5 years ago
150c99b
Simplify cipher setup wrapper body
by Steven Cooreman
· 5 years ago
fb81aa5
Only pass the driver-relevant portion of the context struct
by Steven Cooreman
· 5 years ago
5240e8b
Style and language fixes from review
by Steven Cooreman
· 5 years ago
8b12225
Add a working implementation of a multipart AES-CTR test driver
by Steven Cooreman
· 5 years ago
d3feccd
Restructure cipher context object to contain driver switch
by Steven Cooreman
· 5 years ago
37941cb
Add initial pass on a multi-part test driver
by Steven Cooreman
· 5 years ago
b1d3f27
Merge pull request #3480 from stevew817/feature/aes-ecb
by Gilles Peskine
· 4 years, 11 months ago
963c9e4
Merge pull request #3588 from guidovranken/fix-clang12-Wstring-concatenation
by Janos Follath
· 5 years ago
a75a06b
Merge pull request #3630 from mpg/rm-useless-cast-x509
by Gilles Peskine
· 5 years ago
6bf4f5f
Merge pull request #3585 from jdurkop/fix/undefined-reference-3294
by Gilles Peskine
· 5 years ago
2dfe132
Fix miscalculation of maximum TLS 1.3 HKDF label length
by Hanno Becker
· 5 years ago
5cfc724
Remove outdated documentation of mbedtls_ssl_tls1_3_derive_secret()
by Hanno Becker
· 5 years ago
0c42fd9
Fix Doxygen documentation of mbedtls_ssl_tls1_3_derive_secret()
by Hanno Becker
· 5 years ago
97a2156
Move misplaced comment
by Hanno Becker
· 5 years ago
0973ff9
Remove macro definitions between Doxygen block and prototype
by Hanno Becker
· 5 years ago
1413bd8
Simplify identification of TLS 1.3 labels in unit test suite
by Hanno Becker
· 5 years ago
2fe043a
Remove guard for TLS 1.3 specific declarations
by Hanno Becker
· 5 years ago
59b50a1
Don't use _xxx naming for local variables in ssl_tls13_keys.c
by Hanno Becker
· 5 years ago
9b9be00
Remove DTLS 1.3 specific label
by Hanno Becker
· 5 years ago
00cfc1c
Add "e exp master" TLS 1.3 key schedule label
by Hanno Becker
· 5 years ago
70d7fb0
Don't hardcode TLS 1.3 labels in test cases
by Hanno Becker
· 5 years ago
90551c7
Use uniform naming scheme for TLS 1.3 label structure
by Hanno Becker
· 5 years ago
628ed4e
Merge pull request #3592 from d-otte/development
by Manuel Pégourié-Gonnard
· 5 years ago
2ec2eaa
Fix test issues with depends-hashes
by John Durkop
· 5 years ago
a3a5a4e
Please check-names.sh
by Hanno Becker
· 5 years ago
815869a
Improve documentation of ssl_tls1_3_hkdf_encode_label()
by Hanno Becker
· 5 years ago
00debc7
Minor improvement in ssl_tls13_keys.c
by Hanno Becker
· 5 years ago
493ea7f
Remove instances of camelCase in TLS 1.3 key schedule
by Hanno Becker
· 5 years ago
939bb4d
Initialize TLS 1.3 label prefix with string literal
by Hanno Becker
· 5 years ago
9cb0a14
Remove duplicated computation of TLS 1.3 HKDF label length
by Hanno Becker
· 5 years ago
e4435ea
Introduce TLS 1.3 labels in a single place
by Hanno Becker
· 5 years ago
1981cb2
Use uniform naming for TLS 1.3 label fields
by Hanno Becker
· 5 years ago
58c5cea
Include common.h from ssl_tls13_keys.c
by Hanno Becker
· 5 years ago
e9cccb4
Implement TLS 1.3 key evolution function
by Hanno Becker
· 5 years ago
b35d522
Implement TLS 1.3 key derivation function Derive-Secret
by Hanno Becker
· 5 years ago
3385a4d
Implement TLS 1.3 traffic key generation
by Hanno Becker
· 5 years ago
be9d664
Implement TLS 1.3 key derivation function HKDF-Expand-Label
by Hanno Becker
· 5 years ago
177deba
Fix style and pull out ECB processing in separate function
by Steven Cooreman
· 5 years ago
0d7c64d
Changed test driver include folder to reflect it's a test driver
by Steven Cooreman
· 5 years ago
56250fd
Style fixes after PR review
by Steven Cooreman
· 5 years ago
8d2bde7
Make sure software fallback isn't tried on opaque keys
by Steven Cooreman
· 5 years ago
15f58d2
Move mbedtls_to_psa_error declaration to internal header
by Steven Cooreman
· 5 years ago
2c7b2f8
Apply changes from #3546 to newly introduced files
by Steven Cooreman
· 5 years ago
f1720ea
Fix macro naming to match inhouse style
by Steven Cooreman
· 5 years ago
1cd39d5
Use own define for building with test drivers
by Steven Cooreman
· 5 years ago
2a1664c
Add & splice in test driver for ECC keygen
by Steven Cooreman
· 5 years ago
0116416
Expose mbedtls_error_to_psa_status for use in test drivers
by Steven Cooreman
· 5 years ago
55ae217
Add and splice in signature verification through driver
by Steven Cooreman
· 5 years ago
7a25057
Move handling of 'SE' drivers into driver wrappers
by Steven Cooreman
· 5 years ago
cd84cb4
Add a handcrafted first version of the driver wrapper code
by Steven Cooreman
· 5 years ago
0d59f7b0
Add configuration flag `MBEDTLS_PSA_CRYPTO_DRIVERS`
by Steven Cooreman
· 5 years ago
79ca427
psa: storage: Use key id macros to compute ITS file identifier
by Ronald Cron
· 5 years ago
ecfb237
Fix PSA code and unit tests
by Ronald Cron
· 5 years ago
71016a9
psa: Rename psa_key_file_id_t to mbedtls_svc_key_id_t
by Ronald Cron
· 5 years ago
039a98b
Define always psa_key_id_t as defined in PSA crypto spec
by Ronald Cron
· 5 years ago
27238fc
psa: Use psa_key_file_id_t as the key id type
by Ronald Cron
· 5 years ago
feaebc5
x509.c: Remove one unnecessary cast
by Andrzej Kurek
· 5 years ago
17ffc5d
Bump version to Mbed TLS 2.24.0
by Janos Follath
· 5 years ago
d2ce916
Merge branch 'development-restricted'
by Janos Follath
· 5 years ago
d4b9133
Merge pull request #3611 from gilles-peskine-arm/psa-coverity-cleanups-202008
by Gilles Peskine
· 5 years ago
9e4d438
Merge pull request #3433 from raoulstrackx/raoul/verify_crl_without_time
by Gilles Peskine
· 5 years ago
169ca7f
psa_crypto_storage: Annotate file removal after a failed creation
by Gilles Peskine
· 5 years ago
bab1b52
psa_its: Annotate file removal after a failed creation
by Gilles Peskine
· 5 years ago
ffecb7b
Implement support for multipart ECB and add tests
by Steven Cooreman
· 5 years ago
d4ac4e0
Merge pull request #736 from mpg/cf-varpos-copy-dev-restricted
by Janos Follath
· 5 years ago
a6033e9
Style and language fixes
by Steven Cooreman
· 5 years ago
ed19762
Merge pull request #3574 from makise-homura/e2k_support
by Gilles Peskine
· 5 years ago
af9513b
A different approach of signed-to-unsigned comparison
by makise-homura
· 5 years ago
d46ede0
Fix missing label for guard
by John Durkop
· 5 years ago
af5363c
Updates to cleanup fixes for #3294
by John Durkop
· 5 years ago
f35069a
Fix undefined ref error when ECDSA not defined
by John Durkop
· 5 years ago
ba6fc97
Fix a typo in a comment
by Manuel Pégourié-Gonnard
· 5 years ago
6edfe60
Merge pull request #2182 from hanno-arm/key_pwd
by Manuel Pégourié-Gonnard
· 5 years ago
962e4ee
Use single-line string literals.
by Guido Vranken
· 5 years ago
388f9b2
adjusting size of sliding window array to correct size.
by Daniel Otte
· 5 years ago
027fe00
Prevent triggering Clang 12 -Wstring-concatenation warning
by Guido Vranken
· 5 years ago
1a6af84
Merge pull request #3578 from gilles-peskine-arm/md_setup-leak-development
by Manuel Pégourié-Gonnard
· 5 years ago
5011814
Update remaining copyright notices to use Linux Foundation guidance
by Dan Handley
· 5 years ago
abccfc1
Merge development into development-restricted
by Dan Handley
· 5 years ago
de1cf2c5
Make mbedtls_ssl_cf_memcpy_offset() constant-flow
by Manuel Pégourié-Gonnard
· 5 years ago
73afa37
Add option to test constant-flow with valgrind
by Manuel Pégourié-Gonnard
· 5 years ago
d15c740
Fix memory leak in mbedtls_md_setup with HMAC
by Gilles Peskine
· 5 years ago
7fe2c5f
Add mbedtls_ssl_cf_memcpy_offset() with tests
by Manuel Pégourié-Gonnard
· 5 years ago
3c31afa
Use temporary buffer to hold the peer's HMAC
by Manuel Pégourié-Gonnard
· 5 years ago
1e14827
Update copyright notices to use Linux Foundation guidance
by Bence Szépkúti
· 5 years ago
0be6aa9
Get back -Wsign-compare and fix sources according to it
by makise-homura
· 5 years ago
a4e8614
Always revoke certificate on CRL
by Raoul Strackx
· 5 years ago
Next »