index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ssl
/
statem
/
statem_dtls.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Defer Finished MAC handling until after state transition
Matt Caswell
2021-04-28
1
-15
/
+36
*
Update copyright year
Matt Caswell
2021-04-22
1
-1
/
+1
*
Add "origin" field to EVP_CIPHER, EVP_MD
Rich Salz
2021-04-18
1
-1
/
+1
*
SSL: refactor all SSLfatal() calls
Richard Levitte
2020-11-11
1
-27
/
+12
*
Convert all {NAME}err() in ssl/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-11
1
-3
/
+3
*
Update copyright year
Matt Caswell
2020-10-15
1
-1
/
+1
*
DTLS: free allocated memory on error paths
Pauli
2020-09-15
1
-2
/
+6
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
1
-2
/
+2
*
Collapse ssl3_state_st (s3) into ssl_st
Todd Short
2019-04-29
1
-7
/
+7
*
Following the license change, modify the boilerplates in ssl/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Don't memcpy the contents of an empty fragment
Matt Caswell
2018-05-12
1
-1
/
+1
*
Set error code on alloc failures
Rich Salz
2018-04-03
1
-4
/
+6
*
Check for alerts while waiting for a dry event
Matt Caswell
2018-03-21
1
-1
/
+19
*
Update copyright year
Matt Caswell
2018-02-13
1
-1
/
+1
*
Don't calculate the Finished MAC twice
Matt Caswell
2018-02-09
1
-0
/
+9
*
More record layer conversions to use SSLfatal()
Matt Caswell
2017-12-08
1
-1
/
+1
*
Convert more functions in ssl/statem/statem_dtls.c to use SSLfatal()
Matt Caswell
2017-12-04
1
-34
/
+52
*
Convert remaining functions in statem_clnt.c to use SSLfatal()
Matt Caswell
2017-12-04
1
-1
/
+4
*
Move ossl_assert
Matt Caswell
2017-08-03
1
-0
/
+1
*
Replace instances of OPENSSL_assert() with soft asserts in libssl
Matt Caswell
2017-05-22
1
-20
/
+24
*
Try to be more consistent about the alerts we send
Matt Caswell
2017-05-19
1
-3
/
+3
*
Don't attempt to send fragments > max_send_fragment in DTLS
Matt Caswell
2017-04-25
1
-0
/
+3
*
Miscellaneous style tweaks based on feedback received
Matt Caswell
2017-01-30
1
-1
/
+2
*
Move state machine knowledge out of the record layer
Matt Caswell
2017-01-30
1
-2
/
+3
*
Fix a few double ;
FdaSilvaYY
2017-01-25
1
-1
/
+1
*
Remove heartbeat support
Richard Levitte
2016-11-13
1
-5
/
+0
*
Rename all "read" variables with "readbytes"
Matt Caswell
2016-11-04
1
-20
/
+21
*
Fix misc size_t issues causing Windows warnings in 64 bit
Matt Caswell
2016-11-04
1
-4
/
+3
*
Resolve some outstanding size_t related TODOs
Matt Caswell
2016-11-04
1
-5
/
+0
*
Update misc function params in libssl for size_t
Matt Caswell
2016-11-04
1
-2
/
+2
*
Convert libssl writing for size_t
Matt Caswell
2016-11-04
1
-71
/
+71
*
Further libssl size_t-ify of reading
Matt Caswell
2016-11-04
1
-20
/
+23
*
Harmonise setting the header and closing construction
Matt Caswell
2016-10-03
1
-42
/
+30
*
Move init of the WPACKET into write_state_machine()
Matt Caswell
2016-10-03
1
-16
/
+5
*
Rename ssl_set_handshake_header2()
Matt Caswell
2016-10-02
1
-7
/
+1
*
Excessive allocation of memory in dtls1_preprocess_fragment()
Matt Caswell
2016-09-21
1
-17
/
+18
*
make update and fix some associated mis-matched error codes
Matt Caswell
2016-09-21
1
-3
/
+3
*
Convert WPACKET_put_bytes to use convenience macros
Matt Caswell
2016-09-20
1
-2
/
+2
*
Convert CCS construction to WPACKET
Matt Caswell
2016-09-20
1
-5
/
+25
*
Convert CKE construction to use the WPACKET API
Matt Caswell
2016-09-14
1
-1
/
+2
*
Fix a few style nits in the wpacket code
Matt Caswell
2016-09-13
1
-1
/
+0
*
Address WPACKET review comments
Matt Caswell
2016-09-13
1
-0
/
+1
*
Move from explicit sub-packets to implicit ones
Matt Caswell
2016-09-13
1
-3
/
+3
*
Rename PACKETW to WPACKET
Matt Caswell
2016-09-13
1
-7
/
+7
*
Convert tls_construct_client_hello() to use PACKETW
Matt Caswell
2016-09-13
1
-0
/
+43
*
Fix DTLS buffered message DoS attack
Matt Caswell
2016-08-22
1
-16
/
+16
*
Indent ssl/
Emilia Kasper
2016-08-18
1
-27
/
+15
*
spelling fixes, just comments and readme.
klemens
2016-08-06
1
-1
/
+1
*
Never expose ssl->bbio in the public API.
Matt Caswell
2016-07-20
1
-3
/
+3
*
Fix a few if(, for(, while( inside code.
FdaSilvaYY
2016-07-20
1
-1
/
+1
[next]