TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls.git
/
2ebb1e18e997e7ba4e679d7b7b2fe1da4581d1f6
/
library
7d7c004
Improve comment justifying a hard-coded limitation
by Manuel Pégourié-Gonnard
· 5 years ago
a90a95b
Zeroize temporary stack buffer
by Manuel Pégourié-Gonnard
· 5 years ago
301a9ee
Fix potential memory overread in seed functions
by Manuel Pégourié-Gonnard
· 5 years ago
72177e3
Add fall-back to hash-based KDF for internal ECP DRBG
by Manuel Pégourié-Gonnard
· 5 years ago
0defc57
Fix typo in a comment
by Manuel Pégourié-Gonnard
· 5 years ago
18b0b3c
Avoid superflous randomization with restartable
by Manuel Pégourié-Gonnard
· 5 years ago
c7295f5
Use HMAC_DRBG by default for ECP internal DRBG
by Manuel Pégourié-Gonnard
· 5 years ago
c334f41
Skip redundant checks for NULL f_rng
by Manuel Pégourié-Gonnard
· 5 years ago
047986c
Add support for RESTARTABLE with internal RNG
by Manuel Pégourié-Gonnard
· 5 years ago
d18f051
Move internal drbg init to specific mul functions
by Manuel Pégourié-Gonnard
· 5 years ago
fb11d25
Implement use of internal DRBG for ecp_mul()
by Manuel Pégourié-Gonnard
· 5 years ago
23983f3
Add config.h option MBEDTLS_ECP_NO_INTERNAL_RNG
by Manuel Pégourié-Gonnard
· 5 years ago
32b629d
ssl_client: Align line breaking with MBEDTLS_SSL_DEBUG_*
by Ronald Cron
· 5 years ago
157cffe
Use defines to check alpn ext list validity
by Ronald Cron
· 5 years ago
f250380
Return error in case of bad user configurations
by Hanno Becker
· 8 years ago
d729602
Add error condition for bad user configurations
by Hanno Becker
· 8 years ago
f8f61aa
Uniformize bounds checks using new macro
by Hanno Becker
· 8 years ago
711eea3
Remove unnecessary MBEDTLS_ECP_C preprocessor condition
by Ronald Cron
· 5 years ago
35f8a54
Shorten lines in library/ssl_cli.c to at most 80 characters
by Hanno Becker
· 8 years ago
8f39726
Introduce macros for constants in SSL ticket implementation
by Hanno Becker
· 7 years ago
001eb3c
Merge pull request #3411 from gilles-peskine-arm/montmul-cmp-branch-2.16
by Janos Follath
· 5 years ago
de719d5
Clean up some comments
by Gilles Peskine
· 5 years ago
08fd43c
mbedtls_mpi_sub_abs: check the range of the result when it happens
by Gilles Peskine
· 5 years ago
635a374
Simplify the final reduction in mpi_montmul
by Gilles Peskine
· 5 years ago
36acd54
Move carry propagation out of mpi_sub_hlp
by Gilles Peskine
· 5 years ago
46bf7da
More logical parameter order for mpi_sub_hlp
by Gilles Peskine
· 5 years ago
6a9433e
Explicitly cast down from mbedtls_mpi_uint to unsigned char
by Gilles Peskine
· 5 years ago
8f67266
Remove a secret-dependent branch in Montgomery multiplication
by Gilles Peskine
· 5 years ago
c81c588
Separate out low-level mpi_safe_cond_assign
by Gilles Peskine
· 5 years ago
3ce3ddf
Document some internal bignum functions
by Gilles Peskine
· 5 years ago
bdcb396
Revert "Shut up a clang-analyzer warning"
by Gilles Peskine
· 5 years ago
e9073a6
Add a const annotation to the non-changing argument of mpi_sub_mul
by Gilles Peskine
· 5 years ago
62b293d
Merge pull request #3352 from gilles-peskine-arm/fix-ecp-mul-memory-leak-2.16
by Manuel Pégourié-Gonnard
· 5 years ago
d2f0073
Re-generate error.c
by Gilles Peskine
· 5 years ago
6645fd3
Fix potential memory leak in EC multiplication
by Jonas
· 5 years ago
acf7f2c
Guard from undefined behaviour in case of an INT_MAX max_pathlen
by Andrzej Kurek
· 5 years ago
dab3fd6
Merge branch 'mbedtls-2.16-restricted' into prepare-rc-2.16.6-updated
by Manuel Pégourié-Gonnard
· 5 years ago
ef98d49
Merge remote-tracking branch 'restricted/pr/670' into mbedtls-2.16-restricted
by Manuel Pégourié-Gonnard
· 5 years ago
c04703c
Bump version to Mbed TLS 2.16.6
by Janos Follath
· 5 years ago
816305b
Merge branch 'mbedtls-2.16-restricted' into mbedtls-2.16.6r0
by Janos Follath
· 5 years ago
5e65619
Merge pull request #3142 from mpg/fix-reconnect-2.16
by Gilles Peskine
· 5 years ago
f600416
Fix leakage of projective coordinates in ECC
by Manuel Pégourié-Gonnard
· 5 years ago
b08a334
Improve debug logging of client hard reconnect
by Manuel Pégourié-Gonnard
· 5 years ago
5cc0879
Correct comment on the configuration option in x509.c
by Simon Butcher
· 5 years ago
52dbda6
Fix compilation issue when DTLS and SSL_HW_RECORD_ACCEL are on
by Andres Amaya Garcia
· 7 years ago
334cf59
Bump version to Mbed TLS 2.16.5
by Janos Follath
· 5 years ago
d09fcde
Fix pkparse bug wrt MBEDTLS_RSA_ALT
by Manuel Pégourié-Gonnard
· 5 years ago
25bb8dc
Check public part when parsing private RSA key
by Manuel Pégourié-Gonnard
· 5 years ago
9ab0305
Don't pass zero to rsa_complete() as a param
by Manuel Pégourié-Gonnard
· 5 years ago
8d9b1c4
Merge pull request #3027 from gilles-peskine-arm/mpi_copy_shrink-2.16
by Manuel Pégourié-Gonnard
· 5 years ago
cabf0ee
Revert "Merge pull request #3012 from Patater/dev/jp-bennett/development-2.16"
by Janos Follath
· 6 years ago
56427c2
Minor comment improvement
by Gilles Peskine
· 6 years ago
27c15c7
Improve comments in mpi_shrink
by Gilles Peskine
· 6 years ago
3e9f522
mpi_copy: make the 0 case slightly more robust
by Gilles Peskine
· 6 years ago
b10fd06
Parse RSA parameters DP, DQ and QP from PKCS1 private keys
by Jack Lloyd
· 6 years ago
bac9f1b
Merge pull request #3001 from from gilles-peskine-arm/coverity-20200115-2.16 into mbedtls-2.16
by Janos Follath
· 6 years ago
7550e85
Merge pull request #3012 from Patater/dev/jp-bennett/development-2.16
by Jaeden Amero
· 6 years ago
d0c2575
Merge pull request #2992 from yanesca/bump-version-2.16.4
by Janos Follath
· 6 years ago
6f45cb9
Allow loading symlinked certificates
by Jonathan Bennett
· 6 years ago
83a5672
Remove redundant block_size validity check
by Gilles Peskine
· 6 years ago
42b8194
Fix incrementing pointer instead of value
by Manuel Pégourié-Gonnard
· 6 years ago
3a3b161
Add missing return code check on call to mbedtls_md()
by Gilles Peskine
· 6 years ago
32b0216
Bump version to Mbed TLS 2.16.4
by Janos Follath
· 6 years ago
39e2c0e
Merge remote-tracking branch 'origin/mbedtls-2.16' into mbedtls-2.16-restricted
by Jaeden Amero
· 6 years ago
mbedtls-2.16.4
86dd950
Catch AES failure in mbedtls_ctr_drbg_random
by Gilles Peskine
· 6 years ago
d5c4a7c
Parse HelloVerifyRequest: avoid buffer overread at the start
by Gilles Peskine
· 6 years ago
01a96d6
Parse HelloVerifyRequest: avoid buffer overread on the cookie
by Gilles Peskine
· 6 years ago
f048605
Merge remote-tracking branch 'restricted/pr/667' into mbedtls-2.16-restricted
by Jaeden Amero
· 6 years ago
baf2300
Merge remote-tracking branch 'restricted/pr/669' into mbedtls-2.16-restricted
by Jaeden Amero
· 6 years ago
f18de50
Zeroize local AES variables before exiting the function
by Andrzej Kurek
· 6 years ago
e25f1ee
mpi_lt_mpi_ct: fix condition handling
by Janos Follath
· 6 years ago
359a01e
ct_lt_mpi_uint: cast the return value explicitely
by Janos Follath
· 6 years ago
fbe4c94
mbedtls_mpi_lt_mpi_ct: simplify condition
by Janos Follath
· 6 years ago
1f21c1d
Rename variable for better readability
by Janos Follath
· 6 years ago
bd87a59
mbedtls_mpi_lt_mpi_ct: Improve documentation
by Janos Follath
· 6 years ago
5852518
Make mbedtls_mpi_lt_mpi_ct more portable
by Janos Follath
· 6 years ago
45ec990
Document ct_lt_mpi_uint
by Janos Follath
· 6 years ago
b11ce0e
mpi_lt_mpi_ct: make use of unsigned consistent
by Janos Follath
· 6 years ago
7a34bcf
ct_lt_mpi_uint: make use of biL
by Janos Follath
· 6 years ago
867a3ab
Change mbedtls_mpi_cmp_mpi_ct to check less than
by Janos Follath
· 6 years ago
4f6cf38
mbedtls_mpi_cmp_mpi_ct: remove multiplications
by Janos Follath
· 6 years ago
3d82645
Remove excess vertical space
by Janos Follath
· 6 years ago
4ea2319
Remove declaration after statement
by Janos Follath
· 6 years ago
4c3408b
Fix side channel vulnerability in ECDSA
by Janos Follath
· 6 years ago
b9f6f9b
Add new, constant time mpi comparison
by Janos Follath
· 6 years ago
d65df1f
ECDSA: Fix side channel vulnerability
by Janos Follath
· 6 years ago
912ffe4
CTR_DRBG: support set_entropy_len() before seed()
by Gilles Peskine
· 6 years ago
c4280ac
CTR_DRBG: Don't use functions before they're defined
by Gilles Peskine
· 6 years ago
c68b70c
HMAC_DRBG: support set_entropy_len() before seed()
by Gilles Peskine
· 6 years ago
069fb0e
Merge remote-tracking branch 'origin/pr/2860' into mbedtls-2.16
by Jaeden Amero
· 6 years ago
1989218
Move MBEDTLS_CTR_DRBG_USE_128_BIT_KEY to the correct section
by Gilles Peskine
· 6 years ago
da59306
Merge remote-tracking branch 'origin/pr/2578' into mbedtls-2.16
by Jaeden Amero
· 6 years ago
fcb8711
Bump version to Mbed TLS 2.16.3
by Jaeden Amero
· 6 years ago
8940867
Merge remote-tracking branch 'origin/mbedtls-2.16' into mbedtls-2.16-restricted
by Jaeden Amero
· 6 years ago
c3bfb20
Merge remote-tracking branch 'origin/pr/2645' into mbedtls-2.16
by Jaeden Amero
· 6 years ago
71db1de
Merge remote-tracking branch 'origin/pr/2793' into mbedtls-2.16
by Jaeden Amero
· 6 years ago
0c34499
Check for zero length and NULL buffer pointer
by Vikas Katariya
· 6 years ago
e7e5515
Merge remote-tracking branch 'origin/mbedtls-2.16' into mbedtls-2.16-restricted
by Jaeden Amero
· 6 years ago
fe1d66d
Merge remote-tracking branch 'origin/pr/2813' into mbedtls-2.16
by Jaeden Amero
· 6 years ago
adb4fa5
Merge remote-tracking branch 'origin/pr/2398' into mbedtls-2.16
by Jaeden Amero
· 6 years ago
Next »