Rivoreo Source Code Repositories
src.rivoreo.one
/
security
/
mbedtls
/
b8a923db2b764377aec3059bd11a21c0ba4a6433
/
programs
b8a923d
Merge branch 'development' into dtls
by Manuel Pégourié-Gonnard
· 10 years ago
7e81e70
Fix left out printf's
by Manuel Pégourié-Gonnard
· 10 years ago
3d2c4b7
Fix url in new files
by Manuel Pégourié-Gonnard
· 10 years ago
2a0718d
Merge branch 'development' into dtls
by Manuel Pégourié-Gonnard
· 10 years ago
860b516
Fix url again
by Manuel Pégourié-Gonnard
· 10 years ago
3f738ca
Move some ignore patterns to subdirectories
by Manuel Pégourié-Gonnard
· 10 years ago
64a5799
Minor nits with stdout/stderr.
by veggie
· 10 years ago
cc334ef
aescrypt2.c local char array not initial
by wslfa
· 10 years ago
478fac4
Fix usage string of ssl_client2
by Manuel Pégourié-Gonnard
· 10 years ago
7c9e75a
Remove a few useless #defines
by Manuel Pégourié-Gonnard
· 10 years ago
f90016a
Use platform layer in programs for consistency.
by Rich Evans
· 10 years ago
9014b6f
Rename project in CMake
by Manuel Pégourié-Gonnard
· 10 years ago
6a4ae35
Link to new name in programs & tests Makefiles
by Manuel Pégourié-Gonnard
· 10 years ago
d43ccb6
Quit using deprecated header.
by Manuel Pégourié-Gonnard
· 10 years ago
c26a092
Rename static lib name with make
by Manuel Pégourié-Gonnard
· 10 years ago
dba564b
Fix files that are not in development
by Manuel Pégourié-Gonnard
· 10 years ago
df6411d
Merge branch 'development' into dtls
by Manuel Pégourié-Gonnard
· 10 years ago
085ab04
Fix website url to use https.
by Manuel Pégourié-Gonnard
· 10 years ago
9698f58
Remove maintainer line.
by Manuel Pégourié-Gonnard
· 10 years ago
19f6b5d
Remove redundant "all rights reserved"
by Manuel Pégourié-Gonnard
· 10 years ago
eab72e2
Merge branch 'development' into dtls
by Manuel Pégourié-Gonnard
· 10 years ago
a658a40
Update copyright
by Manuel Pégourié-Gonnard
· 10 years ago
9169921
Rename to mbed TLS in examples
by Manuel Pégourié-Gonnard
· 10 years ago
b64d9a7
Remove old test certificates.
by Manuel Pégourié-Gonnard
· 10 years ago
967a2a5
Change name to mbed TLS in the copyright notice
by Manuel Pégourié-Gonnard
· 10 years ago
3a173f4
Merge branch 'development' into dtls
by Manuel Pégourié-Gonnard
· 10 years ago
34377b1
Fix send_close_notify usage.
by Manuel Pégourié-Gonnard
· 10 years ago
6a0017b
Rename variable for clarity
by Manuel Pégourié-Gonnard
· 10 years ago
23eb74d
Fix issues with new defaults
by Manuel Pégourié-Gonnard
· 10 years ago
67505bf
Merge branch 'development' into dtls
by Manuel Pégourié-Gonnard
· 10 years ago
bfccdd3
Merge commit '36adc36' into dtls
by Manuel Pégourié-Gonnard
· 10 years ago
0017c2b
Merge commit '9835bc0' into dtls
by Manuel Pégourié-Gonnard
· 10 years ago
8fbb01e
Merge commit 'b2eaac1' into dtls
by Manuel Pégourié-Gonnard
· 10 years ago
0af1ba3
Merge commit 'f6080b8' into dtls
by Manuel Pégourié-Gonnard
· 10 years ago
edb7ed3
Merge commit 'd7e2483' into dtls
by Manuel Pégourié-Gonnard
· 10 years ago
f9c8a60
Merge commit '8b9bcec' into dtls
by Manuel Pégourié-Gonnard
· 10 years ago
5b8f7ea
Merge new security defaults for programs (RC4 disabled, SSL3 disabled)
by Paul Bakker
· 10 years ago
c82b7e2
Merge option to disable truncated hmac on the server-side
by Paul Bakker
· 10 years ago
a92ed48
Fix stupid error in previous commit
by Manuel Pégourié-Gonnard
· 10 years ago
687f89b
Don't check errors on ssl_close_notify()
by Manuel Pégourié-Gonnard
· 10 years ago
b2eaac1
Stop assuming chars are signed
by Paul Bakker
· 10 years ago
f356115
Merge support for 1/n-1 record splitting
by Paul Bakker
· 10 years ago
f6080b8
Merge support for enabling / disabling renegotiation support at compile-time
by Paul Bakker
· 10 years ago
d7e2483
Merge miscellaneous fixes into development
by Paul Bakker
· 10 years ago
8b9bcec
Stop assuming chars are signed
by Paul Bakker
· 10 years ago
5ba1d52
Add memory_buffer_alloc_self_test()
by Manuel Pégourié-Gonnard
· 10 years ago
d9e2dd2
Merge support for Encrypt-then-MAC
by Paul Bakker
· 10 years ago
fa06581
Disable RC4 by default in example programs.
by Manuel Pégourié-Gonnard
· 10 years ago
bd47a58
Add ssl_set_arc4_support()
by Manuel Pégourié-Gonnard
· 10 years ago
9828656
Stop assuming chars are signed
by Manuel Pégourié-Gonnard
· 10 years ago
448ea50
Set min version to TLS 1.0 in programs
by Manuel Pégourié-Gonnard
· 10 years ago
265fe99
Use library default for trunc-hmac in ssl_client2
by Manuel Pégourié-Gonnard
· 10 years ago
e117a8f
Make truncated hmac a runtime option server-side
by Manuel Pégourié-Gonnard
· 10 years ago
c82ee35
Fix tests that were failing with record splitting
by Manuel Pégourié-Gonnard
· 10 years ago
590f416
Add tests for periodic renegotiation
by Manuel Pégourié-Gonnard
· 10 years ago
615e677
Make renegotiation a compile-time option
by Manuel Pégourié-Gonnard
· 10 years ago
85d915b
Add tests for renego security enforcement
by Manuel Pégourié-Gonnard
· 10 years ago
d3b90f7
Fix bug in ssl_client2 reconnect option
by Manuel Pégourié-Gonnard
· 10 years ago
f29e5de
Cosmetics in ssl_server2
by Manuel Pégourié-Gonnard
· 10 years ago
0975ad9
Merge branch 'etm' into dtls
by Manuel Pégourié-Gonnard
· 10 years ago
be6ce83
Fix typo causing MSVC errors
by Manuel Pégourié-Gonnard
· 10 years ago
3a3066c
ssl_server2 now exits on signal during a read too
by Manuel Pégourié-Gonnard
· 10 years ago
403a86f
ssl_server2: exit cleanly on SIGINT too
by Manuel Pégourié-Gonnard
· 10 years ago
49aa99e
Fix exit codes in cert_app
by Manuel Pégourié-Gonnard
· 10 years ago
f9d778d
Merge branch 'etm' into dtls
by Manuel Pégourié-Gonnard
· 10 years ago
56d985d
Merge branch 'session-hash' into dtls
by Manuel Pégourié-Gonnard
· 10 years ago
fedba98
Merge branch 'fb-scsv' into dtls
by Manuel Pégourié-Gonnard
· 10 years ago
699cafa
Implement initial negotiation of EtM
by Manuel Pégourié-Gonnard
· 10 years ago
367381f
Add negotiation of Extended Master Secret
by Manuel Pégourié-Gonnard
· 10 years ago
1cbd39d
Implement FALLBACK_SCSV client-side
by Manuel Pégourié-Gonnard
· 10 years ago
a6ace04
Test for lost HelloRequest
by Manuel Pégourié-Gonnard
· 10 years ago
e698f59
Add tests for ssl_set_dtls_badmac_limit()
by Manuel Pégourié-Gonnard
· 10 years ago
9b35f18
Add ssl_get_record_expansion()
by Manuel Pégourié-Gonnard
· 10 years ago
e63582a
Add dlts_client.c and dtls_server.c
by Manuel Pégourié-Gonnard
· 10 years ago
dc6a75a
ERR_NET_CONN_RESET can't happen with UDP
by Manuel Pégourié-Gonnard
· 10 years ago
caecdae
Cosmetics in ssl_server2 & complete tests for HVR
by Manuel Pégourié-Gonnard
· 10 years ago
2d87e41
Adapt ssl_{client,server}2.c to datagram write
by Manuel Pégourié-Gonnard
· 10 years ago
994f8b5
Ok for close_notify to fail
by Manuel Pégourié-Gonnard
· 10 years ago
ba958b8
Add test for server-initiated renego
by Manuel Pégourié-Gonnard
· 10 years ago
a9d7d03
SIGTERM also interrupts server2 during net_read()
by Manuel Pégourié-Gonnard
· 10 years ago
6a2bc23
Allow exchanges=0 in ssl_server2
by Manuel Pégourié-Gonnard
· 10 years ago
cce220d
Adapt ssl_server2 to datagram-style read
by Manuel Pégourié-Gonnard
· 10 years ago
85beb30
Add test for resumption with non-blocking I/O
by Manuel Pégourié-Gonnard
· 10 years ago
f1e0df3
Allow ssl_client2 to resend on read timeout
by Manuel Pégourié-Gonnard
· 10 years ago
6b65141
Implement ssl_read() timeout (DTLS only for now)
by Manuel Pégourié-Gonnard
· 10 years ago
d823bd0
Add handshake_timeout option to test server/client
by Manuel Pégourié-Gonnard
· 10 years ago
ce8588c
Make udp_proxy more robust
by Manuel Pégourié-Gonnard
· 10 years ago
f036512
Adapt programs to use nbio with DTLS
by Manuel Pégourié-Gonnard
· 10 years ago
bd97fdb
Make ssl_server2's HVR handling more realistic
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
2739313
Make anti-replay a runtime option
by Manuel Pégourié-Gonnard
· 10 years ago
6312e0f
udp_proxy: allow successive clients
by Manuel Pégourié-Gonnard
· 10 years ago
484b8f9
Fix bug in ssl_client2 reconnect option
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
Next »