TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls.git
/
ea82042ff67ca352e88b51fd3854f7638a4c40a6
/
include
/
mbedtls
/
config.h
7e27936
Add a note about CTR_DRBG security strength to config.h
by Gilles Peskine
· 6 years ago
1540e5b
Move MBEDTLS_CTR_DRBG_USE_128_BIT_KEY to the correct section
by Gilles Peskine
· 6 years ago
1231d21
Add warning for alternative ECDSA implementations
by Janos Follath
· 7 years ago
f66e7ea
Merge pull request #178 from mpg/sha512-smaller
by Jaeden Amero
· 6 years ago
737df0c
Fix file permissions
by Christoph M. Wintersteiger
· 6 years ago
5833de7
3rdparty: Update description of MBEDTLS_ECDH_VARIANT_EVEREST_ENABLED
by Christoph M. Wintersteiger
· 6 years ago
405b371
Silences missing documentation warning for MBEDTLS_ECDH_VARIANT_EVEREST_ENABLED
by Christoph M. Wintersteiger
· 7 years ago
78450a3
ECDH: Disables MBEDTLS_ECDH_VARIANT_EVEREST_ENABLED by default
by Christoph M. Wintersteiger
· 7 years ago
c3cbdde
ECDH: Fix whitespace, permissions
by Christoph M. Wintersteiger
· 7 years ago
999f3b5
ECDH: Remove YOTTA config #define
by Christoph M. Wintersteiger
· 7 years ago
de4fcf2
ECDH: Add new ECDH context for Everest Curve25519
by Christoph M. Wintersteiger
· 7 years ago
72c8c5b
Merge remote-tracking branch 'upstream-crypto/development' into psa-api-1.0-beta-merge_development_20190801
by Gilles Peskine
· 6 years ago
8dd1690
Merge remote-tracking branch 'tls/development' into development
by Jaeden Amero
· 6 years ago
d0e66b0
Turn off secure element support by default
by Gilles Peskine
· 6 years ago
2306d15
Declare new config.h option MBEDTLS_SHA512_SMALLER
by Manuel Pégourié-Gonnard
· 6 years ago
c49fbbf
Use mbedtls-based path for includes
by Jaeden Amero
· 6 years ago
a8ade16
Gate secure element support by a separate config option
by Gilles Peskine
· 6 years ago
fd0f654
Merge remote-tracking branch 'origin/pr/2697' into development
by Jaeden Amero
· 6 years ago
c7ad122
Make it easier to define MBEDTLS_PARAM_FAILED as assert
by Gilles Peskine
· 6 years ago
3739e20
Disable Connection ID feature by default
by Hanno Becker
· 6 years ago
a0e20d0
Rename MBEDTLS_SSL_CID to MBEDTLS_SSL_DTLS_CONNECTION_ID
by Hanno Becker
· 6 years ago
ebcc913
Consistently reference CID draft through name + URL
by Hanno Becker
· 6 years ago
4cac442
Update references to CID draft to version 5
by Hanno Becker
· 6 years ago
56f81c7
Improve wording in documentation of MBEDTLS_SSL_CID
by Hanno Becker
· 6 years ago
8367ccc
Allow to configure the stack's behaviour on unexpected CIDs
by Hanno Becker
· 6 years ago
b9ec44f
Remove restriction on value of MBEDTLS_SSL_CID_PADDING_GRANULARITY
by Hanno Becker
· 6 years ago
b1aa1b3
Allow the configuration of padding when using CID extension
by Hanno Becker
· 6 years ago
ad4a137
Add CID configuration API
by Hanno Becker
· 6 years ago
9742809
Reference CID Draft in Connection ID documentation in config.h
by Hanno Becker
· 6 years ago
2234e65
Add new configuration option controlling CID extension
by Hanno Becker
· 6 years ago
d65b11d
Documentation rewording
by Andrzej Kurek
· 6 years ago
d3deb1d
Typo fixes in documentation
by Andrzej Kurek
· 6 years ago
971dea3
Enable USE_PSA_CRYPTO with config.pl full
by Manuel Pégourié-Gonnard
· 6 years ago
de7636e
Enable MBEDTLS_PSA_CRYPTO_C by default
by Manuel Pégourié-Gonnard
· 6 years ago
651ae68
config: Enable using ARIA-GCM without other ciphers
by Jaeden Amero
· 6 years ago
7accf44
config: Simplify incorrect GCM comment
by Jaeden Amero
· 6 years ago
7242ea6
config: Remove explicit ciphersuite lists
by Jaeden Amero
· 6 years ago
bb1f701
config: Remove X.509 options
by Jaeden Amero
· 7 years ago
1c66e48
config: Remove TLS and NET options
by Jaeden Amero
· 7 years ago
521dbc6
Merge remote-tracking branch 'tls/development' into development
by Jaeden Amero
· 6 years ago
ff34d43
Merge remote-tracking branch 'origin/pr/2532' into development
by Jaeden Amero
· 6 years ago
f49fedc
Change docs according to review comments
by Jarno Lamsa
· 6 years ago
c70a3c7
Merge remote-tracking branch 'tls/development' into development
by Jaeden Amero
· 6 years ago
288dedc
Add compile-time option to enable X.509 CA callbacks
by Hanno Becker
· 6 years ago
0ea3377
Merge remote-tracking branch 'restricted/pr/552' into development
by Jaeden Amero
· 6 years ago
57f4d9e
Update crypto submodule to test with private headers
by Jaeden Amero
· 6 years ago
e3dbdd8
Gate entropy injection through a dedicated configuration option
by Gilles Peskine
· 6 years ago
6bf4bae
Remove compilation option MBEDTLS_PSA_HAS_ITS_IO
by Gilles Peskine
· 6 years ago
088b77f
Merge psa_crypto_storage_its into psa_crypto_storage
by Gilles Peskine
· 6 years ago
e435f23
Remove psa_crypto_storage_file
by Gilles Peskine
· 6 years ago
2379348
Support ITS over file in PSA crypto
by Gilles Peskine
· 6 years ago
6194dc2
Implement PSA ITS over files
by Gilles Peskine
· 7 years ago
de0a41b
ecp: Remove dependency on TLS and X.509
by Jaeden Amero
· 7 years ago
2b9eb0b
Merge remote-tracking branch 'tls/development' into development
by Jaeden Amero
· 6 years ago
535ee4a
Merge remote-tracking branch 'public/pr/2421' into development
by Simon Butcher
· 6 years ago
archive/mbedtls-2.17
mbedtls-2.17
bdfba79
Fix documentation for 3DES removal
by Andres Amaya Garcia
· 6 years ago
22a8905
Fix wording of ChangeLog and 3DES_REMOVE docs
by Andres Amaya Garcia
· 7 years ago
4a51228
Reduce priority of 3DES ciphersuites
by Andres Amaya Garcia
· 7 years ago
fd7f298
Improve documentation of MBEDTLS_SSL_KEEP_PEER_CERTIFICATE
by Hanno Becker
· 6 years ago
bb278f5
Add configuration option to remove peer CRT after handshake
by Hanno Becker
· 6 years ago
43f564f
Define MBEDTLS_ECDH_LEGACY_CONTEXT in config.h
by Gilles Peskine
· 6 years ago
69d7c8b
Declare a psa_key_file_id_t layout with an owner field
by Gilles Peskine
· 6 years ago
67ea2c5
Merge branch 'development-psa-proposed' into development
by Jaeden Amero
· 6 years ago
6893364
Merge commit '01b34fb316a5' into development
by Jaeden Amero
· 6 years ago
c690523
Merge PSA config and check-config changes
by Andrzej Kurek
· 6 years ago
de5a007
Merge development commit f352f7 into development-psa
by Andrzej Kurek
· 6 years ago
c470b6b
Merge development commit 8e76332 into development-psa
by Andrzej Kurek
· 6 years ago
dac9f45
Merge remote-tracking branch 'origin/pr/1551' into development
by Jaeden Amero
· 6 years ago
36e89b5
Fix #2370, minor typos and spelling mistakes
by Antonin Décimo
· 7 years ago
fed19be
Merge remote-tracking branch 'public/pr/2126' into development-restricted
by Simon Butcher
· 7 years ago
548cecd
Discourage making MBEDTLS_PARAM_FAILED() empty.
by Manuel Pégourié-Gonnard
· 7 years ago
e7306d3
Improve some documentation and ChangeLog entry
by Manuel Pégourié-Gonnard
· 7 years ago
cd2b29c
Improve wording in documentation and ChangeLog
by Manuel Pégourié-Gonnard
· 7 years ago
35acb09
Fix some documentation typos/markup/duplication.
by Manuel Pégourié-Gonnard
· 7 years ago
9b8ea89
Fix a few style / whitespace issues
by Manuel Pégourié-Gonnard
· 7 years ago
a967626
Make MBEDTLS_CHECK_PARAMS disabled by default
by Manuel Pégourié-Gonnard
· 7 years ago
ab58852
Rework documentation.
by Manuel Pégourié-Gonnard
· 7 years ago
8e661bf
Fix arity of the PARAM_FAILED() macro and function
by Manuel Pégourié-Gonnard
· 7 years ago
b486803
Add initial options and support for parameter validation
by Simon Butcher
· 7 years ago
d2af46f
Fix typo in ECP alternative documentation
by Janos Follath
· 7 years ago
56a78dd
State explicitly that any API depending on PSA is unstable
by Hanno Becker
· 7 years ago
26fd730
Add config option for X.509/TLS to use PSA
by Manuel Pégourié-Gonnard
· 7 years ago
51560b6
State explicitly that any API depending on PSA is unstable
by Hanno Becker
· 7 years ago
aeefa49
Add config option for X.509/TLS to use PSA
by Manuel Pégourié-Gonnard
· 7 years ago
212a793
add MBEDTLS_PSA_HAS_ITS_IO to config.h
by Netanel Gonen
· 7 years ago
484ee33
psa: Add PSA Crypto configuration
by Jaeden Amero
· 7 years ago
a90abf1
add MBEDTLS_PSA_HAS_ITS_IO
by Moran Peker
· 7 years ago
4611956
Add new MBEDTLS_PSA_CRYPTO_STORAGE_ITS_C configuration option
by Moran Peker
· 7 years ago
db2b8db
psa: Add storage implementation for files
by Darryl Green
· 7 years ago
818eab2
Merge tag 'mbedtls-2.14.0' into feature-psa
by Jaeden Amero
· 7 years ago
c818131
Merge remote-tracking branch 'public/pr/2140' into development-restricted-proposed
by Simon Butcher
· 7 years ago
7213744
Fix typo in comment
by Ron Eldor
· 7 years ago
19779c4
Some style and documentation fixes
by Ron Eldor
· 7 years ago
5ed8c1e
Avoid using restartable and alternative ECP imp.
by Ron Eldor
· 7 years ago
a07d86e
Merge remote-tracking branch 'public/pr/1902' into development
by Simon Butcher
· 7 years ago
e783f4a
Merge remote-tracking branch 'public/pr/1609' into development
by Simon Butcher
· 7 years ago
8e53011
Correct typo in documentation of MBEDTLS_SSL_MAX_CONTENT_LEN
by Hanno Becker
· 7 years ago
0eb8fb8
Correct typo in documentation of MBEDTLS_SSL_RENEGOTIATION
by Hanno Becker
· 7 years ago
b5d835f
Improve documentation of MBEDTLS_SSL_{MAX/IN/OUT}_CONTENT_LEN
by Hanno Becker
· 7 years ago
f0bbd7e
Misc documentation fixes/improvements.
by Manuel Pégourié-Gonnard
· 7 years ago
Next »