TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls.git
/
refs/heads/archive/mbedtls-2.7
/
programs
/
ssl
0bf08c7
Fix wrong closing brackets between #ifdef directives (fixes #4206)
by Michael Schuster
· 4 years, 5 months ago
44bfbe3
Update copyright notices to use Linux Foundation guidance
by Bence Szépkúti
· 5 years ago
9b4b023
programs: ssl: cmake: Add missing executable
by Ronald Cron
· 5 years ago
d915d00
programs: ssl: cmake: Reorder declaration of executables
by Ronald Cron
· 5 years ago
4e9f712
Update license headers to Apache-2.0 OR GPL-2.0-or-later
by Bence Szépkúti
· 5 years ago
087bb4c
Merge pull request #2705 from k-stachowiak/unified-exit-in-examples-2.7
by Gilles Peskine
· 5 years ago
a086522
Unify the example programs' termination
by Krzysztof Stachowiak
· 6 years ago
63d92c6
Strict C99: don't use extremely large string literals
by Gilles Peskine
· 5 years ago
5e261e9
Fix possible close_notify/ClientHello confusion
by Manuel Pégourié-Gonnard
· 5 years ago
334ab9b
Merge remote-tracking branch 'origin/pr/2498' into mbedtls-2.7
by Jaeden Amero
· 6 years ago
555a925
Merge remote-tracking branch 'origin/pr/2541' into mbedtls-2.7
by Jaeden Amero
· 6 years ago
9840c21
Add guards for MBEDTLS_X509_CRL_PARSE_C in sample
by Ron Eldor
· 6 years ago
c6f4539
Fix default port number information
by irwir
· 7 years ago
beaf3d0
ssl_server2: Fail gracefully if no PEM-encoded CRTs are available
by Hanno Becker
· 6 years ago
d6bbf05
ssl_server2: Skip CA setup if `ca_path` or `ca_file` argument "none"
by Hanno Becker
· 6 years ago
37e7db2
ssl_client2: Fail gracefully if no PEM-encoded CRTs are available
by Hanno Becker
· 6 years ago
f74f5ce
ssl_client2: Skip CA setup if `ca_path` or `ca_file` argument "none"
by Hanno Becker
· 6 years ago
6950ebb
Document `psk_list` parameter of ssl_server2 example program
by Hanno Becker
· 7 years ago
fa8c974
Merge remote-tracking branch 'public/pr/2115' into mbedtls-2.7-proposed
by Simon Butcher
· 7 years ago
50f03ce
Merge remote-tracking branch 'public/pr/2071' into mbedtls-2.7-proposed
by Simon Butcher
· 7 years ago
437f96e
Add a macro to define the memory size in ssl_server2.c
by Simon Butcher
· 7 years ago
35007df
Increase the memory buffer size for ssl_server2.c
by Simon Butcher
· 7 years ago
f690ffa
Fix ordering of free()ing of internal structures in ssl_server2
by Hanno Becker
· 7 years ago
5c0204e
Change the default IP addresses for DTLS samples
by Simon Butcher
· 7 years ago
3d5cd4e
Remove trailing whitespace
by Andrzej Kurek
· 7 years ago
216b40d
ssl_server2: add buffer overhead for a termination character
by Andrzej Kurek
· 7 years ago
557335e
Added buffer_size and response_size options for ssl-server2.
by Andrzej Kurek
· 7 years ago
7e84aff
Fix Wformat-overflow warning in ssl_mail_client.c
by Mohammad Azim Khan
· 7 years ago
d5a3ed3
Merge remote-tracking branch 'public/pr/1863' into mbedtls-2.7
by Simon Butcher
· 7 years ago
46a6d5c
Fix ssl_client2 to send 0-length app data
by Andres Amaya Garcia
· 7 years ago
2b0599b
Fix typo in platform macro defines for examples
by Andres Amaya Garcia
· 7 years ago
ea14fe7
Fix ret code in ssl_mail_client.c
by Andres Amaya Garcia
· 7 years ago
e4f79e1
Fix ret code in ssl_fork_server.c
by Andres Amaya Garcia
· 7 years ago
bc1af79
Fix ret code in ssl_client1.c
by Andres Amaya Garcia
· 7 years ago
bb5e1c3
Fix multiple quality issues in the source
by Simon Butcher
· 7 years ago
4fa619f
Fix race condition in error printing in ssl_server2.c
by Manuel Pégourié-Gonnard
· 8 years ago
68306ed
Merge remote-tracking branch 'upstream-public/pr/1094' into development
by Gilles Peskine
· 8 years ago
71f68c4
Fix ssl_server2 sample application prompt
by Ron Eldor
· 8 years ago
e1a94a6
Correct the printf message of the DTLS handshake.
by Xinyu Chen
· 9 years ago
e4ad3e8
Allow requests of size larger than 16384 in ssl_client2
by Hanno Becker
· 8 years ago
2a47be5
Minor: Fix typos in program comments
by Ron Eldor
· 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
682df09
Allow SHA-1 in server tests, when the signature_algorithm extension is not used
by Gilles Peskine
· 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
4817e27
Add the CA list suppression option to ssl_server2
by Janos Follath
· 8 years ago
0b736db
Remove use of inttypes.h in MSVC from ssl_server2
by Andres AG
· 8 years ago
2382816
Fix default hostname for verification used in ssl_client1
by Paul Bakker
· 9 years ago
cef21e4
Fix examples that failed to compile without PEM
by Andres AG
· 9 years ago
692ad84
Add DTLS test to check 6 byte record ctr is cmp
by Andres AG
· 9 years ago
788aa4a
Rename net.{c,h} to net_sockets.{c,h}
by Andres AG
· 9 years ago
cdb3ad0
Remove redundant definitions of exit codes
by Simon Butcher
· 9 years ago
b5b6af2
Puts platform time abstraction into its own header
by Simon Butcher
· 9 years ago
9fa2e86
Add missing mbedtls_time_t definitions (#493)
by -~- redtangent ~-~
· 9 years ago
582a461
Improves and makes pretty the ssl_fork_server output
by Janos Follath
· 9 years ago
fe049db
Fix issue #429 in ssl_fork_server.c
by Janos Follath
· 9 years ago
d3138c3
Fixes SSL sample apps for non-default configs
by Simon Butcher
· 9 years ago
d5800b7
Abstracts away time()/stdlib.h into platform
by SimonB
· 9 years ago
90ab4a4
Fix Unix detection in mini_client
by Manuel Pégourié-Gonnard
· 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
3f09b6d
Fix API
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
ed51594
Merge pull request #265 from ARMmbed/iotssl-460-bugfixes
by Simon Butcher
· 10 years ago
a2cda6b
Add mbedtls_ssl_get_max_frag_len()
by Manuel Pégourié-Gonnard
· 10 years ago
ea35666
Fix -Wshadow warnings
by Manuel Pégourié-Gonnard
· 10 years ago
6fb8187
Update date in copyright line
by Manuel Pégourié-Gonnard
· 10 years ago
6755717
Fix stupid typo in ssl_server2.c
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
abc729e
Simplify net_accept() with UDP sockets
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
1c5b9fc
Avoid truncating peer cert info in ssl_server2
by Manuel Pégourié-Gonnard
· 10 years ago
216a183
Fix whitespace in CMakeLists.txt
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
6ea831d
Add tests for mbedtls_set_hs_ca_chain()
by Manuel Pégourié-Gonnard
· 10 years ago
4d6f178
Add support for SNI CA and authmode in ssl_server2
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
ba56136
Avoid in-out length in base64
by Manuel Pégourié-Gonnard
· 10 years ago
7551cb9
Replace malloc with calloc
by Manuel Pégourié-Gonnard
· 10 years ago
56273da
Move some includes to ssl_internal.h
by Manuel Pégourié-Gonnard
· 10 years ago
a0adc1b
Make cipher used in ssl tickets configurable
by Manuel Pégourié-Gonnard
· 10 years ago
b596abf
Refine cli/srv ifdefs for session tickets
by Manuel Pégourié-Gonnard
· 10 years ago
d59675d
Move to callback for session tickets
by Manuel Pégourié-Gonnard
· 10 years ago
53ebe13
Fix copyright lines still mentioning Brainspark
by Manuel Pégourié-Gonnard
· 10 years ago
0b104b0
Adapt prototype of net_accept() for explicit size
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
151dc77
Fix some old names that remained
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
Next »