TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls.git
/
aa5027984ca6fb6f45c516232ac31f91438cd45f
/
include
/
mbedtls
f4435c4
Improve comments on constant-flow testing in config.h
by Manuel Pégourié-Gonnard
· 5 years ago
426c2d4
Add an option to test constant-flow with valgrind
by Manuel Pégourié-Gonnard
· 5 years ago
3b490a0
Add mbedtls_ssl_cf_memcpy_offset() with tests
by Manuel Pégourié-Gonnard
· 5 years ago
d863a67
Merge branch 'mbedtls-2.7' into mbedtls-2.7-restricted
by Manuel Pégourié-Gonnard
· 5 years ago
44bfbe3
Update copyright notices to use Linux Foundation guidance
by Bence Szépkúti
· 5 years ago
4c575fb
Add warning about test-only config.h option
by Manuel Pégourié-Gonnard
· 5 years ago
757c2d5
Add comments clarifying differences between macros
by Manuel Pégourié-Gonnard
· 5 years ago
2810110
Fix typos in comments
by Manuel Pégourié-Gonnard
· 5 years ago
ec956b1
Improve some comments and internal documentation
by Manuel Pégourié-Gonnard
· 5 years ago
41df0f2
Factor repeated condition to its own macro
by Manuel Pégourié-Gonnard
· 5 years ago
40597ce
Add MBEDTLS_TEST_CONSTANT_FLOW_MEMSAN
by Manuel Pégourié-Gonnard
· 5 years ago
3ba2bca
Add dummy constant-flow HMAC function with tests
by Manuel Pégourié-Gonnard
· 5 years ago
8ebb88d
Factor repeated preprocessor condition to a macro
by Manuel Pégourié-Gonnard
· 5 years ago
2a4f899
Bump version to Mbed TLS 2.7.16
by Janos Follath
· 5 years ago
9cdda86
Merge branch 'mbedtls-2.7-restricted' into mbedtls-2.7.16r0
by Janos Follath
· 5 years ago
1381091
Remove SHA-1 as a fallback option
by Manuel Pégourié-Gonnard
· 5 years ago
f1aca9f
Update dependencies documentation
by Manuel Pégourié-Gonnard
· 5 years ago
6d61498
Add fall-back to hash-based KDF for internal ECP DRBG
by Manuel Pégourié-Gonnard
· 5 years ago
966cb79
Update documentation about optional f_rng parameter
by Manuel Pégourié-Gonnard
· 5 years ago
75036a0
Implement use of internal DRBG for ecp_mul()
by Manuel Pégourié-Gonnard
· 5 years ago
d90faf9
Add config.h option MBEDTLS_ECP_NO_INTERNAL_RNG
by Manuel Pégourié-Gonnard
· 5 years ago
44183d1
Merge pull request #3409 from bensze01/license-2.7
by Janos Follath
· 5 years ago
4e9f712
Update license headers to Apache-2.0 OR GPL-2.0-or-later
by Bence Szépkúti
· 5 years ago
4206bd4
Align with check-like function return value convention
by Ronald Cron
· 5 years ago
a32236c
Use defines to check alpn ext list validity
by Ronald Cron
· 5 years ago
2064355
Return error in case of bad user configurations
by Hanno Becker
· 8 years ago
d8562b5
Add error condition for bad user configurations
by Hanno Becker
· 8 years ago
dc7b5b9
Add macro for bounds checking
by Hanno Becker
· 8 years ago
b4b458f
Bump version to Mbed TLS 2.7.15
by Janos Follath
· 5 years ago
048c8f9
Add additional sanity checks to check_config.h
by Simon Butcher
· 6 years ago
0f22670
Bump version to Mbed TLS 2.7.14
by Janos Follath
· 5 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
9741fa6
Bignum: Document assumptions about the sign field
by Janos Follath
· 6 years ago
c3b376e
Change mbedtls_mpi_cmp_mpi_ct to check less than
by Janos Follath
· 6 years ago
e0187b9
Add new, constant time mpi comparison
by Janos Follath
· 6 years ago
4c575c0
Note that mbedtls_ctr_drbg_seed() must not be called twice
by Gilles Peskine
· 6 years ago
b729e1b
CTR_DRBG: support set_entropy_len() before seed()
by Gilles Peskine
· 6 years ago
9c74224
HMAC_DRBG: support set_entropy_len() before seed()
by Gilles Peskine
· 6 years ago
55e120b
mbedtls_hmac_drbg_set_entropy_len() only matters when reseeding
by Gilles Peskine
· 6 years ago
dff3682
mbedtls_ctr_drbg_set_entropy_len() only matters when reseeding
by Gilles Peskine
· 6 years ago
2abefef
mbedtls_ctr_drbg_seed: correct maximum for len
by Gilles Peskine
· 6 years ago
406d258
Add a note about CTR_DRBG security strength to config.h
by Gilles Peskine
· 6 years ago
f0b3dcb
CTR_DRBG: more consistent formatting and wording
by Gilles Peskine
· 6 years ago
b9cfe58
DRBG documentation: Relate f_entropy arguments to the entropy module
by Gilles Peskine
· 6 years ago
d891730
HMAC_DRBG documentation improvements
by Gilles Peskine
· 6 years ago
eb99c10
CTR_DRBG: explain the security strength and the entropy input length
by Gilles Peskine
· 6 years ago
25e1945
CTR_DRBG documentation improvements
by Gilles Peskine
· 6 years ago
8561115
Add cfg dep MBEDTLS_MEMORY_DEBUG->MBEDTLS_MEMORY_BUFFER_ALLOC_C
by Hanno Becker
· 6 years ago
76ef311
Check dependencies of MBEDTLS_MEMORY_BACKTRACE in check_config.h
by Hanno Becker
· 6 years ago
d7bd10d
Bump version to Mbed TLS 2.7.12
by Jaeden Amero
· 6 years ago
298a43a
Merge remote-tracking branch 'upstream-restricted/pr/549' into mbedtls-2.7-restricted
by Gilles Peskine
· 6 years ago
1e61b0f
Merge remote-tracking branch 'restricted/pr/581' into mbedtls-2.7-restricted
by Jaeden Amero
· 6 years ago
0cf1776
Merge remote-tracking branch 'origin/pr/2451' into mbedtls-2.7
by Jaeden Amero
· 6 years ago
6794f68
Update library version to 2.7.11
by Jaeden Amero
· 6 years ago
eee98e9
Add documentation notes about the required size of the signature buffers
by k-stachowiak
· 6 years ago
199707f
Add missing MBEDTLS_ECP_C dependencies in check_config.h
by k-stachowiak
· 6 years ago
b8ae145
Merge remote-tracking branch 'origin/pr/2612' into mbedtls-2.7
by Jaeden Amero
· 6 years ago
8aed8e1
Adjust backport's documentation to account for missing features
by k-stachowiak
· 6 years ago
2dd69e1
Backport a doxygen note from development for `mbedtls_ssl_conf_max_frag_len()`
by k-stachowiak
· 6 years ago
79ad286
Reword ssl_conf_max_frag_len documentation for clarity
by k-stachowiak
· 6 years ago
2b56a2c
Merge remote-tracking branch 'origin/pr/2094' into mbedtls-2.7
by Jaeden Amero
· 6 years ago
b4686b4
Update library version to 2.7.10
by Jaeden Amero
· 6 years ago
mbedtls-2.7.10
fb85576
Merge remote-tracking branch 'restricted/pr/529' into mbedtls-2.7
by Simon Butcher
· 6 years ago
8fd9156
Fix #2370, minor typos and spelling mistakes
by Antonin Décimo
· 7 years ago
b7c22ec
Fix documentation for 3DES removal
by Andres Amaya Garcia
· 6 years ago
f9b2ed0
Fix wording of ChangeLog and 3DES_REMOVE docs
by Andres Amaya Garcia
· 7 years ago
21ade06
Reduce priority of 3DES ciphersuites
by Andres Amaya Garcia
· 7 years ago
e730ff6
Improve docs for ASN.1 bitstrings and their usage
by Andres Amaya Garcia
· 7 years ago
04ee5e0
Fix ASN1 bitstring writing
by Andres Amaya Garcia
· 7 years ago
18fe256
Merge remote-tracking branch 'origin/pr/2359' into mbedtls-2.7
by Jaeden Amero
· 7 years ago
3233130
Merge remote-tracking branch 'public/pr/1797' into mbedtls-2.7
by Simon Butcher
· 7 years ago
ba66faf
Add warning for alternative ECDSA implementations
by Janos Follath
· 7 years ago
2934c32
Add a safer deterministic ECDSA function
by Janos Follath
· 7 years ago
c80555d
Add public function generating private keys
by Manuel Pégourié-Gonnard
· 8 years ago
44fbf91
Backport #1949 into mbedtls-2.7
by Jeffrey Martin
· 7 years ago
b22a808
Update the version of the library to 2.7.9
by Simon Butcher
· 7 years ago
3112d10
Merge remote-tracking branch 'public/pr/2144' into mbedtls-2.7
by Simon Butcher
· 7 years ago
3625e56
Include configuration file for all headers
by Ron Eldor
· 7 years ago
0559c66
Include configuration file to headers
by Ron Eldor
· 7 years ago
b85e35d
Merge remote-tracking branch 'upstream-public/pr/2102' into mbedtls-2.7
by Jaeden Amero
· 7 years ago
a507910
Merge remote-tracking branch 'upstream-public/pr/2064' into mbedtls-2.7
by Jaeden Amero
· 7 years ago
6ef6efb
Merge remote-tracking branch 'upstream-public/pr/1984' into mbedtls-2.7
by Jaeden Amero
· 7 years ago
4a908ca
Update library version number to 2.7.8
by Simon Butcher
· 7 years ago
4303f76
Merge remote-tracking branch 'restricted/pr/513' into mbedtls-2.7-restricted
by Simon Butcher
· 7 years ago
20f30d9
Update library version number to 2.7.7
by Simon Butcher
· 7 years ago
a5c0071
Merge remote-tracking branch 'public/pr/2153' into mbedtls-2.7-restricted-proposed
by Simon Butcher
· 7 years ago
3ddf101
Correct typo in documentation of MBEDTLS_SSL_RENEGOTIATION
by Hanno Becker
· 7 years ago
995878c
Improve documentation of mbedtls_ssl_get_verify_result()
by Hanno Becker
· 7 years ago
3aed597
Clarify documentation of ssl_set_own_cert()
by Manuel Pégourié-Gonnard
· 7 years ago
5ed0355
Guard mbedtls_pkcs5_pbes2() by MBEDTLS_ASN1_PARSE_C
by Hanno Becker
· 7 years ago
d30cd34
Make PBE-related parts of PKCS12 depend on MBEDTLS_ASN1_PARSE_C
by Hanno Becker
· 7 years ago
30617b0
Guard PK-parse module by ASN.1-parse module in check_config.h
by Hanno Becker
· 7 years ago
0af25e7
Add parentheses about parameter of MBEDTLS_X509_ID_FLAG
by Hanno Becker
· 7 years ago
2df2bf2
Strip trailing whitespace in bn_mul.h
by Simon Butcher
· 7 years ago
4d23757
HMAC_DRBG: deprecate mbedtls_hmac_drbg_update because it ignores errors
by Gilles Peskine
· 7 years ago
9ce2972
CTR_DRBG: add mbedtls_ctr_drbg_update_ret
by Gilles Peskine
· 7 years ago
34997fd
Update library version number to 2.7.6
by Simon Butcher
· 7 years ago
6728d3c
Improve documentation of mbedtls_x509_crt_parse()
by Hanno Becker
· 7 years ago
ca16cf6
Improve wording
by Hanno Becker
· 7 years ago
Next »