TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls
/
54587fcf9bca776ed2c9f8f4aee94fa6780d9f08
54587fc
Fix leakage of projective coordinates in ECC
by Manuel Pégourié-Gonnard
· 5 years ago
d1bd2ac
Merge pull request #3107 from mpg/3013-2.7
by Manuel Pégourié-Gonnard
· 5 years ago
f3037ec
Merge pull request #3115 from mpg/ssl-opt-names-2.7
by Gilles Peskine
· 5 years ago
d6e4454
Improve some test names in ssl-opt.sh
by Manuel Pégourié-Gonnard
· 5 years ago
ab713a9
Fix debug message by using the correct function name called
by Ercan Ozturk
· 6 years ago
eb22ad2
Merge pull request #2440 from andresag01/mbedtls-2.7-iotssl-2544-deprecate-record-accel
by Manuel Pégourié-Gonnard
· 5 years ago
daac4e4
Merge pull request #3091 from sbutcher-arm/output-env-pylint-mbedtls-2.7
by Jaeden Amero
· 5 years ago
8eb64e6
Fix output_env.sh for varying pylint3 output
by Simon Butcher
· 5 years ago
8277041
Add Python, Perl and Pylint to output_env.sh
by Simon Butcher
· 5 years ago
3756128
Merge pull request #3084 from sbutcher-arm/output_env-enhancements-2.7
by Manuel Pégourié-Gonnard
· 5 years ago
d40e603
Make minor fixes to output_env.sh after review
by Simon Butcher
· 5 years ago
870ee82
Enhance the output_env.sh script
by Simon Butcher
· 5 years ago
aaf9c10
Merge pull request #3062 from danh-arm/dh/drop-cla-2.7
by danh-arm
· 5 years ago
3f402bc
Merge pull request #3061 from mpg/skip-close-notify-2.7
by Manuel Pégourié-Gonnard
· 5 years ago
aa719e7
Align some timeouts with the 2.16 branch in ssl-opt.sh
by Manuel Pégourié-Gonnard
· 5 years ago
5e261e9
Fix possible close_notify/ClientHello confusion
by Manuel Pégourié-Gonnard
· 5 years ago
a225b24
Add project description to README.md
by Dan Handley
· 5 years ago
52de9b0
Drop requirement for a CLA
by Dan Handley
· 5 years ago
bb13e3b
Add test for MBEDTLS_SSL_HW_RECORD_ACCEL in all.sh
by Andres Amaya Garcia
· 7 years ago
8758053
Fix compilation issue when DTLS and SSL_HW_RECORD_ACCEL are on
by Andres Amaya Garcia
· 7 years ago
72371b2
Merge pull request #3052 from yanesca/bump-version-2.7.14
by Janos Follath
· 5 years ago
mbedtls-2.7.14
46337ab
Add release info to ChangeLog
by Janos Follath
· 5 years ago
0f22670
Bump version to Mbed TLS 2.7.14
by Janos Follath
· 5 years ago
5fd4339
Merge pull request #3049 from mpg/fix-rsa-complete-2.7
by Gilles Peskine
· 5 years ago
9c16ede
Check for buffer overflow in test function
by Manuel Pégourié-Gonnard
· 5 years ago
08f06eb
Add ChangeLog entries for pk_parse_key() fixes
by Manuel Pégourié-Gonnard
· 5 years ago
609d79e
Fix pkparse bug wrt MBEDTLS_RSA_ALT
by Manuel Pégourié-Gonnard
· 5 years ago
355bbc0
Test each failure mode of pk_parse_key_pkcs1_der()
by Manuel Pégourié-Gonnard
· 5 years ago
bfd0259
Clean up test function pk_parse_key
by Manuel Pégourié-Gonnard
· 5 years ago
869e966
Check public part when parsing private RSA key
by Manuel Pégourié-Gonnard
· 5 years ago
8cc0491
Don't pass zero to rsa_complete() as a param
by Manuel Pégourié-Gonnard
· 5 years ago
37d0dfc
Merge pull request #3030 from gilles-peskine-arm/test-opt-all-2.7
by Manuel Pégourié-Gonnard
· 5 years ago
6cf5931
Merge pull request #3028 from gilles-peskine-arm/mpi_copy_shrink-2.7
by Manuel Pégourié-Gonnard
· 5 years ago
f53f508
Merge pull request #3035 from yanesca/revert_pr_3011
by Janos Follath
· 6 years ago
b40d60f
Revert "Merge pull request #3011 from Patater/dev/jp-bennett/development-2.7"
by Janos Follath
· 6 years ago
5d11712
Merge pull request #3020 from mpg/fix-ssl-opt-gnutls-no-sha1-2.7
by Janos Follath
· 6 years ago
ac3c806
Fix comment to match reality
by Manuel Pégourié-Gonnard
· 6 years ago
918b25d
Revert "Fix certs.c to match the content of the files"
by Manuel Pégourié-Gonnard
· 6 years ago
fa0e8b5
Test GCC and Clang with common build options
by Gilles Peskine
· 6 years ago
c924712
Replace -O0 by -O1 or -Os in most components
by Gilles Peskine
· 6 years ago
261aea1
shrink tests: clearer description
by Gilles Peskine
· 6 years ago
774c163
Minor comment improvement
by Gilles Peskine
· 6 years ago
6a26967
Improve comments in mpi_shrink
by Gilles Peskine
· 6 years ago
2aeab87
mpi_copy: make the 0 case slightly more robust
by Gilles Peskine
· 6 years ago
84b8e25
Better coverage for copy and swap
by Gilles Peskine
· 6 years ago
6f43c60
Bignum copy/shrink: More precise test case descriptions
by Gilles Peskine
· 6 years ago
179c227
Fix CA encoding issue with gnutls-cli
by Manuel Pégourié-Gonnard
· 6 years ago
205e88c
Fix certs.c to match the content of the files
by Manuel Pégourié-Gonnard
· 6 years ago
419f915
Merge pull request #3017 from jack-fortanix/jack/parse-rsa-crt-2.7
by Gilles Peskine
· 6 years ago
f664c4d
Add changelog entry
by Gilles Peskine
· 6 years ago
350823d
Merge pull request #2976 from mpg/add-zlib-tests-2.7
by Manuel Pégourié-Gonnard
· 6 years ago
37abf12
De-duplicate SHA1-independent test in ssl-opt.sh
by Manuel Pégourié-Gonnard
· 6 years ago
a92990a
Fix ssl-opt.sh for GnuTLS versions rejecting SHA-1
by Manuel Pégourié-Gonnard
· 6 years ago
100e147
Parse RSA parameters DP, DQ and QP from PKCS1 private keys
by Jack Lloyd
· 6 years ago
a67508e
Merge pull request #3002 from gilles-peskine-arm/coverity-20200115-2.7 into mbedtls-2.7
by Janos Follath
· 6 years ago
2150fb2
Add detection for zlib headers to all.sh
by Manuel Pégourié-Gonnard
· 6 years ago
130e136
Merge pull request #3011 from Patater/dev/jp-bennett/development-2.7
by Jaeden Amero
· 6 years ago
071b3e1
Merge pull request #2991 from yanesca/bump-version-2.7.13
by Janos Follath
· 6 years ago
7e6931d
Add ChangeLog entry
by Jaeden Amero
· 6 years ago
791babc
Allow loading symlinked certificates
by Jonathan Bennett
· 6 years ago
16ba09c
Check that mbedtls_mpi_grow succeeds
by Gilles Peskine
· 6 years ago
0f595f7
Remove redundant block_size validity check
by Gilles Peskine
· 6 years ago
f4dd8a9
Add changelog entry for the unchecked mbedtls_md call
by Gilles Peskine
· 6 years ago
d22a793
Add missing return code check on call to mbedtls_md()
by Gilles Peskine
· 6 years ago
ee88f81
Bump version to Mbed TLS 2.7.13
by Janos Follath
· 6 years ago
d8180f8
Merge remote-tracking branch 'origin/mbedtls-2.7' into mbedtls-2.7-restricted
by Jaeden Amero
· 6 years ago
mbedtls-2.7.13
4557551
Add test for record compression in ssl-opt.sh
by Manuel Pégourié-Gonnard
· 6 years ago
51e2494
Add all.sh components with ZLIB enabled
by Manuel Pégourié-Gonnard
· 6 years ago
db64989
Merge pull request #2895 from gilles-peskine-arm/drbg-set_entropy_len-2.7
by Jaeden Amero
· 6 years ago
373a709
Merge pull request #673 from gilles-peskine-arm/ctr_drbg-aes_fail-2.7
by Jaeden Amero
· 6 years ago
b2be1fc
Catch AES failure in mbedtls_ctr_drbg_random
by Gilles Peskine
· 6 years ago
df1b3e5
Merge pull request #2937 from gilles-peskine-arm/memory_buffer_alloc-fatal-pass-2.7
by Jaeden Amero
· 6 years ago
02fbc08
Enable more test cases without MBEDTLS_MEMORY_DEBUG
by Gilles Peskine
· 6 years ago
786f068
More accurate test case description
by Gilles Peskine
· 6 years ago
04d45c9
Clarify that the "FATAL" message is expected
by Gilles Peskine
· 6 years ago
c5a016d
Merge remote-tracking branch 'restricted/pr/666' into mbedtls-2.7-restricted
by Jaeden Amero
· 6 years ago
e70059d
Merge remote-tracking branch 'restricted/pr/668' into mbedtls-2.7-restricted
by Jaeden Amero
· 6 years ago
10fcdd2
Merge pull request #664 from ARMmbed/dev/yanesca/iotcrypt-958-ecdsa-side-channel-fix-2.7
by Jaeden Amero
· 6 years ago
0759736
Zeroize local AES variables before exiting the function
by Andrzej Kurek
· 6 years ago
dfa4d71
Add ChangeLog entry
by Janos Follath
· 6 years ago
b4edac5
mpi_lt_mpi_ct: fix condition handling
by Janos Follath
· 6 years ago
f4482aa
mpi_lt_mpi_ct: Add further tests
by Janos Follath
· 6 years ago
a776aea
mpi_lt_mpi_ct: Fix test numbering
by Janos Follath
· 6 years ago
1b86eeb
mpi_lt_mpi_ct perform tests for both limb size
by Janos Follath
· 6 years ago
5823961
ct_lt_mpi_uint: cast the return value explicitely
by Janos Follath
· 6 years ago
6adff06
mbedtls_mpi_lt_mpi_ct: add tests for 32 bit limbs
by Janos Follath
· 6 years ago
cff9e6e
mbedtls_mpi_lt_mpi_ct: simplify condition
by Janos Follath
· 6 years ago
8ec2a95
Rename variable for better readability
by Janos Follath
· 6 years ago
a2b9a96
mbedtls_mpi_lt_mpi_ct: Improve documentation
by Janos Follath
· 6 years ago
51ed14e
Make mbedtls_mpi_lt_mpi_ct more portable
by Janos Follath
· 6 years ago
9741fa6
Bignum: Document assumptions about the sign field
by Janos Follath
· 6 years ago
9332ece
Add more tests for mbedtls_mpi_lt_mpi_ct
by Janos Follath
· 6 years ago
aaa3f22
mpi_lt_mpi_ct test: hardcode base 16
by Janos Follath
· 6 years ago
3173a53
Document ct_lt_mpi_uint
by Janos Follath
· 6 years ago
782cbe5
mpi_lt_mpi_ct: make use of unsigned consistent
by Janos Follath
· 6 years ago
db9f449
ct_lt_mpi_uint: make use of biL
by Janos Follath
· 6 years ago
c3b376e
Change mbedtls_mpi_cmp_mpi_ct to check less than
by Janos Follath
· 6 years ago
8461c0e
mbedtls_mpi_cmp_mpi_ct: remove multiplications
by Janos Follath
· 6 years ago
8de2d45
Remove excess vertical space
by Janos Follath
· 6 years ago
c587a32
Remove declaration after statement
by Janos Follath
· 6 years ago
Next »