Matt Caswell
|
2e92af5ea5
Check for alerts while waiting for a dry event
|
6 years ago |
Matt Caswell
|
6738bf1417
Update copyright year
|
6 years ago |
Matt Caswell
|
5d67110173
Don't calculate the Finished MAC twice
|
6 years ago |
Matt Caswell
|
c285338293
More record layer conversions to use SSLfatal()
|
7 years ago |
Matt Caswell
|
d273b60b41
Convert more functions in ssl/statem/statem_dtls.c to use SSLfatal()
|
7 years ago |
Matt Caswell
|
a2c2e00050
Convert remaining functions in statem_clnt.c to use SSLfatal()
|
7 years ago |
Matt Caswell
|
67dc995eaf
Move ossl_assert
|
7 years ago |
Matt Caswell
|
380a522f68
Replace instances of OPENSSL_assert() with soft asserts in libssl
|
7 years ago |
Matt Caswell
|
fb34a0f4e0
Try to be more consistent about the alerts we send
|
7 years ago |
Matt Caswell
|
aefb925647
Don't attempt to send fragments > max_send_fragment in DTLS
|
7 years ago |
Matt Caswell
|
1f5b44e943
Miscellaneous style tweaks based on feedback received
|
7 years ago |
Matt Caswell
|
c7f47786a5
Move state machine knowledge out of the record layer
|
7 years ago |
FdaSilvaYY
|
0fe2a0af89
Fix a few double ;
|
7 years ago |
Richard Levitte
|
e72040c1dc
Remove heartbeat support
|
8 years ago |
Matt Caswell
|
54105ddd23
Rename all "read" variables with "readbytes"
|
8 years ago |
Matt Caswell
|
348240c676
Fix misc size_t issues causing Windows warnings in 64 bit
|
8 years ago |
Matt Caswell
|
e3c9727fec
Resolve some outstanding size_t related TODOs
|
8 years ago |
Matt Caswell
|
d736bc1a7d
Update misc function params in libssl for size_t
|
8 years ago |
Matt Caswell
|
7ee8627f6e
Convert libssl writing for size_t
|
8 years ago |
Matt Caswell
|
eda757514e
Further libssl size_t-ify of reading
|
8 years ago |
Matt Caswell
|
4a01c59f36
Harmonise setting the header and closing construction
|
8 years ago |
Matt Caswell
|
7cea05dcc7
Move init of the WPACKET into write_state_machine()
|
8 years ago |
Matt Caswell
|
a29fa98ceb
Rename ssl_set_handshake_header2()
|
8 years ago |
Matt Caswell
|
48c054fec3
Excessive allocation of memory in dtls1_preprocess_fragment()
|
8 years ago |
Matt Caswell
|
3c10632529
make update and fix some associated mis-matched error codes
|
8 years ago |
Matt Caswell
|
08029dfa03
Convert WPACKET_put_bytes to use convenience macros
|
8 years ago |
Matt Caswell
|
85a7a5e6ef
Convert CCS construction to WPACKET
|
8 years ago |
Matt Caswell
|
f1ec23c0bc
Convert CKE construction to use the WPACKET API
|
8 years ago |
Matt Caswell
|
c0f9e23c6b
Fix a few style nits in the wpacket code
|
8 years ago |
Matt Caswell
|
de451856f0
Address WPACKET review comments
|
8 years ago |