Matt Caswell
|
e3d0dae7cf
DTLSv1_listen rewrite
|
9 년 전 |
Rich Salz
|
b51bce9420
Add and use OPENSSL_zalloc
|
9 년 전 |
Rich Salz
|
fbfcb22439
RT3999: Remove sub-component version strings
|
9 년 전 |
Rich Salz
|
16f8d4ebf0
memset, memcpy, sizeof consistency fixes
|
9 년 전 |
Rich Salz
|
b4faea50c3
Use safer sizeof variant in malloc
|
9 년 전 |
Rich Salz
|
25aaa98aa2
free NULL cleanup -- coda
|
9 년 전 |
Matt Caswell
|
fb45690275
Remove redundant includes from dtls1.h
|
9 년 전 |
Viktor Dukhovni
|
61986d32f3
Code style: space after 'if'
|
9 년 전 |
Matt Caswell
|
24a1e2f2ec
Move buffered_app_data from s->d1 to s->rlayer.d
|
9 년 전 |
Matt Caswell
|
5fb6f80cdf
Fix seg fault in dtls1_new
|
9 년 전 |
Matt Caswell
|
cb2ce7abfd
Moved processed_rcds and unprocessed_rcds from s->d1 to s->rlayer.d
|
9 년 전 |
Matt Caswell
|
78a39fe735
Move r_epoch and w_epoch from s->d1 to s->rlayer.d
|
9 년 전 |
Matt Caswell
|
40f37188a6
Introduce a DTLS_RECORD_LAYER type for DTLS record layer state
|
9 년 전 |
Matt Caswell
|
c7f5b5d7bc
Fix SSL_clear unused return
|
9 년 전 |
Matt Caswell
|
77d514c5a0
ssl3_set_handshake_header returns
|
9 년 전 |
Matt Caswell
|
69f6823748
Fix missing return value checks
|
9 년 전 |
Matt Caswell
|
e83ee04bb7
Fix Seg fault in DTLSv1_listen
|
9 년 전 |
David Woodhouse
|
f7683aaf36
Wrong SSL version in DTLS1_BAD_VER ClientHello
|
9 년 전 |
Matt Caswell
|
d2a0d72f33
Fix post-reformat errors preventing windows compilation
|
9 년 전 |
Matt Caswell
|
0f113f3ee4
Run util/openssl-format-source -v -c .
|
9 년 전 |
Kurt Roeckx
|
6c42b39c95
dtls1_new: free s on error path
|
11 년 전 |
Matt Caswell
|
71c16698fa
Remove incorrect code inadvertently introduced through commit 59669b6ab.
|
10 년 전 |
Matt Caswell
|
047f21593e
Only use the fallback mtu after 2 unsuccessful retransmissions if it is less
|
10 년 전 |
Matt Caswell
|
59669b6abf
Remove instances in libssl of the constant 28 (for size of IPv4 header + UDP)
|
10 년 전 |
Matt Caswell
|
001235778a
The SSL_OP_NO_QUERY_MTU option is supposed to stop the mtu from being
|
10 년 전 |
Matt Caswell
|
8a35dbb6d8
Fixed memory leak due to incorrect freeing of DTLS reassembly bit mask
|
10 년 전 |
Bodo Moeller
|
cf6da05304
Support TLS_FALLBACK_SCSV.
|
10 년 전 |
Ben Laurie
|
8892ce7714
Constification - mostly originally from Chromium.
|
10 년 전 |
zhu qun-ying
|
470990fee0
Free up s->d1->buffered_app_data.q properly.
|
10 년 전 |
Andy Polyakov
|
972b0dc350
bss_dgram.c,d1_lib.c: make it compile with mingw.
|
10 년 전 |