TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls
/
aeedd74b4232ba064641eb1eaf93d90b7119a71d
aeedd74
Pass -std=c99 to arm-none-eabi-gcc
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
063f3bb
Add ChangeLog entry
by Hanno Becker
· 5 years ago
5c5efdf
Fix format specifier in ssl_ciphersuite_match()
by Hanno Becker
· 7 years ago
3c88c65
Fix debug format specifier in ClientHello ciphersuite log
by Hanno Becker
· 7 years ago
ecea07d
Unify ciphersuite related debug output on client and server
by Hanno Becker
· 7 years ago
ca04fdc
Add support for password protected key file to ssl_client2
by Hanno Becker
· 7 years ago
e58a630
Add support for password protected key file to ssl_server2
by Hanno Becker
· 7 years ago
c4af324
Merge branch 'development' into development-restricted
by Manuel Pégourié-Gonnard
· 5 years ago
3890f7c
Merge pull request #3540 from gufe44/netbsd-rand-arc4random_buf
by Gilles Peskine
· 5 years ago
9ec3648
Merge pull request #3495 from mpg/check-generated-files
by Gilles Peskine
· 5 years ago
29fcac3
Log change as bugfix
by gufe44
· 5 years ago
e0b2687
Undef ASSERT before defining it to ensure that no previous definition
by Ouss4
· 5 years ago
e900b59
Merge pull request #719 from gabor-mezei-arm/689_zeroising_of_plaintext_buffers
by Gilles Peskine
· 5 years ago
204e054
Add ChangeLog entry for X.509 CN-type vulnerability
by Manuel Pégourié-Gonnard
· 5 years ago
f58e5cc
Improve documentation of cn in x509_crt_verify()
by Manuel Pégourié-Gonnard
· 5 years ago
f3e4bd8
Fix comparison between different name types
by Manuel Pégourié-Gonnard
· 5 years ago
7d2a4d8
Add test: DNS names should not match IP addresses
by Manuel Pégourié-Gonnard
· 5 years ago
eaa0739
Merge pull request #716 from mpg/ct-varlen-hmac
by Manuel Pégourié-Gonnard
· 5 years ago
210bea3
Add the decomposition of the base case as a comment
by Gilles Peskine
· 5 years ago
0ca6d38
Merge pull request #3493 from gilles-peskine-arm/psa-unified-driver-specs
by danh-arm
· 5 years ago
ed06d2f
Add changelog entry
by gufe44
· 5 years ago
404e1db
Clarify updates to the persistent state in storage
by Gilles Peskine
· 5 years ago
5001da4
With multiple applicable transparent drivers, the order is unspecified
by Gilles Peskine
· 5 years ago
b320d08
Minor clarifications
by Gilles Peskine
· 5 years ago
ea739f0
Give some examples of purpsoses of pure-software transparent driver
by Gilles Peskine
· 5 years ago
e265b9d
Fix typos
by Gilles Peskine
· 5 years ago
3d1bcc6
Add a link to the PSA API specification
by Gilles Peskine
· 5 years ago
Next »