Rivoreo Source Code Repositories
src.rivoreo.one
/
security
/
mbedtls
/
0af1ba3521fc699f25ad76dd3eba092a0c5f458c
/
library
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
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
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
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
352143f
Refactor for clearer correctness/security
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
d942323
Skip signature_algorithms ext if PSK only
by Manuel Pégourié-Gonnard
· 10 years ago
eaecbd3
Fix warning in reduced configs
by Manuel Pégourié-Gonnard
· 10 years ago
837f0fe
Make renego period configurable
by Manuel Pégourié-Gonnard
· 10 years ago
b445805
Auto-renegotiate before sequence number wrapping
by Manuel Pégourié-Gonnard
· 10 years ago
6186019
Save 48 bytes if SSLv3 is not defined
by Manuel Pégourié-Gonnard
· 10 years ago
615e677
Make renegotiation a compile-time option
by Manuel Pégourié-Gonnard
· 10 years ago
60346be
Improve debugging message.
by Manuel Pégourié-Gonnard
· 10 years ago
e423246
Fix net_usleep for durations greater than 1 second
by Manuel Pégourié-Gonnard
· 10 years ago
9439f93
Use pk_load_file() in X509
by Manuel Pégourié-Gonnard
· 10 years ago
2457fa0
Create ticket keys only if enabled
by Manuel Pégourié-Gonnard
· 10 years ago
d16d1cb
Use more #ifdef's on CLI_C and SRV_C in ssl_tls.c
by Manuel Pégourié-Gonnard
· 10 years ago
fd6c85c
Set a compile-time limit to X.509 chain length
by Manuel Pégourié-Gonnard
· 10 years ago
6ed2d92
Make x509_crl_parse() iterative
by Manuel Pégourié-Gonnard
· 10 years ago
426d4ae
Split x509_crl_parse_der() out of x509_crl_parse()
by Manuel Pégourié-Gonnard
· 10 years ago
8c9223d
Add text view to debug_print_buf()
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
98aa191
Adjust warnings in different modes
by Manuel Pégourié-Gonnard
· 10 years ago
e5b0fc1
Make malloc-init script a bit happier
by Manuel Pégourié-Gonnard
· 10 years ago
f631bbc
Make x509_string_cmp() iterative
by Manuel Pégourié-Gonnard
· 10 years ago
8a5e3d4
Forbid repeated X.509 extensions
by Manuel Pégourié-Gonnard
· 10 years ago
d681443
Fix potential stack overflow
by Manuel Pégourié-Gonnard
· 10 years ago
b134060
Fix memory leak with crafted X.509 certs
by Manuel Pégourié-Gonnard
· 10 years ago
0369a52
Fix uninitialised pointer dereference
by Manuel Pégourié-Gonnard
· 10 years ago
e959979
Fix ECDSA sign buffer size
by Manuel Pégourié-Gonnard
· 10 years ago
b31b61b
Fix potential undefined behaviour in Camellia
by Manuel Pégourié-Gonnard
· 10 years ago
7c13d69
Fix dependency issues
by Manuel Pégourié-Gonnard
· 10 years ago
a1efcb0
Implement pk_check_pair() for RSA-alt
by Manuel Pégourié-Gonnard
· 10 years ago
27e3edb
Check key/cert pair in ssl_set_own_cert()
by Manuel Pégourié-Gonnard
· 10 years ago
70bdadf
Add pk_check_pair()
by Manuel Pégourié-Gonnard
· 10 years ago
30668d6
Add ecp_check_pub_priv()
by Manuel Pégourié-Gonnard
· 10 years ago
2f8d1f9
Add rsa_check_pub_priv()
by Manuel Pégourié-Gonnard
· 10 years ago
e10e06d
Blind RSA operations even without CRT
by Manuel Pégourié-Gonnard
· 10 years ago
d056ce0
Use seq_num as AEAD nonce by default
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
1a03473
Keep EtM state across renegotiations
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
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
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
f2a459d
Preparation for PolarSSL 1.4.0
by Paul Bakker
· 10 years ago
6b875fc
Fix potential memory leak (from clang-analyzer)
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
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
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
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
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
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
4e2f245
Fix timer issues
by Manuel Pégourié-Gonnard
· 10 years ago
df9a0a8
Drop unexpected ApplicationData
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
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
579950c
Fix bug with non-blocking I/O and cookies
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
08a1d4b
Fix bug with client auth with DTLS
by Manuel Pégourié-Gonnard
· 10 years ago
23b7b70
Fix issue with renego & resend
by Manuel Pégourié-Gonnard
· 10 years ago
f03c7aa
Add replay detection in parse_client_hello()
by Manuel Pégourié-Gonnard
· 10 years ago
2739313
Make anti-replay a runtime option
by Manuel Pégourié-Gonnard
· 10 years ago
8464a46
Make DTLS_ANTI_REPLAY depends on PROTO_DTLS
by Manuel Pégourié-Gonnard
· 10 years ago
246c13a
Fix epoch checking
by Manuel Pégourié-Gonnard
· 10 years ago
b47368a
Add replay detection
by Manuel Pégourié-Gonnard
· 10 years ago
4956fd7
Test and fix anti-replay functions
by Manuel Pégourié-Gonnard
· 10 years ago
7a7e140
Add functions for replay protection
by Manuel Pégourié-Gonnard
· 10 years ago
ea22ce5
Rm unneeded counter increment with DTLS
by Manuel Pégourié-Gonnard
· 10 years ago
abf1624
Add ability to resend last flight
by Manuel Pégourié-Gonnard
· 10 years ago
cd32a50
Fix NewSesssionTicket vs ChangeCipherSpec bug
by Manuel Pégourié-Gonnard
· 10 years ago
767c695
Drop out-of-sequence ChangeCipherSpec messages
by Manuel Pégourié-Gonnard
· 10 years ago
Next »