index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ssl
/
d1_lib.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make sure we use the correct SSL object when making a callback
Matt Caswell
2024-11-07
1
-1
/
+1
*
ssl: rework "e_os.h" inclusions
FdaSilvaYY
2024-09-05
1
-0
/
+1
*
Copyright year updates
Tomas Mraz
2024-09-05
1
-1
/
+1
*
Remove SSL_ENC_FLAG_EXPLICIT_IV which is only set and never read.
Frederik Wedel-Heinen
2024-05-14
1
-2
/
+2
*
Move freeing of an old record layer to dtls1_clear_sent_buffer
Matt Caswell
2023-11-21
1
-4
/
+15
*
Print record version for DTLSv1_listen()
Frederik Wedel-Heinen
2023-10-04
1
-9
/
+9
*
"foo * bar" should be "foo *bar"
Dimitri Papadopoulos
2023-09-11
1
-1
/
+1
*
Copyright year updates
Matt Caswell
2023-09-07
1
-1
/
+1
*
dtls: code cleanup and refactorization
FdaSilvaYY
2023-04-24
1
-15
/
+16
*
Extend the new_record_layer function
Matt Caswell
2023-01-24
1
-2
/
+2
*
Fix coverity 1516101 deadcode
Daniel Fiala
2022-10-24
1
-1
/
+3
*
Remove some redundant code
Matt Caswell
2022-10-20
1
-5
/
+1
*
Remove the old buffer management code
Matt Caswell
2022-10-20
1
-5
/
+4
*
Stop raising ERR_R_MALLOC_FAILURE in most places
Richard Levitte
2022-10-05
1
-4
/
+2
*
ssl: modify libssl so that it uses OSSL_TIME
Pauli
2022-09-13
1
-63
/
+31
*
Move some fields out of the SSL object and into the record layer object
Matt Caswell
2022-08-18
1
-2
/
+2
*
Remove some unnecessary function pointers from OSSL_RECORD_METHOD
Matt Caswell
2022-08-18
1
-28
/
+43
*
Remove reliance on the SSL object from the DTLS read record layer code
Matt Caswell
2022-08-18
1
-1
/
+1
*
Move some DTLS read code into the read record layer
Matt Caswell
2022-08-18
1
-0
/
+1
*
Move the TLS1.0/1.1/1.2 record crypto code into the new record layer
Matt Caswell
2022-08-18
1
-2
/
+2
*
Transfer the functionality from ssl3_read_n to the new record layer
Matt Caswell
2022-08-18
1
-2
/
+2
*
SSL object refactoring using SSL_CONNECTION object
Tomas Mraz
2022-07-28
1
-62
/
+107
*
ssl: expose the get time function internally
Pauli
2022-06-22
1
-22
/
+2
*
Update copyright year
Matt Caswell
2022-05-03
1
-1
/
+1
*
Move e_os.h to include/internal
Richard Levitte
2022-02-05
1
-1
/
+1
*
Fix dtls timeout dead code
yangyangtiantianlonglong
2021-07-29
1
-9
/
+4
*
Only call dtls1_start_timer() once
Matt Caswell
2021-06-04
1
-2
/
+1
*
tls: remove TODOs
Pauli
2021-06-02
1
-1
/
+0
*
Update copyright year
Richard Levitte
2021-01-28
1
-1
/
+1
*
Ensure DTLS free functions can handle NULL
Matt Caswell
2021-01-08
1
-4
/
+5
*
Update copyright year
Matt Caswell
2020-11-26
1
-1
/
+1
*
SSL: Change SSLerr() to ERR_raise()
Richard Levitte
2020-11-20
1
-1
/
+1
*
SSL: refactor all SSLfatal() calls
Richard Levitte
2020-11-11
1
-2
/
+1
*
Convert all {NAME}err() in ssl/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-11
1
-20
/
+20
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
Remove function name from errors
Rich Salz
2019-07-16
1
-1
/
+1
*
Use (D)TLS_MAX_VERSION_INTERNAL internally
Kurt Roeckx
2018-12-15
1
-1
/
+1
*
Following the license change, modify the boilerplates in ssl/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Update copyright year
Matt Caswell
2018-11-20
1
-1
/
+1
*
Buffer a ClientHello with a cookie received via DTLSv1_listen
Matt Caswell
2018-10-19
1
-28
/
+20
*
Use the read and write buffers in DTLSv1_listen()
Matt Caswell
2018-10-19
1
-28
/
+17
*
More record layer conversions to use SSLfatal()
Matt Caswell
2017-12-08
1
-2
/
+6
*
Remove parentheses of return.
KaoruToda
2017-10-18
1
-1
/
+1
*
add callback handler for setting DTLS timer interval
Alfred E. Heggestad
2017-09-06
1
-8
/
+41
*
struct timeval include guards
Pauli
2017-09-01
1
-6
/
+0
*
Move e_os.h to be the very first include.
Pauli
2017-08-29
1
-1
/
+1
*
e_os.h removal from other headers and source files.
Pauli
2017-08-29
1
-1
/
+2
*
(Re)move some things from e_os.h
Rich Salz
2017-08-22
1
-1
/
+0
*
Convert existing usage of assert() to ossl_assert() in libssl
Matt Caswell
2017-05-22
1
-3
/
+9
*
Fix some style issues in returns
Matt Caswell
2017-05-22
1
-4
/
+4
[next]