TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls
/
refs/heads/better-cf-padding-checks
/
include
/
mbedtls
/
check_config.h
abccfc1
Merge development into development-restricted
by Dan Handley
· 5 years ago
1e14827
Update copyright notices to use Linux Foundation guidance
by Bence Szépkúti
· 5 years ago
c4af324
Merge branch 'development' into development-restricted
by Manuel Pégourié-Gonnard
· 5 years ago
7ab66a6
Add missing dependencies for ECDH_xxx key exchanges
by Gilles Peskine
· 7 years ago
799e576
ECDSA requires a short Weierstrass curve
by Gilles Peskine
· 7 years ago
6240def
Add MBEDTLS_TEST_CONSTANT_FLOW_MEMSAN
by Manuel Pégourié-Gonnard
· 5 years ago
1a3f9ed
Add config.h option MBEDTLS_ECP_NO_INTERNAL_RNG
by Manuel Pégourié-Gonnard
· 5 years ago
afca47a
Fix typo in check_config.h
by Hanno Becker
· 5 years ago
6055a17
Add dependencies for experimental TLS 1.3 features in check_config.h
by Hanno Becker
· 5 years ago
432e702
Add additional sanity checks to check_config.h
by Simon Butcher
· 6 years ago
eccd888
Rename identifiers containing double-underscore
by Gilles Peskine
· 5 years ago
d3d0290
Restore X509 and SSL functionality
by Gilles Peskine
· 5 years ago
b99bd39
Merge mbed-crypto into mbedtls: the merge commit
by Gilles Peskine
· 5 years ago
4e11749
Revert "config: Remove TLS and NET options"
by Gilles Peskine
· 5 years ago
252e391
Revert "config: Remove X.509 options"
by Gilles Peskine
· 5 years ago
10edb3e
Add comment to matching #endif
by Andres Amaya Garcia
· 7 years ago
da15409
Remove the word likely from deprecated documentation
by Andres Amaya Garcia
· 7 years ago
84b4e79
Deprecate MBEDTLS_SSL_HW_RECORD_ACCEL config
by Andres Amaya Garcia
· 7 years ago
0330e21
Merge branch 'public/pr/2261' into development
by Manuel Pégourié-Gonnard
· 5 years ago
320f4d9
Group PKCS11_C entries in check_config.h
by Manuel Pégourié-Gonnard
· 5 years ago
835b299
Fix wording of deprecated docs for SSL2 and SSL3 features
by Andres Amaya Garcia
· 7 years ago
e58532e
Favour DEPRECATED_REMOVED over DEPRECATED_WARNING
by Andres Amaya Garcia
· 7 years ago
88c2cc7
Deprecate MBEDTLS_SSL_PROTO_SSL3
by Andres Amaya Garcia
· 7 years ago
0963424
Deprecate MBEDTLS_SSL_SRV_SUPPORT_SSLV2_CLIENT_HELLO
by Andres Amaya Garcia
· 7 years ago
99fc387
Fix deprecated docs for PKCS1
by Andres Amaya Garcia
· 7 years ago
be3a440
Deprecate MBEDTLS_PKCS11_C feature
by Andres Amaya Garcia
· 7 years ago
1e6fb01
Make SHA512_NO_SHA384 depend on SHA512_C
by Manuel Pégourié-Gonnard
· 6 years ago
9afbfdc
Merge remote-tracking branch 'myfork-public/development' into merge-crypto-development-20191115
by Gilles Peskine
· 6 years ago
3bdd412
Invoke config.py instead of config.pl
by Gilles Peskine
· 6 years ago
ff25af2
Add missing MBEDTLS_ECP_C dependencies in check_config.h
by k-stachowiak
· 6 years ago
5d46f6a
Invoke config.py instead of config.pl
by Gilles Peskine
· 6 years ago
62be28b
Merge remote-tracking branch 'origin/pr/2469' into development
by Jaeden Amero
· 6 years ago
bfaa718
Add cfg dep MBEDTLS_MEMORY_DEBUG->MBEDTLS_MEMORY_BUFFER_ALLOC_C
by Hanno Becker
· 6 years ago
af46c5f
Check dependencies of MBEDTLS_MEMORY_BACKTRACE in check_config.h
by Hanno Becker
· 6 years ago
4cf0e7e
Merge remote-tracking branch 'origin/development' into development-restricted
by Jaeden Amero
· 6 years ago
9c1b56b
3rdparty: Add config checks for Everest
by Christoph M. Wintersteiger
· 6 years ago
19d5c80
3rdparty: Added config checks for Everest
by Christoph M. Wintersteiger
· 6 years ago
a8ade16
Gate secure element support by a separate config option
by Gilles Peskine
· 6 years ago
bd3a746
Merge remote-tracking branch 'restricted/pr/573' into development-restricted
by Jaeden Amero
· 6 years ago
5dbe7ca
Add missing MBEDTLS_ECP_C dependencies in check_config.h
by k-stachowiak
· 6 years ago
a0e20d0
Rename MBEDTLS_SSL_CID to MBEDTLS_SSL_DTLS_CONNECTION_ID
by Hanno Becker
· 6 years ago
189a013
Check static bounds of CID lengths in check_config.h
by Hanno Becker
· 6 years ago
bb47cd9
Add dep of MBEDTLS_SSL_CID on MBEDTLS_SSL_PROTO_DTLS to config check
by Hanno Becker
· 6 years ago
651ae68
config: Enable using ARIA-GCM without other ciphers
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
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
fe4ef0c
Add config sanity check for !MBEDTLS_SSL_KEEP_PEER_CERTIFICATE
by Hanno Becker
· 6 years ago
85fd913
Fix typo in check_config.h
by Hanno Becker
· 6 years ago
43f564f
Define MBEDTLS_ECDH_LEGACY_CONTEXT in config.h
by Gilles Peskine
· 6 years ago
1ce51e4
Forbid setting MBEDTLS_ECP_RESTARTABLE and MBEDTLS_USE_PSA_CRYPTO_C
by Hanno Becker
· 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
6b5ef48
Add a configuration fix for vsnprintf for non-conforming platforms
by k-stachowiak
· 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
aeefa49
Add config option for X.509/TLS to use PSA
by Manuel Pégourié-Gonnard
· 7 years ago
484ee33
psa: Add PSA Crypto configuration
by Jaeden Amero
· 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
60c793b
Split HAVE_TIME into HAVE_TIME + HAVE_TIME_DATE
by Manuel Pégourié-Gonnard
· 10 years ago
d14acbc
Test assumptions we make about the platform
by Manuel Pégourié-Gonnard
· 10 years ago
f78e4de
Fix warnings from -pedantic
by Manuel Pégourié-Gonnard
· 10 years ago
a7f8033
Fix oversights in s/malloc/calloc/
by Manuel Pégourié-Gonnard
· 10 years ago
4214e3a
Update dependencies and documentation
by Manuel Pégourié-Gonnard
· 10 years ago
Next »