Rivoreo Source Code Repositories
src.rivoreo.one
/
security
/
mbedtls
/
f9c8a606b55447dce86240dfc3fcfc3c71537ac6
f9c8a60
Merge commit '8b9bcec' into dtls
by Manuel Pégourié-Gonnard
· 10 years ago
8b9bcec
Stop assuming chars are signed
by Paul Bakker
· 10 years ago
5dd28ea
Fix len miscalculation in buffer-based allocator
by Manuel Pégourié-Gonnard
· 10 years ago
547ff66
Fix NULL dereference in buffer-based allocator
by Manuel Pégourié-Gonnard
· 10 years ago
765bb31
Add test_suite_memory_buffer_alloc
by Manuel Pégourié-Gonnard
· 10 years ago
5ba1d52
Add memory_buffer_alloc_self_test()
by Manuel Pégourié-Gonnard
· 10 years ago
5cb4b31
Fix missing bound check
by Manuel Pégourié-Gonnard
· 10 years ago
f5f25b3
Add test for ctr_drbg_update() input sanitizing
by Manuel Pégourié-Gonnard
· 10 years ago
d9e2dd2
Merge support for Encrypt-then-MAC
by Paul Bakker
· 10 years ago
352143f
Refactor for clearer correctness/security
by Manuel Pégourié-Gonnard
· 10 years ago
9828656
Stop assuming chars are signed
by Manuel Pégourié-Gonnard
· 10 years ago
f3c500f
Fix bug on OS X (BSD?) in net_accept() for UDP
by Manuel Pégourié-Gonnard
· 10 years ago
a65d508
Merge branch 'development' into dtls
by Manuel Pégourié-Gonnard
· 10 years ago
54b1a8f
Merge support for Extended Master Secret (session-hash)
by Paul Bakker
· 10 years ago
b52b015
Merge support for FALLBACK_SCSV
by Paul Bakker
· 10 years ago
d68b651
Fix previous commit
by Manuel Pégourié-Gonnard
· 10 years ago
3da751e
Allow flexible location of valgrind
by Manuel Pégourié-Gonnard
· 10 years ago
f46f128
Fix test scripts portability issues
by Manuel Pégourié-Gonnard
· 10 years ago
76c99a0
Fix Gnu-ism in script
by Manuel Pégourié-Gonnard
· 10 years ago
0975ad9
Merge branch 'etm' into dtls
by Manuel Pégourié-Gonnard
· 10 years ago
8e4b337
Fix some more warnings in reduced configs
by Manuel Pégourié-Gonnard
· 10 years ago
be6ce83
Fix typo causing MSVC errors
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
9d7821d
Fix warning in reduced config
by Manuel Pégourié-Gonnard
· 10 years ago
fedba98
Merge branch 'fb-scsv' into dtls
by Manuel Pégourié-Gonnard
· 10 years ago
c764707
Merge branch 'development' into dtls
by Manuel Pégourié-Gonnard
· 10 years ago
c122ae7
Update Changelog for EtM
by Manuel Pégourié-Gonnard
· 10 years ago
b3c6a97
Update Changelog for session-hash
by Manuel Pégourié-Gonnard
· 10 years ago
1a03473
Keep EtM state across renegotiations
by Manuel Pégourié-Gonnard
· 10 years ago
769c6b6
Make session-hash depend on TLS versions
by Manuel Pégourié-Gonnard
· 10 years ago
169dd6a
Adjust minimum length for EtM
by Manuel Pégourié-Gonnard
· 10 years ago
b575b54
Forbid extended master secret with SSLv3
by Manuel Pégourié-Gonnard
· 10 years ago
78e745f
Don't send back EtM extension if not using CBC
by Manuel Pégourié-Gonnard
· 10 years ago
dd45927
compat.sh: allow git version of gnutls
by Manuel Pégourié-Gonnard
· 10 years ago
08558e5
Fix for the RFC erratum
by Manuel Pégourié-Gonnard
· 10 years ago
313d796
Implement EtM
by Manuel Pégourié-Gonnard
· 10 years ago
0098e7d
Preparation for EtM
by Manuel Pégourié-Gonnard
· 10 years ago
699cafa
Implement initial negotiation of EtM
by Manuel Pégourié-Gonnard
· 10 years ago
85a4178
compat.sh: make options a bit more robust
by Manuel Pégourié-Gonnard
· 10 years ago
178f9d6
Update Changelog for FALLBACK_SCSV
by Manuel Pégourié-Gonnard
· 10 years ago
ada3030
Implement extended master secret
by Manuel Pégourié-Gonnard
· 10 years ago
01b2699
Implement FALLBACK_SCSV server-side
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
a6c5ea2
Include 1.2.12 release information in ChangeLog
by Paul Bakker
· 10 years ago
92c1f41
Add VS projects
by Paul Bakker
· 10 years ago
f2a459d
Preparation for PolarSSL 1.4.0
by Paul Bakker
· 10 years ago
1de7ddc
Remove duplicate ChangeLog lines
by Paul Bakker
· 10 years ago
6b875fc
Fix potential memory leak (from clang-analyzer)
by Manuel Pégourié-Gonnard
· 10 years ago
7498f0d
Disable warning about deprecation attribute
by Manuel Pégourié-Gonnard
· 10 years ago
4d7fbbf
Update Changelog
by Manuel Pégourié-Gonnard
· 10 years ago
ef88e68
Deprecate ssl_set_bio()
by Manuel Pégourié-Gonnard
· 10 years ago
df3acd8
Limit HelloRequest retransmission if not enforced
by Manuel Pégourié-Gonnard
· 10 years ago
26a4cf6
Add retransmission of HelloRequest
by Manuel Pégourié-Gonnard
· 10 years ago
a6ace04
Test for lost HelloRequest
by Manuel Pégourié-Gonnard
· 10 years ago
f138447
Avoid spurious timeout in ssl-opt.sh
by Manuel Pégourié-Gonnard
· 10 years ago
74a1378
Avoid false positive in ssl-opt.sh with memcheck
by Manuel Pégourié-Gonnard
· 10 years ago
8e704f0
DTLS depends on TIMING_C for now
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
b0643d1
Add 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
a6fcffe
Add warnings about disabling replay detection
by Manuel Pégourié-Gonnard
· 10 years ago
37e08e1
Fix max_fragment_length with DTLS
by Manuel Pégourié-Gonnard
· 10 years ago
23cad33
Fail cleanly on unhandled case
by Manuel Pégourié-Gonnard
· 10 years ago
994f8b5
Ok for close_notify to fail
by Manuel Pégourié-Gonnard
· 10 years ago
127ab88
Give more time to lossy tests with normal timers
by Manuel Pégourié-Gonnard
· 10 years ago
fc572dd
Retransmit only on last message from prev flight
by Manuel Pégourié-Gonnard
· 10 years ago
8a7cf25
Add a few #ifdefs
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
46fb942
Fix warning about function that should be static
by Manuel Pégourié-Gonnard
· 10 years ago
f1e9b09
Fix missing #ifdef's
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
a59af05
Give more time to tests that time out too often
by Manuel Pégourié-Gonnard
· 10 years ago
4e2f245
Fix timer issues
by Manuel Pégourié-Gonnard
· 10 years ago
7a26d73
Add test for session resumption
by Manuel Pégourié-Gonnard
· 10 years ago
df9a0a8
Drop unexpected ApplicationData
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
2707430
Fix types and comments about read_timeout
by Manuel Pégourié-Gonnard
· 10 years ago
6c1fa3a
Fix misplaced initialisation of timeout
by Manuel Pégourié-Gonnard
· 10 years ago
37a4de2
Use shorter timeouts in ssl-opt.sh proxy tests
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
c8d8e97
Move to milliseconds in recv_timeout()
by Manuel Pégourié-Gonnard
· 10 years ago
905dd24
Add ssl_set_handshake_timeout()
by Manuel Pégourié-Gonnard
· 10 years ago
0ac247f
Implement timeout back-off (fixed range for now)
by Manuel Pégourié-Gonnard
· 10 years ago
ce8588c
Make udp_proxy more robust
by Manuel Pégourié-Gonnard
· 10 years ago
6093d81
Add tests with proxy and non-blocking I/O
by Manuel Pégourié-Gonnard
· 10 years ago
579950c
Fix bug with non-blocking I/O and cookies
by Manuel Pégourié-Gonnard
· 10 years ago
f036512
Adapt programs to use nbio with DTLS
by Manuel Pégourié-Gonnard
· 10 years ago
7de3c9e
Count timeout per flight, not per message
by Manuel Pégourié-Gonnard
· 10 years ago
db2858c
Preparation for timers
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
Next »