TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls
/
10366708d6a4c6c68ae6961ca0620919aaf71ea3
/
include
/
mbedtls
/
check_config.h
67a9351
psa: config: Add MBEDTLS_PSA_CRYPTO_SPM
by Jaeden Amero
· 7 years ago
e59236f
Add PSA crypto module
by Gilles Peskine
· 8 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
e057d3b
Relax some dependencies
by Manuel Pégourié-Gonnard
· 10 years ago
0c0f11f
Update dependencies & includes for session tickets
by Manuel Pégourié-Gonnard
· 10 years ago
5a8d56d
Rm hard dependency of DTLS on TIMING_C
by Manuel Pégourié-Gonnard
· 10 years ago
2cf5a7c
The Great Renaming
by Manuel Pégourié-Gonnard
· 10 years ago
8a89fcd
Rm references to removed config options
by Manuel Pégourié-Gonnard
· 10 years ago
da1619d
CERTS_C no longer depends on PEM_PARSE_C
by Manuel Pégourié-Gonnard
· 10 years ago
29c28f9
Merge branch 'mbedtls-1.3' into development
by Manuel Pégourié-Gonnard
· 10 years ago
8a80318
Merge branch 'mbedtls-1.3' into development
by Manuel Pégourié-Gonnard
· 10 years ago
7f80997
Rename include directory to mbedtls
by Manuel Pégourié-Gonnard
· 10 years ago
[Renamed from include/polarssl/check_config.h]
9b66990
Fix typos in macro names
by Manuel Pégourié-Gonnard
· 10 years ago
998897b
Merge branch 'mbedtls-1.3' into development
by Manuel Pégourié-Gonnard
· 10 years ago
fe44643
Rename website and repository
by Manuel Pégourié-Gonnard
· 10 years ago
d901d17
Merge branch 'development' into dtls
by Manuel Pégourié-Gonnard
· 10 years ago
ac1f76c
Merge remote-tracking branch 'rich/platform' into development
by Manuel Pégourié-Gonnard
· 10 years ago
013bffe
Style: add spaces before line continuation
by Manuel Pégourié-Gonnard
· 10 years ago
16f8cd8
implemented macro overriding for polarssl_* library functions
by Rich Evans
· 10 years ago
4cc8a22
add initial symbols to config and checks to check_config to allow use of macros to define standard functions
by Rich Evans
· 10 years ago
c0b6da3
add missing checks to check_config
by Rich Evans
· 10 years ago
46b0a8d
add platform_set_snprintf
by Rich Evans
· 11 years ago
2a0718d
Merge branch 'development' into dtls
by Manuel Pégourié-Gonnard
· 11 years ago
860b516
Fix url again
by Manuel Pégourié-Gonnard
· 11 years ago
94de331
Fix dependency that was not checked
by Manuel Pégourié-Gonnard
· 11 years ago
0a155b8
Fix bug with compatibility memory define/header
by Manuel Pégourié-Gonnard
· 11 years ago
df6411d
Merge branch 'development' into dtls
by Manuel Pégourié-Gonnard
· 11 years ago
085ab04
Fix website url to use https.
by Manuel Pégourié-Gonnard
· 11 years ago
9698f58
Remove maintainer line.
by Manuel Pégourié-Gonnard
· 11 years ago
19f6b5d
Remove redundant "all rights reserved"
by Manuel Pégourié-Gonnard
· 11 years ago
eab72e2
Merge branch 'development' into dtls
by Manuel Pégourié-Gonnard
· 11 years ago
a658a40
Update copyright
by Manuel Pégourié-Gonnard
· 11 years ago
967a2a5
Change name to mbed TLS in the copyright notice
by Manuel Pégourié-Gonnard
· 11 years ago
8fbb01e
Merge commit 'b2eaac1' into dtls
by Manuel Pégourié-Gonnard
· 11 years ago
f356115
Merge support for 1/n-1 record splitting
by Paul Bakker
· 11 years ago
d76314c
Add 1/n-1 record splitting
by Manuel Pégourié-Gonnard
· 11 years ago
f9d778d
Merge branch 'etm' into dtls
by Manuel Pégourié-Gonnard
· 11 years ago
56d985d
Merge branch 'session-hash' into dtls
by Manuel Pégourié-Gonnard
· 11 years ago
769c6b6
Make session-hash depend on TLS versions
by Manuel Pégourié-Gonnard
· 11 years ago
699cafa
Implement initial negotiation of EtM
by Manuel Pégourié-Gonnard
· 11 years ago
8e704f0
DTLS depends on TIMING_C for now
by Manuel Pégourié-Gonnard
· 11 years ago
b0643d1
Add ssl_set_dtls_badmac_limit()
by Manuel Pégourié-Gonnard
· 11 years ago
8464a46
Make DTLS_ANTI_REPLAY depends on PROTO_DTLS
by Manuel Pégourié-Gonnard
· 11 years ago
a64acd4
Add separate SSL_COOKIE_C define
by Manuel Pégourié-Gonnard
· 11 years ago
82202f0
Make DTLS_HELLO_VERIFY a compile option
by Manuel Pégourié-Gonnard
· 11 years ago
0b1ff29
Add basic flags for DTLS
by Manuel Pégourié-Gonnard
· 11 years ago
d1539b1
Rename RSASSA_PSS_CERTIFICATES to X509_RSASSA_PSS_SUPPORT
by Manuel Pégourié-Gonnard
· 11 years ago
9df5c96
Fix dependencies
by Manuel Pégourié-Gonnard
· 12 years ago
770268f
Fix deprecated references to POLARSSL_CONFIG_OPTIONS
by Paul Bakker
· 11 years ago
2a024ac
Merge dependency fixes
by Paul Bakker
· 11 years ago
14d5595
Split config checks to separate file
by Manuel Pégourié-Gonnard
· 11 years ago