index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ssl
/
s3_msg.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Resolve a TODO in ssl3_dispatch_alert
Matt Caswell
2022-11-14
1
-7
/
+29
*
Convert the write record layer to supply proper return values
Matt Caswell
2022-09-23
1
-1
/
+2
*
Move logic for figuring out the record version out of record layer
Matt Caswell
2022-09-23
1
-0
/
+8
*
Replace references to s->wbio with rl->bio
Matt Caswell
2022-09-23
1
-0
/
+5
*
Create the write record layer method and object and use it
Matt Caswell
2022-09-23
1
-1
/
+1
*
Move initial TLS write record layer code into new structure
Matt Caswell
2022-09-23
1
-5
/
+11
*
SSL object refactoring using SSL_CONNECTION object
Tomas Mraz
2022-07-28
1
-17
/
+24
*
Update copyright year
Matt Caswell
2021-05-20
1
-1
/
+1
*
Avoid sending alerts after shutdown
Dmitry Belyavskiy
2021-05-06
1
-0
/
+2
*
Update copyright year
Matt Caswell
2020-11-26
1
-1
/
+1
*
Convert all {NAME}err() in ssl/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-11
1
-1
/
+1
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
Collapse ssl3_state_st (s3) into ssl_st
Todd Short
2019-04-29
1
-10
/
+10
*
Following the license change, modify the boilerplates in ssl/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Add a missing SSLfatal call
Matt Caswell
2018-11-15
1
-2
/
+6
*
Update copyright year
Matt Caswell
2018-02-13
1
-1
/
+1
*
Don't calculate the Finished MAC twice
Matt Caswell
2018-02-09
1
-23
/
+0
*
Remove parentheses of return.
KaoruToda
2017-10-18
1
-3
/
+3
*
Since return is inconsistent, I removed unnecessary parentheses and
KaoruToda
2017-10-09
1
-1
/
+1
*
(Re)move some things from e_os.h
Rich Salz
2017-08-22
1
-1
/
+0
*
Always flush the BIO when we send any alert
Todd Short
2017-06-06
1
-5
/
+3
*
Provide functions to write early data
Matt Caswell
2017-03-02
1
-1
/
+4
*
Fix some missed size_t updates
Matt Caswell
2016-11-04
1
-1
/
+1
*
Update numerous misc libssl fields to be size_t
Matt Caswell
2016-11-04
1
-5
/
+5
*
Convert libssl writing for size_t
Matt Caswell
2016-11-04
1
-3
/
+5
*
Indent ssl/
Emilia Kasper
2016-08-18
1
-2
/
+1
*
Always use session_ctx when removing a session
Todd Short
2016-06-08
1
-1
/
+1
*
Copyright consolidation 01/10
Rich Salz
2016-05-17
1
-107
/
+6
*
Implement write pipeline support in libssl
Matt Caswell
2016-03-07
1
-1
/
+3
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
Remove redundant code
Matt Caswell
2015-10-30
1
-2
/
+2
*
Introduce the functions RECORD_LAYER_release, RECORD_LAYER_read_pending, and
Matt Caswell
2015-03-26
1
-1
/
+1
*
Split out non record layer functions out of s3_pkt.c and d1_pkt.c into
Matt Caswell
2015-03-26
1
-0
/
+226