TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls.git
/
cb6410c67d95facd80eefd4cbbeefaf04c9eb3ab
/
include
/
mbedtls
/
check_config.h
c7f6d7f
Making sure that keep peer certificate option is set when server cert verification is used.
by Hannes Tschofenig
· 4 years, 8 months ago
11c6488
After review fixes
by Shelly Liberman
· 4 years, 8 months ago
db0e50e
Introduce MBEDTLS_OPTIMIZE_TINYCRYPT_ASM
by Andrzej Kurek
· 4 years, 10 months ago
a793237
Calculate hashes of ssl encryption and decryption keys
by Andrzej Kurek
· 4 years, 11 months ago
1175044
Merge enc/dec cipher contexts in ssl transforms
by Andrzej Kurek
· 4 years, 11 months ago
9539f83
Swap out CRC calculation in AES in favour of a simple hash
by Andrzej Kurek
· 5 years ago
fba5921
aes: validate keys using crc before encryption/decryption
by Andrzej Kurek
· 5 years ago
825ebd4
Merge mbedtls 2.16.6 into baremetal
by Andrzej Kurek
· 5 years ago
2b90961
Add integrity check for curve parameters
by Manuel Pégourié-Gonnard
· 6 years ago
265d162
Update AES-128 bit configuration
by Arto Kinnunen
· 6 years ago
0a9b44d
Merge branch 'mbedtls-2.16' into baremetal-2.16-20191004
by Manuel Pégourié-Gonnard
· 6 years ago
8d0684d
Merge remote-tracking branch 'public/pr/2835' into baremetal
by Simon Butcher
· 6 years ago
8b5e6bd
Improve some internal documentation
by Manuel Pégourié-Gonnard
· 6 years ago
1c1cc0d
Add config.h option MBEDTLS_PK_SINGLE_HASH
by Manuel Pégourié-Gonnard
· 6 years ago
e5a0b36
Merge branch 'baremetal' into baremetal-2.16-20190909
by Manuel Pégourié-Gonnard
· 6 years ago
8abd0a0
Merge branch 'mbedtls-2.16' into baremetal-2.16-20190909
by Manuel Pégourié-Gonnard
· 6 years ago
9ae9da9
Add cfg dep MBEDTLS_MEMORY_DEBUG->MBEDTLS_MEMORY_BUFFER_ALLOC_C
by Hanno Becker
· 6 years ago
e29e7eb
Check dependencies of MBEDTLS_MEMORY_BACKTRACE in check_config.h
by Hanno Becker
· 6 years ago
f6cc3cd
Fixup: Typo in check_config.h entry for single hash encoding
by Hanno Becker
· 6 years ago
8fbacf9
check_config.h: Check MBEDTLS_MD_SINGLE_HASH is used with single MD
by Hanno Becker
· 6 years ago
6f212d0
TinyCrypt ECDH/ECDHE-PSK: Allow TinyCrypt-based ECDH and ECDHE-PSK
by Hanno Becker
· 6 years ago
054deec
check_config.h: Add dep'n of ECC per-curve options on MBEDTLS_ECP_C
by Hanno Becker
· 6 years ago
61b05e5
Remove dependency of MBEDTLS_X509_USE_C on MBEDTLS_BIGNUM_C
by Hanno Becker
· 6 years ago
490277c
TinyCrypt Config: Allow TC replacing legacy ECDSA in check_config.h
by Hanno Becker
· 6 years ago
52c52f3
check_config: Forbid simultaenous use of TinyCrypt and legacy ECC
by Hanno Becker
· 6 years ago
483fd66
Fixup: Don't reference legacy ECP curve identifier in check_config.h
by Hanno Becker
· 6 years ago
af9ff4a
tinyCrypt: Enforce matching setting of MBEDTLS_SSL_CONF_SINGLE_EC
by Hanno Becker
· 6 years ago
49dc8ed
Don't require MBEDTLS_ECDH_C for ECDHA-{ECDSA|RSA}-based suites
by Hanno Becker
· 6 years ago
00a9b6d
tinyCrypt: Enforce global RNG
by Hanno Becker
· 6 years ago
7c575d2
Merge pull request #605 from ARMmbed/x509_ondemand_remove_unneeded_fields
by Manuel Pégourié-Gonnard
· 6 years ago
56595f4
Allow hardcoding single signature hash at compile-time
by Hanno Becker
· 6 years ago
feb1cee
Merge remote-tracking branch 'origin/pr/602' into baremetal
by Simon Butcher
· 6 years ago
c1096e7
Allow hardcoding single supported elliptic curve
by Hanno Becker
· 6 years ago
cb8774b
Enforce that all SSL version bounds must be hardcoded simultaneously
by Hanno Becker
· 6 years ago
843b71a
Introduce MBEDTLS_X509_CRT_REMOVE_TIME removing time fields from CRT
by Hanno Becker
· 6 years ago
62327ab
[Fixup] Fix typo in check_config.h using #define instead of #error
by Hanno Becker
· 6 years ago
0ae6b24
Allow compile-time configuration of timer callbacks
by Hanno Becker
· 6 years ago
a58a896
Allow compile-time configuration of I/O function pointers
by Hanno Becker
· 6 years ago
de8869c
Merge remote-tracking branch 'restricted/pr/608' into baremetal-proposed
by Manuel Pégourié-Gonnard
· 6 years ago
44ba6b0
Merge remote-tracking branch 'restricted/pr/594' into baremetal-proposed
by Manuel Pégourié-Gonnard
· 6 years ago
1f835fa
Allow configuration of read timeouts at compile-time
by Hanno Becker
· 6 years ago
e0200da
Allow configuration of ConnectionID at compile-time
by Hanno Becker
· 6 years ago
c27fabf
Fix typos caught by check-names.sh
by Manuel Pégourié-Gonnard
· 6 years ago
29f2dd0
Address review comments
by Jarno Lamsa
· 6 years ago
4f74f6d
Fix check-files, check-names and check-generated-features
by Jarno Lamsa
· 6 years ago
59bd12b
Add new config MBEDTLS_SSL_SESSION_RESUMPTION
by Jarno Lamsa
· 6 years ago
abd929c
Merge branch 'mbedtls-2.16' into baremetal-2.16-01_07_19
by Hanno Becker
· 6 years ago
f765ce6
Remove ExtendedMS configuration API if hardcoded at compile-time
by Hanno Becker
· 6 years ago
7b03e87
Merge remote-tracking branch 'restricted/pr/582' into mbedtls-2.16-restricted
by Jaeden Amero
· 6 years ago
d972f00
Use consistent error messages in check_config.h
by Hanno Becker
· 6 years ago
2984bd2
Add config sanity check for !MBEDTLS_SSL_KEEP_PEER_CERTIFICATE
by Hanno Becker
· 6 years ago
c84511f
Add check for undocumented positive option
by Manuel Pégourié-Gonnard
· 6 years ago
ba8b1eb
Use negated option for controlling TLS support.
by Manuel Pégourié-Gonnard
· 6 years ago
ec1c222
Fix a few style issues
by Manuel Pégourié-Gonnard
· 6 years ago
c775ee1
Add missing MBEDTLS_ECP_C dependencies in check_config.h
by k-stachowiak
· 6 years ago
a771160
Introduce new config.h flag for TLS
by Manuel Pégourié-Gonnard
· 6 years ago
0d1d76f
Merge remote-tracking branch 'origin/pr/561' into baremetal
by Simon Butcher
· 6 years ago
0edb924
Merge remote-tracking branch 'origin/pr/565' into baremetal
by Simon Butcher
· 6 years ago
a5a2b08
Rename MBEDTLS_SSL_CID to MBEDTLS_SSL_DTLS_CONNECTION_ID
by Hanno Becker
· 6 years ago
4662971
Check static bounds of CID lengths in check_config.h
by Hanno Becker
· 6 years ago
e372d5f
Merge remote-tracking branch 'origin/pr/558' into baremetal
by Simon Butcher
· 6 years ago
afdc1b5
Consistently use the name tinycrypt over uecc
by Manuel Pégourié-Gonnard
· 6 years ago
5b87128
MBEDTLS_USE_UECC and MBEDTLS_NO_64BIT_MULTIPLICATION conflicting
by Jarno Lamsa
· 6 years ago
29a54c8
Add dep of MBEDTLS_SSL_CID on MBEDTLS_SSL_PROTO_DTLS to config check
by Hanno Becker
· 6 years ago
d5f4759
Fix #2370, minor typos and spelling mistakes
by Antonin Décimo
· 7 years ago
01b34fb
Merge remote-tracking branch 'upstream-public/pr/2267' into development
by Jaeden Amero
· 7 years ago
52ed0b9
Merge remote-tracking branch 'upstream-public/pr/2101' into development
by Jaeden Amero
· 7 years ago
172ba63
Add guard for MBEDTLS_ECP_INTERNAL_ALT
by Janos Follath
· 7 years ago
5ed8c1e
Avoid using restartable and alternative ECP imp.
by Ron Eldor
· 7 years ago
cb9debd
Guard PK-parse module by ASN.1-parse module in check_config.h
by Hanno Becker
· 7 years ago
466a57f
Key wrapping API definition
by Ron Eldor
· 7 years ago
656864b
Add an HKDF (RFC 5869) implementation
by Thomas Fossati
· 9 years ago
b7f6086
Merge branch 'prr_424' into development-proposed
by Gilles Peskine
· 7 years ago
a40a101
Update Doxygen file blocks to remove copyright and license information
by Darryl Green
· 8 years ago
e89353a
Add fallback to non-compliant truncated HMAC for compatibiltiy
by Hanno Becker
· 8 years ago
b39467d
Fix check_config.h #error directive
by Andres Amaya Garcia
· 8 years ago
93db11a
Fix typo in check_config.h
by Andres Amaya Garcia
· 8 years ago
d7fce00
Allow forcing 64-bit integer type
by Andres Amaya Garcia
· 8 years ago
333d163
Remove obsolote ECP abstraction macros
by Janos Follath
· 9 years ago
c44ab97
Apply review feedback on ECP interface
by Janos Follath
· 9 years ago
4d9c69d
Fix ECP alternative macro names
by Janos Follath
· 9 years ago
b069753
ECP: Add module and function level replacement options.
by Janos Follath
· 9 years ago
69283e5
Clean up and minor fixes following review
by Simon Butcher
· 9 years ago
53e23b6
Minor CMAC fixes for merge
by Brian Murray
· 9 years ago
1e4ec66
Check time platform abstraction macro definitions (#534)
by Andres Amaya Garcia
· 9 years ago
ab5df40
Rename the 'no entropy' feature to MBEDTLS_TEST_NULL_ENTROPY
by Simon Butcher
· 9 years ago
cf0a9f9
Introduce platform-layer functions for reading/writing seed from NV
by Paul Bakker
· 9 years ago
53de784
Add entropy safety switch.
by Janos Follath
· 9 years ago
4fde40f
Fix logic to allow at least one PKCS version enabled
by Paul Bakker
· 9 years ago
37068a7
Add check to prevent enabling of RSA without selecting PKCS version(s)
by Paul Bakker
· 9 years ago
fadacb9
Merge branch 'development' into iotssl-461-ecjpake-finalization
by Manuel Pégourié-Gonnard
· 10 years ago
557535d
Add ECJPAKE key exchange
by Manuel Pégourié-Gonnard
· 10 years ago
ddfe5d2
Tune dependencies
by Manuel Pégourié-Gonnard
· 10 years ago
62c74bb
Stop wasting resources
by Manuel Pégourié-Gonnard
· 10 years ago
4d8685b
Add skeleton for EC J-PAKE module
by Manuel Pégourié-Gonnard
· 10 years ago
37ff140
Change main license to Apache 2.0
by Manuel Pégourié-Gonnard
· 10 years ago
63e7eba
Add material for generating yotta module
by Manuel Pégourié-Gonnard
· 10 years ago
6fb8187
Update date in copyright line
by Manuel Pégourié-Gonnard
· 10 years ago
9db2887
Actually enable fixed snprintf on windows
by Manuel Pégourié-Gonnard
· 10 years ago
6c0c8e0
Include fixed snprintf for Windows in platform.c
by Manuel Pégourié-Gonnard
· 10 years ago
Next »