TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls.git
/
cf1b6724c9683ea6d8918f40412370f09a8d23a8
/
programs
/
ssl
/
ssl_client2.c
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
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
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
ef52796
Fix missing return statement ssl_server2 idling
by Hanno Becker
· 7 years ago
9b2b66e
Minor style corrections
by Hanno Becker
· 7 years ago
adfa64f
Abort idle-loop in ssl_server2 if sockets gets invalid
by Hanno Becker
· 7 years ago
b6f880b
Revert whitespace change to ease merging
by Hanno Becker
· 7 years ago
197a91c
Clean up idle() function in ssl_client2 and ssl_server2
by Hanno Becker
· 8 years ago
df4180a
Don't break debug messages
by Hanno Becker
· 8 years ago
4cb1f4d
Style corrections
by Hanno Becker
· 8 years ago
16970d2
Add support for event-driven IO in ssl_client2 and ssl_server2
by Hanno Becker
· 8 years ago
e4ad3e8
Allow requests of size larger than 16384 in ssl_client2
by Hanno Becker
· 8 years ago
b3c8307
Adapt ssl_client2 to restartable EC
by Manuel Pégourié-Gonnard
· 8 years ago
8651a43
Remove %zu format string from ssl_client2 and ssl_server2
by Hanno Becker
· 8 years ago
e6706e6
Add tests for missing CA chains and bad curves.
by Hanno Becker
· 8 years ago
bc70a18
Test that SHA-1 defaults off
by Gilles Peskine
· 8 years ago
cd3c845
Allow SHA-1 in SSL renegotiation tests
by Gilles Peskine
· 8 years ago
ef86ab2
Allow SHA-1 in X.509 and TLS tests
by Gilles Peskine
· 8 years ago
788aa4a
Rename net.{c,h} to net_sockets.{c,h}
by Andres AG
· 9 years ago
d3138c3
Fixes SSL sample apps for non-default configs
by Simon Butcher
· 9 years ago
fadacb9
Merge branch 'development' into iotssl-461-ecjpake-finalization
by Manuel Pégourié-Gonnard
· 10 years ago
70905a7
Add ecjpake_pw option to ssl_client2/server2
by Manuel Pégourié-Gonnard
· 10 years ago
22311ae
Improve help message of ssl_*2.c
by Manuel Pégourié-Gonnard
· 10 years ago
dbd2307
Add option reconnect_hard to ssl_client2
by Manuel Pégourié-Gonnard
· 10 years ago
37ff140
Change main license to Apache 2.0
by Manuel Pégourié-Gonnard
· 10 years ago
a2cda6b
Add mbedtls_ssl_get_max_frag_len()
by Manuel Pégourié-Gonnard
· 10 years ago
6fb8187
Update date in copyright line
by Manuel Pégourié-Gonnard
· 10 years ago
046589e
Rm obsolete defines for snprintf in programs
by Manuel Pégourié-Gonnard
· 10 years ago
9de64f5
Fix MSVC warnings in library and programs
by Manuel Pégourié-Gonnard
· 10 years ago
052f288
Cosmetics in debug in ssl_{client,server}2.c
by Manuel Pégourié-Gonnard
· 10 years ago
3d7d00a
Rename mbedtls_net_close() to mbedtls_net_free()
by Manuel Pégourié-Gonnard
· 10 years ago
5db6432
Adapt programs to the new NET API
by Manuel Pégourié-Gonnard
· 10 years ago
61ee351
Adapt programs to the new debug API
by Manuel Pégourié-Gonnard
· 10 years ago
c0d7494
Make 'port' a string in NET module
by Manuel Pégourié-Gonnard
· 10 years ago
b31c5f6
Add SSL presets.
by Manuel Pégourié-Gonnard
· 10 years ago
9096682
Add dhmlen option in ssl_client2.c
by Manuel Pégourié-Gonnard
· 10 years ago
bf27eaa
Fix help string in ssl_client2.c
by Manuel Pégourié-Gonnard
· 10 years ago
b596abf
Refine cli/srv ifdefs for session tickets
by Manuel Pégourié-Gonnard
· 10 years ago
d4f04db
net.c now depends on select() unconditionally
by Manuel Pégourié-Gonnard
· 10 years ago
a63bc94
Remove timing_m_sleep() -> net_usleep()
by Manuel Pégourié-Gonnard
· 10 years ago
66dc555
mbedtls_ssl_conf_arc4_support() depends on ARC4_C
by Manuel Pégourié-Gonnard
· 10 years ago
d2377e7
ssl_client/server2 shouln't depend on timing.c
by Manuel Pégourié-Gonnard
· 10 years ago
e3c41ad
Use the new timer callback API in programs
by Manuel Pégourié-Gonnard
· 10 years ago
db1cc76
Fix depend issue in program/ssl/ssl_*2.c
by Manuel Pégourié-Gonnard
· 10 years ago
e6ef16f
Change X.509 verify flags to uint32_t
by Manuel Pégourié-Gonnard
· 10 years ago
159c82e
Fix ssl_set_hostname usage (duplication, ifdef)
by Manuel Pégourié-Gonnard
· 10 years ago
06939ce
Fix order of ssl_conf vs ssl_setup in programs
by Manuel Pégourié-Gonnard
· 10 years ago
01e5e8c
Change a few ssl_conf return types to void
by Manuel Pégourié-Gonnard
· 10 years ago
6729e79
Rename ssl_set_xxx() to ssl_conf_xxx()
by Manuel Pégourié-Gonnard
· 10 years ago
17a40cd
Change ssl_own_cert to work on ssl_config
by Manuel Pégourié-Gonnard
· 10 years ago
120fdbd
Change ssl_set_psk() to act on ssl_config
by Manuel Pégourié-Gonnard
· 10 years ago
750e4d7
Move ssl_set_rng() to act on config
by Manuel Pégourié-Gonnard
· 10 years ago
ae31914
Rename ssl_legacy_renegotiation() to ssl_set_...
by Manuel Pégourié-Gonnard
· 10 years ago
8836994
Move WANT_READ/WANT_WRITE codes to SSL
by Manuel Pégourié-Gonnard
· 10 years ago
1b511f9
Rename ssl_set_bio_timeout() to set_bio()
by Manuel Pégourié-Gonnard
· 10 years ago
97fd52c
Split ssl_set_read_timeout() out of bio_timeout()
by Manuel Pégourié-Gonnard
· 10 years ago
bc2b771
Move ssl_set_ca_chain() to work on config
by Manuel Pégourié-Gonnard
· 10 years ago
2b49445
Move session ticket keys to conf
by Manuel Pégourié-Gonnard
· 10 years ago
684b059
Move ssl_set_fallback() to work on conf
by Manuel Pégourié-Gonnard
· 10 years ago
6bf89d6
Move ssl_set_max_fragment_len to work on conf
by Manuel Pégourié-Gonnard
· 10 years ago
17eab2b
Move set_cbc_record_splitting() to conf
by Manuel Pégourié-Gonnard
· 10 years ago
d36e33f
Move easy ssl_set_xxx() functions to work on conf
by Manuel Pégourié-Gonnard
· 10 years ago
419d5ae
Make endpoint+transport args of config_defaults()
by Manuel Pégourié-Gonnard
· 10 years ago
def0bbe
Allocate ssl_config out of ssl_setup()
by Manuel Pégourié-Gonnard
· 10 years ago
Next »