TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls
/
7e65c05bb036c510c4e3df49c67e98116d3858e2
7e65c05
Document that curve lists can include partially-supported curves
by Gilles Peskine
· 6 years ago
c6c7c49
Add mbedtls_ecdh_can_do
by Gilles Peskine
· 6 years ago
b14c4a5
Fix build with gcc -Wshadow
by Gilles Peskine
· 6 years ago
21411d2
ECDH: Make benchmarks check MBEDTLS_ERR_PLATFORM_FEATURE_UNSUPPORTED
by Christoph M. Wintersteiger
· 6 years ago
655ddab
3rdparty: Add additional build facilities for 3rd-party code
by Christoph M. Wintersteiger
· 7 years ago
181f284
config.h: Silence missing documentation warning
by Christoph M. Wintersteiger
· 7 years ago
6cddd30
ECDH: Disable Everest by default
by Christoph M. Wintersteiger
· 7 years ago
b33e811
ECDH: Fix file permission problem
by Christoph M. Wintersteiger
· 7 years ago
6a1a9e4
ECDSA: Add mbedtls_ecdsa_can_do
by Christoph M. Wintersteiger
· 7 years ago
9b33e7d
ECDH: Exclude FStar and Hacl* from exported symbol checks
by Christoph M. Wintersteiger
· 7 years ago
346932a
Fix preprocessor directive recognition in list-enum-consts.pl
by Christoph M. Wintersteiger
· 7 years ago
89f36ae
Add new 3rdparty build scripts
by Christoph M. Wintersteiger
· 7 years ago
e14c779
ECDH: Everest: Remove unnecessary file
by Christoph M. Wintersteiger
· 7 years ago
3dca1a4
ECDH: Fix error checks in benchmark.c
by Christoph M. Wintersteiger
· 7 years ago
f4bee2f
ECDH: Use LOCAL_CFLAGS instead of CFLAGS
by Christoph M. Wintersteiger
· 7 years ago
e50b970
ECDH: Fix whitespace and doxygen comment
by Christoph M. Wintersteiger
· 7 years ago
c14dd84
ECDH: Add Everest Curve25519 to VS project files
by Christoph M. Wintersteiger
· 7 years ago
b4e63a1
ECDH: Improve ECDH full handshake benchmark
by Christoph M. Wintersteiger
· 7 years ago
0b93102
ECDH: Rename full handshake benchmark
by Christoph M. Wintersteiger
· 7 years ago
e0e8eb3
ECDH: Add #ifdef filter to tests/scripts/list-enum-consts.pl
by Christoph M. Wintersteiger
· 7 years ago
0bc9c69
ECDH: Add new (non-legacy) ECDH benchmark
by Christoph M. Wintersteiger
· 7 years ago
977d89a
ECDH: Include Everest Curve25519 in build scripts
by Christoph M. Wintersteiger
· 7 years ago
02b8048
ECDH: Add Everest Curve25519 config.h option
by Christoph M. Wintersteiger
· 7 years ago
3ec5047
Merge remote-tracking branch 'origin/pr/2807' into development
by Jaeden Amero
· 6 years ago
cfc9c8c
Merge remote-tracking branch 'origin/pr/2798' into development
by Jaeden Amero
· 6 years ago
4e0db56
Merge branch 'mbedtls-2.18' into development
by Jaeden Amero
· 6 years ago
b2d61e3
Merge remote-tracking branch 'origin/pr/2792' into development
by Jaeden Amero
· 6 years ago
472a2a2
Don't redefine calloc and free
by Jarno Lamsa
· 6 years ago
9e90df5
Add changelog entry to record checking
by Jarno Lamsa
· 6 years ago
b7b486c
Fix compiler warning
by Jarno Lamsa
· 6 years ago
8c51b7c
Add debug messages
by Jarno Lamsa
· 6 years ago
bccf035
Remove duplicate entries from ChangeLog
by Jarno Lamsa
· 6 years ago
b9ca1b0
Fix parameter name in doxygen
by Jarno Lamsa
· 6 years ago
c84bd24
Add missing guards for mac usage
by Jarno Lamsa
· 6 years ago
e458869
Improve reability and debugability of large if
by Manuel Pégourié-Gonnard
· 6 years ago
4ca930f
Fix a typo in a comment
by Manuel Pégourié-Gonnard
· 6 years ago
f041f4e
Fix MSVC warning
by Manuel Pégourié-Gonnard
· 6 years ago
9a96fd7
Fix compile error in reduced configurations
by Manuel Pégourié-Gonnard
· 6 years ago
45ac1f0
Avoid duplication of session format header
by Manuel Pégourié-Gonnard
· 6 years ago
4e9370b
Implement config-checking header to context s11n
by Manuel Pégourié-Gonnard
· 6 years ago
5c0e377
Provide serialisation API only if it's enabled
by Manuel Pégourié-Gonnard
· 6 years ago
5ea13b8
Fix compiler warning: comparing signed to unsigned
by Manuel Pégourié-Gonnard
· 6 years ago
9df5a82
Actually reset the context on save as advertised
by Manuel Pégourié-Gonnard
· 6 years ago
142ba73
Re-use buffer allocated by handshake_init()
by Manuel Pégourié-Gonnard
· 6 years ago
862b319
Enable serialisation tests in ssl-opt.sh
by Manuel Pégourié-Gonnard
· 6 years ago
13c8e68
Change requirements for setting timer callback
by Manuel Pégourié-Gonnard
· 6 years ago
0eb3eac
Add setting of forced fields when deserializing
by Manuel Pégourié-Gonnard
· 6 years ago
c86c5df
Add saved fields from top-level structure
by Manuel Pégourié-Gonnard
· 6 years ago
3309a67
Fix memory leak in client/server2
by Manuel Pégourié-Gonnard
· 6 years ago
c2a7b89
Add transform (de)serialization
by Manuel Pégourié-Gonnard
· 6 years ago
b9dfc9f
Fix English in comments
by Manuel Pégourié-Gonnard
· 6 years ago
a88399c
Improve demo/testing code in client/server2
by Manuel Pégourié-Gonnard
· 6 years ago
4b7e6b9
Add session saving/loading
by Manuel Pégourié-Gonnard
· 6 years ago
4c90e85
Add (stub) header writing and checking
by Manuel Pégourié-Gonnard
· 6 years ago
0ff7640
Add usage checks in context_load()
by Manuel Pégourié-Gonnard
· 6 years ago
00400c2
Document internal serialisation format
by Manuel Pégourié-Gonnard
· 6 years ago
1aaf669
Implement usage checks in context_save()
by Manuel Pégourié-Gonnard
· 6 years ago
96fb0ee
Save Hello random bytes for later use
by Manuel Pégourié-Gonnard
· 6 years ago
ddf72a1
Fix style issues
by Jarno Lamsa
· 6 years ago
8e25321
Set timer callbacks with serialization
by Jarno Lamsa
· 6 years ago
1a7f793
Fix spacing
by Jarno Lamsa
· 6 years ago
15b3a7a
Fix compiler warnings
by Jarno Lamsa
· 6 years ago
c2376f0
Add tests for re-init flow for context serialization
by Jarno Lamsa
· 6 years ago
304d61c
Add option for ssl-context re-initialization flow
by Jarno Lamsa
· 6 years ago
12021ee
Fix spacing
by Jarno Lamsa
· 6 years ago
1d1657f
Allow stub implementation of the context_save for now
by Jarno Lamsa
· 6 years ago
93c6ff2
Address review comments for code-style issues
by Jarno Lamsa
· 6 years ago
378d64d
Remove mbedtls_ssl_free() and mbedtls_ssl_init() from serialization flow in test
by Jarno Lamsa
· 6 years ago
a0b2cd6
ssl-opt.sh tests for serialization are currently using stub implementation
by Jarno Lamsa
· 6 years ago
cbee1b3
Add missing slashes to tests
by Jarno Lamsa
· 6 years ago
2937d81
Add serialization tests to ssl-opt.sh
by Jarno Lamsa
· 6 years ago
bbc7b41
Use MBEDTLS_SSL_CONTEXT_SERIALIZATION flag
by Jarno Lamsa
· 6 years ago
5a3a16c
Serialize/deserialize for ssl_server2
by Jarno Lamsa
· 6 years ago
af30629
Rely on opt.exchanges for sending after serialization
by Jarno Lamsa
· 6 years ago
77e6665
Serialization/deserialization in ssl_client2
by Jarno Lamsa
· 6 years ago
9831c8a
Add option for serialization in ssl_client/server2
by Jarno Lamsa
· 6 years ago
d0a86f9
Clarify documentation of mbedtls_ssl_context_load()
by Manuel Pégourié-Gonnard
· 6 years ago
6d8f128
Fix typos, grammar and wording in documentation
by Manuel Pégourié-Gonnard
· 6 years ago
ac87e28
Declare and document ssl_context_save()/load()
by Manuel Pégourié-Gonnard
· 6 years ago
afa8f71
Add new config MBEDTLS_SSL_CONTEXT_SERIALIZATION
by Manuel Pégourié-Gonnard
· 6 years ago
be34e8e
Remove reference to outdated compile-time option
by Hanno Becker
· 6 years ago
f9b3303
Introduce specific error for ver/cfg mismatch on deserialization
by Hanno Becker
· 6 years ago
fe1275e
Improve test for detection of ver/cfg corruption in serialized data
by Hanno Becker
· 6 years ago
363b646
Use US spelling 'serialize' instead of UK spelling 'serialise'
by Hanno Becker
· 6 years ago
3e08866
Use def'n consts for bits in config-identifier of serialized data
by Hanno Becker
· 6 years ago
dc28b6c
Note that ver+fmt bytes in serialized data must not be removed
by Hanno Becker
· 6 years ago
50b5966
Improve doc'n of config-identifying bitfield in serialized session
by Hanno Becker
· 6 years ago
f37d918
Session serialization: Fail with BAD_INPUT_DATA if buffer too small
by Hanno Becker
· 6 years ago
bb54d5a
Use consistent spelling of 'serialise/serialize' in SSL test suite
by Hanno Becker
· 6 years ago
861d0bb
Add negative tests for unexpected ver/cfg in session deserialization
by Hanno Becker
· 6 years ago
94ef3b3
Encode relevant parts of the config in serialized session header
by Hanno Becker
· 6 years ago
f878707
Add configuration identifier to serialized SSL sessions
by Hanno Becker
· 6 years ago
a835da5
Add Mbed TLS version to SSL sessions
by Hanno Becker
· 6 years ago
aa75583
Re-enable test that now works with new format
by Manuel Pégourié-Gonnard
· 6 years ago
eef4c75
Adapt buffering test to new ticket size
by Manuel Pégourié-Gonnard
· 6 years ago
f743c03
Add new ABI-independent format for serialization
by Manuel Pégourié-Gonnard
· 6 years ago
ee13a73
Fix serialization tests for !SSL_KEEP_PEER_CERT
by Manuel Pégourié-Gonnard
· 6 years ago
51a0bfd
Fix bug in cert digest serialisation
by Manuel Pégourié-Gonnard
· 6 years ago
686adb4
Normalize spelling to serialiZation
by Manuel Pégourié-Gonnard
· 6 years ago
df9bc21
Improve documentation
by Manuel Pégourié-Gonnard
· 6 years ago
Next »