Sign in
pigweed
/
third_party
/
github
/
ARMmbed
/
mbedtls
/
b6800788ca432e8df1de3c7a55e894b9a2e49ba9
/
programs
/
test
/
udp_proxy.c
1e14827
Update copyright notices to use Linux Foundation guidance
by Bence Szépkúti
· 4 years, 5 months ago
e24fc7b
Merge pull request #2595 from k-stachowiak/unified-exit-in-examples
by Gilles Peskine
· 4 years, 8 months ago
518d435
Fix GCC format-signedness warnings
by Kenneth Soerensen
· 4 years, 10 months ago
f4563b4
Fix some style issues in udp_proxy
by Manuel Pégourié-Gonnard
· 4 years, 10 months ago
baad2de
Add negative test for hard reconnect cookie check
by Manuel Pégourié-Gonnard
· 4 years, 10 months ago
776521a
Return from the test and utility examples via exit()
by k-stachowiak
· 6 years ago
5e1b195
Unify the example programs' termination
by Krzysztof Stachowiak
· 6 years ago
961e677
UDP proxy: Don't attempt to dissect dgram into records when dropping
by Hanno Becker
· 6 years ago
98aaf25
Add bad_cid option UDP proxy to insert unexpected CID records
by Hanno Becker
· 6 years ago
31f6e37
UDP Proxy: Don't drop CID records
by Hanno Becker
· 6 years ago
f34a4c1
UDP proxy: Correct debug output for delay_srv option
by Hanno Becker
· 6 years ago
4103810
Style: Correct indentation in UDP proxy code
by Hanno Becker
· 6 years ago
cf46945
Style: Add empty line before comment in UDP proxy code
by Hanno Becker
· 6 years ago
12b72c1
UDP proxy: Fix bug in freeing delayed messages
by Hanno Becker
· 6 years ago
101bcba
UDP proxy: Allow more than one message to be delayed
by Hanno Becker
· 6 years ago
caf8741
Fix typo in documentation of UDP proxy argument 'delay_cli'
by Hanno Becker
· 6 years ago
01ea778
UDP proxy: Add option to delay specific handshake messages
by Hanno Becker
· 6 years ago
7d42965
Fix typo in platform macro defines for examples
by Andres Amaya Garcia
· 7 years ago
80081a6
Fix ret code in udp_proxy.c
by Andres Amaya Garcia
· 7 years ago
a5e6897
Resolve integer type conversion problem on MSVC
by Hanno Becker
· 7 years ago
77abef5
Don't use busy-waiting in udp_proxy
by Hanno Becker
· 7 years ago
0cc7774
Only add pack option to UDP proxy if MBEDTLS_TIMING_C is enabled
by Hanno Becker
· 7 years ago
92474da
Use Mbed TLS timing module to obtain ellapsed time in udp_proxy
by Hanno Becker
· 7 years ago
211f44c
Rename `merge` option in UDP proxy to `pack`
by Hanno Becker
· 7 years ago
df4180a
Don't break debug messages
by Hanno Becker
· 7 years ago
fbb0b70
Corrupt application data in the beginning instead of the end in UDP proxy
by Hanno Becker
· 8 years ago
1dd62ea
Add packing option to UDP proxy
by Hanno Becker
· 8 years ago
788aa4a
Rename net.{c,h} to net_sockets.{c,h}
by Andres AG
· 8 years ago
d3138c3
Fixes SSL sample apps for non-default configs
by Simon Butcher
· 9 years ago
37ff140
Change main license to Apache 2.0
by Manuel Pégourié-Gonnard
· 9 years ago
ea35666
Fix -Wshadow warnings
by Manuel Pégourié-Gonnard
· 9 years ago
6fb8187
Update date in copyright line
by Manuel Pégourié-Gonnard
· 9 years ago
9de64f5
Fix MSVC warnings in library and programs
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
c0d7494
Make 'port' a string in NET module
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
2cf5a7c
The Great Renaming
by Manuel Pégourié-Gonnard
· 10 years ago
7f80997
Rename include directory to mbedtls
by Manuel Pégourié-Gonnard
· 10 years ago
e4d4890
Finish renaming website
by Manuel Pégourié-Gonnard
· 10 years ago
d901d17
Merge branch 'development' into dtls
by Manuel Pégourié-Gonnard
· 10 years ago
f224678
Fix remaining printfs in programs
by Manuel Pégourié-Gonnard
· 10 years ago
3d2c4b7
Fix url in new files
by Manuel Pégourié-Gonnard
· 10 years ago
dba564b
Fix files that are not in development
by Manuel Pégourié-Gonnard
· 10 years ago
ba958b8
Add test for server-initiated renego
by Manuel Pégourié-Gonnard
· 10 years ago
ce8588c
Make udp_proxy more robust
by Manuel Pégourié-Gonnard
· 10 years ago
fa60f12
Quit using "yes" in ssl-opt.sh with openssl
by Manuel Pégourié-Gonnard
· 10 years ago
ae666c5
proxy: avoid always dropping the same packet
by Manuel Pégourié-Gonnard
· 10 years ago
d0fd1da
Add test with proxy and openssl server
by Manuel Pégourié-Gonnard
· 10 years ago
8cc7e03
udp_proxy: show encrypted messages as encrypted
by Manuel Pégourié-Gonnard
· 10 years ago
6265d30
Fix some delayed packets going the wrong way
by Manuel Pégourié-Gonnard
· 10 years ago
bf02319
udp_proxy: don't overwrite delayed packets
by Manuel Pégourié-Gonnard
· 10 years ago
6312e0f
udp_proxy: allow successive clients
by Manuel Pégourié-Gonnard
· 10 years ago
b46780e
Enlarge udp_proxy's message buffer
by Manuel Pégourié-Gonnard
· 10 years ago
ae8d239
udp_proxy: also drop messages from the last flight
by Manuel Pégourié-Gonnard
· 10 years ago
992e136
Make decisions pseudo-random in udp_proxy
by Manuel Pégourié-Gonnard
· 10 years ago
bc010a0
udp_proxy: don't drop messages in the last flight
by Manuel Pégourié-Gonnard
· 10 years ago
7cf3518
Enhance output of udp_proxy (with time)
by Manuel Pégourié-Gonnard
· 10 years ago
63eca93
Drop invalid records with DTLS
by Manuel Pégourié-Gonnard
· 10 years ago
6c18a39
Add option 'bad_ad' to udp_proxy
by Manuel Pégourié-Gonnard
· 10 years ago
eb00bfd
Add option 'mtu' to udp_proxy
by Manuel Pégourié-Gonnard
· 10 years ago
81f2fe9
Add option 'delay_ccs' to udp_proxy
by Manuel Pégourié-Gonnard
· 10 years ago
60fdd7e
Add option 'drop' to udp_proxy
by Manuel Pégourié-Gonnard
· 10 years ago
21398c3
Add option 'delay' to udp_proxy
by Manuel Pégourié-Gonnard
· 10 years ago
2c41bd8
Add a 'duplicate' option to udp_proxy
by Manuel Pégourié-Gonnard
· 10 years ago
44d5e63
Enhance output of udp_proxy
by Manuel Pégourié-Gonnard
· 10 years ago
cb4137b
Add test utility udp_proxy
by Manuel Pégourié-Gonnard
· 10 years ago