TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls.git
/
cd839c9aa7e8ee649e49de36bf0fe13d1be29eaa
/
programs
/
ssl
/
ssl_client2.c
9ec3fe0
Introduce configuration option to remove CRT verification callbacks
by Hanno Becker
· 6 years ago
10da2a3
Fix unused variable warnings in ssl_client2/ssl_server2
by Hanno Becker
· 6 years ago
7f1c805
Allow ssl_client2/ssl_server2 to use HMAC DRBG instead of CTR DRBG
by Hanno Becker
· 6 years ago
4009d8f
Make function mbedtls_ssl_set_hostname(...) as optional
by Teppo Järvelin
· 6 years ago
572d448
Enforce NULL context for hardcoded RNG
by Hanno Becker
· 6 years ago
2b29a37
Fix compile bugs in examples with hardcoded I/O callbacks
by Manuel Pégourié-Gonnard
· 6 years ago
41e5a68
Example apps: Don't use runtime IO config API if CBs are hardcoded
by Hanno Becker
· 6 years ago
32bbe4a
Remove unused label in ssl_client2/ssl_server2
by Hanno Becker
· 6 years ago
83b8c3b
cli/srv ex: Add dbg msg if record checking gives inconsistent result
by Hanno Becker
· 6 years ago
de9e36e
Pass dgrams to mbedtls_ssl_check_record in ssl_client2/server2
by Hanno Becker
· 6 years ago
14219fe
Add IO wrappers to ssl_client2 as interm's between NET and SSL layer
by Hanno Becker
· 6 years ago
cdb83e7
Merge pull request #616 from mpg/context-s11n
by Manuel Pégourié-Gonnard
· 6 years ago
bc847ca
Actually reset the context on save as advertised
by Manuel Pégourié-Gonnard
· 6 years ago
86dfa0c
Change requirements for setting timer callback
by Manuel Pégourié-Gonnard
· 6 years ago
c981229
Fix memory leak in client/server2
by Manuel Pégourié-Gonnard
· 6 years ago
3b23c7d
Improve demo/testing code in client/server2
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
72e5ffc
Remove ver cfg in ssl_client2/ssl_server2 if ver hardcoded
by Hanno Becker
· 6 years ago
fabfb85
Merge remote-tracking branch 'origin/pr/603' into baremetal
by Simon Butcher
· 6 years ago
14a4a44
Remove mbedtls_ssl_conf_dbg() if !MBEDTLS_DEBUG_C
by Hanno Becker
· 6 years ago
73f4cb1
Rename XXX_SINGLE_CIPHERSUITE -> XXX_CONF_SINGLE_CIPHERSUITE
by Hanno Becker
· 6 years ago
6ace465
Remove ciphersuite from SSL config if single suite hardcoded
by Hanno Becker
· 6 years ago
473f98f
Introduce ciphersuite handle type
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
ece325c
Allow compile-time configuration of PRNG in SSL module
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
b0b2b67
Allow compile-time configuration of legacy renegotiation
by Hanno Becker
· 6 years ago
acd4fc0
Allow compile-time configuration of authentication mode
by Hanno Becker
· 6 years ago
29f2dd0
Address review comments
by Jarno Lamsa
· 6 years ago
7be1406
Add config MBEDTLS_SSL_SESSION_CACHE
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
488c8de
Add missing compile time guard in ssl_client2
by Hanno Becker
· 6 years ago
b7fab76
ssl_client2: Reset peer CRT info string on reconnect
by Hanno Becker
· 6 years ago
f9ca30d
ssl_client2: Zeroize peer CRT info buffer when reconnecting
by Hanno Becker
· 6 years ago
975c463
ssl_client2: Extract peer CRT info from verification callback
by Hanno Becker
· 6 years ago
7400e8f
Merge remote-tracking branch 'origin/pr/591' into baremetal
by Simon Butcher
· 6 years ago
f1ff745
Merge remote-tracking branch 'origin/pr/597' into baremetal
by Simon Butcher
· 6 years ago
98f85c8
Add missing dependencies on !MBEDTLS_X509_REMOVE_INFO
by Hanno Becker
· 6 years ago
02a2193
Rename MBEDTLS_X509_INFO to !MBEDTLS_X509_REMOVE_INFO
by Hanno Becker
· 6 years ago
dc470ae
Reduce code size when mbedtls_x509_*_info() unused
by Peter Kolbus
· 7 years ago
8b2608b
Fix style issues
by Jarno Lamsa
· 6 years ago
29a15c2
Set timer callbacks with serialization
by Jarno Lamsa
· 6 years ago
85c2380
Fix spacing
by Jarno Lamsa
· 6 years ago
034ae84
Fix compiler warnings
by Jarno Lamsa
· 6 years ago
b5ff6a4
Add option for ssl-context re-initialization flow
by Jarno Lamsa
· 6 years ago
f4f8ed7
Allow stub implementation of the context_save for now
by Jarno Lamsa
· 6 years ago
5737ec9
Address review comments for code-style issues
by Jarno Lamsa
· 6 years ago
38061f4
Remove mbedtls_ssl_free() and mbedtls_ssl_init() from serialization flow in test
by Jarno Lamsa
· 6 years ago
cf1b672
Use MBEDTLS_SSL_CONTEXT_SERIALIZATION flag
by Jarno Lamsa
· 6 years ago
654e8de
Rely on opt.exchanges for sending after serialization
by Jarno Lamsa
· 6 years ago
d736d08
Serialization/deserialization in ssl_client2
by Jarno Lamsa
· 6 years ago
0ea3cfe
Add option for serialization in ssl_client/server2
by Jarno Lamsa
· 6 years ago
1abb159
Merge branch 'mbedtls-2.16' into baremetal
by Hanno Becker
· 6 years ago
0b87412
Remove mbedtls_param_failed from programs
by Gilles Peskine
· 6 years ago
c725e4b
Merge remote-tracking branch 'origin/pr/590' into baremetal
by Simon Butcher
· 6 years ago
41b3591
Add tests for enforced extended master secret flag
by Jarno Lamsa
· 6 years ago
e744eab
Adapt defaults and programs documentation
by Manuel Pégourié-Gonnard
· 6 years ago
35ccdbb
Normalize spelling to serialiZation
by Manuel Pégourié-Gonnard
· 6 years ago
4bb1b99
Demonstrate safe usage (zeroize) in ssl_client2
by Manuel Pégourié-Gonnard
· 6 years ago
32ce596
Improve save API by always updating olen
by Manuel Pégourié-Gonnard
· 6 years ago
57a348b
Add tests for session copy without serialisation
by Manuel Pégourié-Gonnard
· 6 years ago
37a5324
Add mbedtls_ssl_get_session_pointer()
by Manuel Pégourié-Gonnard
· 6 years ago
fbb44a4
Save session in serialised form in ssl_client2.
by Manuel Pégourié-Gonnard
· 6 years ago
1ce1a51
Document "none" value for ca_path/ca_file in ssl_client2/ssl_server2
by Hanno Becker
· 6 years ago
a724206
ssl_client2: Skip CA setup if `ca_path` or `ca_file` argument "none"
by Hanno Becker
· 6 years ago
c258c44
Correct white spaces in ssl_server2 and ssl_client2
by Hanno Becker
· 7 years ago
bb676f7
Adapt ssl_client2 to parse DER encoded test CRTs if PEM is disabled
by Hanno Becker
· 6 years ago
c8f43d8
Improve readability of ssl_client2/ssl_server2 usage instructions
by Hanno Becker
· 6 years ago
b8260c6
Remove superfluous newline in ssl_client2
by Hanno Becker
· 6 years ago
7658105
Use negative-hex format for error codes in ssl_client2/ssl_server2
by Hanno Becker
· 6 years ago
ac36388
Exemplify ways of calling mbedtls_ssl_get_peer_cid() in ssl_client2
by Hanno Becker
· 6 years ago
a5a2b08
Rename MBEDTLS_SSL_CID to MBEDTLS_SSL_DTLS_CONNECTION_ID
by Hanno Becker
· 6 years ago
e8eff9a
Allow to configure the stack's behaviour on unexpected CIDs
by Hanno Becker
· 6 years ago
9687029
Add support for change of CID to ssl_client2 / ssl_server2
by Hanno Becker
· 6 years ago
eec2be9
Add CID configuration API
by Hanno Becker
· 6 years ago
0c8281a
Change formating of CID debug output in ssl_client2/ssl_server2
by Hanno Becker
· 6 years ago
6dde3dd
Print peer CID from ssl_client2
by Hanno Becker
· 6 years ago
7a7aa19
ssl_client2: Add cmd line options to configure use of CID extension
by Hanno Becker
· 6 years ago
ec37030
ssl_client2: Add helper to unhexify binary command line data
by Hanno Becker
· 6 years ago
bfa3e09
Query config through ssl_server2 and ssl_client2 cmdline
by Andres Amaya Garcia
· 7 years ago
3ef6a6d
Fix const-ness in mbedtls_param_failed()
by Manuel Pégourié-Gonnard
· 7 years ago
63cb97e
Add handlers for parameter validation in the sample programs
by Simon Butcher
· 7 years ago
25781f9
Fix missing check in example client
by Manuel Pégourié-Gonnard
· 7 years ago
125af94
Merge branch 'development-restricted' into iotssl-1260-non-blocking-ecc-restricted
by Manuel Pégourié-Gonnard
· 7 years ago
1841b0a
Rename ssl_conf_datagram_packing() to ssl_set_datagram_packing()
by Hanno Becker
· 7 years ago
6aeaa05
Merge branch 'iotssl-165-dtls-hs-fragmentation-new' into datagram_packing
by Hanno Becker
· 7 years ago
6e7aaca
Move MTU setting to SSL context, not config
by Manuel Pégourié-Gonnard
· 7 years ago
4d61591
Add cmd line option to ssl_client2 for datagram packing
by Hanno Becker
· 7 years ago
b747c6c
Add basic first tests for MTU setting
by Manuel Pégourié-Gonnard
· 7 years ago
ce6fbac
Fix ssl_client2 to send 0-length app data
by Andres Amaya Garcia
· 7 years ago
558da9c
Make SSL error code more generic
by Manuel Pégourié-Gonnard
· 7 years ago
da19f4c
Merge branch 'development' into iotssl-1260-non-blocking-ecc-restricted
by Manuel Pégourié-Gonnard
· 7 years ago
2bd5757
Merge branch 'development' into iotssl-1204
by Hanno Becker
· 7 years ago
Next »