TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls
/
815869ac9c5d04d81095d1919cbb1adb84e8f9e2
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
ab2ce23
Fix typo in SSL test suite
by Hanno Becker
· 5 years ago
493ea7f
Remove instances of camelCase in TLS 1.3 key schedule
by Hanno Becker
· 5 years ago
fb08096
Use ASSERT_COMPARE instead of TEST_ASSERT( memcmp( ... ) == 0 )
by Hanno Becker
· 5 years ago
f376cee
Remove redundant dependency in TLS 1.3 key generation tests
by Hanno Becker
· 5 years ago
73c825a
Shorten include path in test_suite_ssl.function
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
b11c309
Update state of TLS 1.3 functionality in architecture document
by Hanno Becker
· 5 years ago
2d2c3eb
Add tests for TLS 1.3 key evolution function
by Hanno Becker
· 5 years ago
e9cccb4
Implement TLS 1.3 key evolution function
by Hanno Becker
· 5 years ago
e4849d1
Add test vectors for TLS 1.3 Derive-Secret
by Hanno Becker
· 5 years ago
b35d522
Implement TLS 1.3 key derivation function Derive-Secret
by Hanno Becker
· 5 years ago
19498f8
Add test vectors for TLS 1.3 traffic key generation
by Hanno Becker
· 5 years ago
3385a4d
Implement TLS 1.3 traffic key generation
by Hanno Becker
· 5 years ago
39ff492
Add test vectors for TLS 1.3 HKDF-Expand-Label
by Hanno Becker
· 5 years ago
be9d664
Implement TLS 1.3 key derivation function HKDF-Expand-Label
by Hanno Becker
· 5 years ago
27a2688
Introduce public macro for maximum symmetric cipher key length
by Hanno Becker
· 5 years ago
853f9bd
Merge pull request #3625 from gilles-peskine-arm/test-fail-report-first
by Gilles Peskine
· 5 years ago
0deccf1
Initialize ret from test code
by Gilles Peskine
· 5 years ago
4b5aba8
Merge pull request #3632 from gilles-peskine-arm/all.sh-armgcc-c99
by Gilles Peskine
· 5 years ago
aeedd74
Pass -std=c99 to arm-none-eabi-gcc
by Gilles Peskine
· 5 years ago
349eadc
Report the first failure, not the last one
by Gilles Peskine
· 5 years ago
523f055
Merge pull request #748 from ARMmbed/mbedtls-2.24.0r0-pr
by Janos Follath
· 5 years ago
mbedtls-2.24.0
v2.24.0
6012f0e
Finalize ChangeLog
by Janos Follath
· 5 years ago
17ffc5d
Bump version to Mbed TLS 2.24.0
by Janos Follath
· 5 years ago
c18a7b8
Assemble ChangeLog
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
2db7be1
Merge pull request #3612 from gilles-peskine-arm/psa-mac-negative-tests
by Manuel Pégourié-Gonnard
· 5 years ago
a2e518d
Fix the documentation of has_even_parity
by Gilles Peskine
· 5 years ago
3767122
Merge pull request #737 from mpg/changelog-for-local-lucky13-dev-restricted
by Manuel Pégourié-Gonnard
· 5 years ago
ed9fbc6
Clearer function name for parity check
by Gilles Peskine
· 5 years ago
6c75152
Explain the purpose of check_parity
by Gilles Peskine
· 5 years ago
34f063c
Add missing cleanup to hash multipart operation tests
by Gilles Peskine
· 5 years ago
8f18d08
Clarify that the Lucky 13 fix is quite general
by Manuel Pégourié-Gonnard
· 5 years ago
29c4a6c
Add negative tests for MAC verification
by Gilles Peskine
· 5 years ago
090e16c
Don't destroy the key during a MAC verification operation
by Gilles Peskine
· 5 years ago
8b356b5
Test other output sizes for psa_mac_sign_finish
by Gilles Peskine
· 5 years ago
5e65cec
Simplify output bounds check in mac_sign test
by Gilles Peskine
· 5 years ago
3d404d6
Test PSA_MAC_FINAL_SIZE in mac_sign exactly
by Gilles Peskine
· 5 years ago
cd65f4c
Add empty-output-buffer test cases for single-part hash functions
by Gilles Peskine
· 5 years ago
e92c68a
Note that a failure in cleanup is intentional
by Gilles Peskine
· 5 years ago
64f13ef
Add missing cleanup to some multipart operation tests
by Gilles Peskine
· 5 years ago
a09713c
test cleanup: Annotate file removal after a failed creation
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
14613bc
Fix parity tests to actually fail the test on error
by Gilles Peskine
· 5 years ago
d4ac4e0
Merge pull request #736 from mpg/cf-varpos-copy-dev-restricted
by Janos Follath
· 5 years ago
04b7488
Fix potential use of uninitialised variable
by Manuel Pégourié-Gonnard
· 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
ba6fc97
Fix a typo in a comment
by Manuel Pégourié-Gonnard
· 5 years ago
dd00bfc
Improve comments on constant-flow testing in config.h
by Manuel Pégourié-Gonnard
· 5 years ago
0f343ac
Merge pull request #3528 from gufe44/helpers-redirect-restore-output
by Gilles Peskine
· 5 years ago
8a79b9b
Fix "unused function" warning in some configs
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
e014fec
Don't forget to free G, P, Q, ctr_drbg, and entropy
by makise-homura
· 5 years ago
5fe5b82
Merge pull request #3590 from mpg/fix-compat.sh-with-ubuntu-16.04-gnutls
by Gilles Peskine
· 5 years ago
6c77bc6
compat.sh: stop using allow_sha1
by Manuel Pégourié-Gonnard
· 5 years ago
499bf4c
compat.sh: quit using SHA-1 certificates
by Manuel Pégourié-Gonnard
· 5 years ago
244d066
compat.sh: enable CBC-SHA-2 suites for GnuTLS
by Manuel Pégourié-Gonnard
· 5 years ago
1a6af84
Merge pull request #3578 from gilles-peskine-arm/md_setup-leak-development
by Manuel Pégourié-Gonnard
· 5 years ago
067f6e0
Fix bug in redirection of unit test outputs
by gufe44
· 5 years ago
22d70a8
Merge pull request #738 from danh-arm/dh/remaining-lf-copyright
by Gilles Peskine
· 5 years ago
5011814
Update remaining copyright notices to use Linux Foundation guidance
by Dan Handley
· 5 years ago
53d2160
Add a ChangeLog entry for local Lucky13 variant
by Manuel Pégourié-Gonnard
· 5 years ago
abccfc1
Merge development into development-restricted
by Dan Handley
· 5 years ago
c57497e
Merge pull request #3584 from mpg/fix-changelog-file-location
by Gilles Peskine
· 5 years ago
eb528ee
Fix location of a ChangeLog entry file
by Manuel Pégourié-Gonnard
· 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
feb0396
Fix memory leak in test_suite_x509write with PSA crypto
by Manuel Pégourié-Gonnard
· 5 years ago
e8582ba
Merge pull request #3546 from bensze01/copyright
by danh-arm
· 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
e559550
Fix e2k support changelog snippet
by makise-homura
· 5 years ago
e74f372
Get back -Wsigned-one-bit-field and fix sources according to it
by makise-homura
· 5 years ago
0be6aa9
Get back -Wsign-compare and fix sources according to it
by makise-homura
· 5 years ago
ac2fd65
Support building on e2k (Elbrus) architecture
by makise-homura
· 5 years ago
721f7c1
Add minimal client authentication test to ssl-opt.sh
by Hanno Becker
· 5 years ago
2f54a3c
Add tests to ssl-opt.sh exercising new `key_pwd[2]` parameters
by Hanno Becker
· 5 years ago
226eedb
Add password protected version of key for data_files/server{2,5}.key
by Hanno Becker
· 5 years ago
98944cd
Merge pull request #3404 from mpg/improve-ssl-opt-logs
by Manuel Pégourié-Gonnard
· 5 years ago
2d3ac68
Parse key-file and -password parameters in same place in ssl_client2
by Hanno Becker
· 5 years ago
bffa54f
Add usage string for `key_pwd` argument in ssl_client2 program
by Hanno Becker
· 5 years ago
34ce81f
Avoid overly long usage string literal in ssl_server2 program
by Hanno Becker
· 5 years ago
a4e8614
Always revoke certificate on CRL
by Raoul Strackx
· 5 years ago
c60c30e
Merge pull request #3557 from Ouss4/assert
by Gilles Peskine
· 5 years ago
71f4fa1
Merge pull request #721 from gilles-peskine-arm/x509parse_crl-empty_entry-development
by Gilles Peskine
· 5 years ago
fa452c4
Fix guard in ECJPAKE tests in ssl-opt.sh
by Hanno Becker
· 5 years ago
ee63af6
Adapt ssl-opt.sh to modified ciphersuite log format
by Hanno Becker
· 5 years ago
8ca03a7
Merge pull request #3554 from mpg/x509-verify-non-dns-san-dev
by Manuel Pégourié-Gonnard
· 5 years ago
Next »