index
:
openbsd
OPENBSD_2_0
OPENBSD_2_1
OPENBSD_2_2
OPENBSD_2_3
OPENBSD_2_4
OPENBSD_2_5
OPENBSD_2_6
OPENBSD_2_7
OPENBSD_2_8
OPENBSD_2_9
OPENBSD_3_0
OPENBSD_3_1
OPENBSD_3_2
OPENBSD_3_3
OPENBSD_3_4
OPENBSD_3_5
OPENBSD_3_6
OPENBSD_3_7
OPENBSD_3_8
OPENBSD_3_9
OPENBSD_4_0
OPENBSD_4_1
OPENBSD_4_2
OPENBSD_4_3
OPENBSD_4_4
OPENBSD_4_5
OPENBSD_4_6
OPENBSD_4_7
OPENBSD_4_8
OPENBSD_4_9
OPENBSD_5_0
OPENBSD_5_1
OPENBSD_5_2
OPENBSD_5_3
OPENBSD_5_4
OPENBSD_5_5
OPENBSD_5_6
OPENBSD_5_7
OPENBSD_5_8
OPENBSD_5_9
OPENBSD_6_0
OPENBSD_6_1
OPENBSD_6_2
OPENBSD_6_3
OPENBSD_6_4
OPENBSD_6_5
OPENBSD_6_6
OPENBSD_6_7
OPENBSD_6_8
OPENBSD_6_9
OPENBSD_7_0
OPENBSD_7_1
OPENBSD_7_2
OPENBSD_7_3
OPENBSD_7_4
OPENBSD_7_5
OPENBSD_7_6
master
A mirror of https://github.com/libressl/openbsd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
libssl
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mention DTLS1_2_VERSION
tb
2021-04-15
1
-3
/
+4
*
Mention DTLS1_2_VERSION here, too
tb
2021-04-15
1
-6
/
+8
*
Document SSL_OP_NO_DTLSv1{,_2}
tb
2021-04-15
1
-2
/
+15
*
Document DTLSv1_2_{,client_,server_}method(3)
tb
2021-04-15
1
-4
/
+36
*
Merge documentation for SSL_is_dtls() from OpenSSL
tb
2021-04-15
1
-5
/
+21
*
Update a stale comment and fix a typo.
tb
2021-04-11
1
-3
/
+3
*
Avoid clobbering the error code when sending an alert
tb
2021-04-07
1
-2
/
+3
*
Update for DTLSv1.2 support.
tb
2021-03-31
1
-2
/
+4
*
Bump minors after symbol addition
tb
2021-03-31
1
-1
/
+1
*
Expose various DTLSv1.2 specific functions and defines
tb
2021-03-31
4
-27
/
+7
*
Document SSL_set_hostflags(3) and SSL_get0_peername(3)
tb
2021-03-31
1
-18
/
+4
*
Expose SSL_set_hostflags(3) and SSL_get0_peername(3)
tb
2021-03-31
2
-3
/
+3
*
Document SSL_use_certificate_chain_file(3)
tb
2021-03-31
1
-11
/
+3
*
Expose SSL_use_certificate_chain_file(3)
tb
2021-03-31
2
-3
/
+2
*
whitespace nits
tb
2021-03-29
1
-4
/
+4
*
Remove pointless assignment in SSL_get0_alpn_selected().
jsing
2021-03-29
1
-4
/
+1
*
Avoid transcript initialisation when sending a TLS HelloRequest.
jsing
2021-03-29
1
-4
/
+6
*
Move finished and peer finished to the handshake struct.
jsing
2021-03-29
7
-44
/
+44
*
Move the TLSv1.2 record number increment into the new record layer.
jsing
2021-03-29
3
-19
/
+44
*
Garbage collect s->internal->type
tb
2021-03-27
6
-18
/
+9
*
Rename new_cipher to cipher.
jsing
2021-03-24
11
-64
/
+64
*
Add SSL_HANDSHAKE_TLS12 for TLSv1.2 specific handshake data.
jsing
2021-03-24
5
-40
/
+48
*
Fully initialize rrec in tls12_record_layer_open_record_protected
tb
2021-03-21
1
-1
/
+2
*
Move the TLSv1.3 handshake struct inside the shared handshake struct.
jsing
2021-03-21
9
-226
/
+227
*
Split TLSv1.3 record protection from record layer.
jsing
2021-03-21
1
-46
/
+72
*
Avoid a use-after-scope in tls13_cert_add().
jsing
2021-03-21
1
-4
/
+3
*
Prepare documenting SSL_use_certificate_chain_file
tb
2021-03-19
1
-2
/
+19
*
Undo previous. As pointed out by jsing I clearly wasn't fully awake...
tb
2021-03-19
1
-2
/
+2
*
Prepare to provide SSL_use_certificate_chain_file()
tb
2021-03-19
2
-15
/
+40
*
fix whitespace nit in previous
tb
2021-03-17
1
-2
/
+2
*
Enable DTLSv1.2.
jsing
2021-03-17
1
-1
/
+5
*
Add support for DTLSv1.2 version handling.
jsing
2021-03-17
1
-45
/
+117
*
Remove ssl_downgrade_max_version().
jsing
2021-03-11
5
-54
/
+15
*
Guard TLS1_get_{client_,}version() macros with #ifndef LIBRESSL_INTERNAL.
jsing
2021-03-10
1
-1
/
+3
*
Improve internal version handling.
jsing
2021-03-10
9
-108
/
+145
*
Separate variable declaration and assignment.
jsing
2021-03-02
1
-2
/
+4
*
Replace two handrolled tls12_record_protection_engaged().
jsing
2021-03-02
1
-3
/
+3
*
Move key/IV length checks closer to usage sites.
jsing
2021-03-02
1
-5
/
+11
*
Add tls12_record_protection_unused() and call from CCS functions.
jsing
2021-03-02
1
-8
/
+17
*
Fix misleading indentation in SSL_get_error()
tb
2021-03-02
1
-2
/
+2
*
Move handling of cipher/hash based cipher suites into the new record layer.
jsing
2021-02-27
5
-200
/
+141
*
Identify DTLS based on the version major value.
jsing
2021-02-27
1
-2
/
+2
*
Only use TLS versions internally (rather than both TLS and DTLS versions).
jsing
2021-02-25
9
-128
/
+132
*
Fix bizarre punctuation and capitalization in a comment.
tb
2021-02-22
1
-2
/
+2
*
Simplify version checks in the TLSv1.3 client
tb
2021-02-22
1
-22
/
+10
*
Factor out/change some of the legacy client version handling code.
jsing
2021-02-22
3
-12
/
+36
*
ugly whitespace
tb
2021-02-20
2
-14
/
+14
*
Rename f_err into fatal_err.
tb
2021-02-20
7
-183
/
+183
*
Rename the truncated label into decode_err. This describes its purpose
tb
2021-02-20
2
-73
/
+73
*
Return a min/max version of zero if set to zero.
jsing
2021-02-20
3
-17
/
+41
[next]