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
*
Add missing pointer invalidation
libressl-v3.6.3
OPENBSD_7_2
tb
2023-05-26
1
-1
/
+2
*
Allow TLSv1.3 clients to send CCS without middlebox compatibility mode.
jsing
2022-09-17
1
-4
/
+2
*
Link to SSL_read_early_data(3)
kn
2022-09-17
1
-3
/
+3
*
Enforce the minimum TLS version requirement for QUIC.
jsing
2022-09-11
1
-1
/
+9
*
Crank major after symbol addition and libcrypto major bump
tb
2022-09-11
1
-2
/
+2
*
Update Symbols.list
tb
2022-09-11
1
-0
/
+11
*
Expose SSL_get_share_{group,curve}() and related #defines
tb
2022-09-11
1
-7
/
+3
*
Expose some error codes needed for QUIC support
tb
2022-09-11
1
-3
/
+1
*
Be stricter with middlebox compatibility mode in the TLSv1.3 server.
jsing
2022-09-11
1
-5
/
+21
*
Only permit CCS messages if requesting middlebox compatibility mode.
jsing
2022-09-11
1
-4
/
+4
*
Use CBS when procesing a CCS message in the legacy stack.
jsing
2022-09-11
1
-4
/
+7
*
Ensure there is no trailing data for a CCS received by the TLSv1.3 stack.
jsing
2022-09-11
1
-1
/
+3
*
Use CBS to parse TLS alerts in the legacy stack.
jsing
2022-09-10
1
-4
/
+10
*
Provide a version of ssl_msg_callback() that takes a CBS.
jsing
2022-09-10
3
-8
/
+17
*
fix repeated words
jsg
2022-09-10
1
-3
/
+3
*
ssl_cipher_process_rulestr: return early if a cipher command is invalid
millert
2022-09-08
1
-5
/
+2
*
ssl_cipher_process_rulestr: don't read outside rule_str buffer
millert
2022-09-07
1
-2
/
+3
*
Make ssl_create_cipher_list() have a single exit
tb
2022-09-04
1
-23
/
+23
*
Check sk_SSL_CIPHER_push() return value
tb
2022-09-01
1
-4
/
+11
*
Recommit -r1.45 but without error checking EVP_PKEY_copy_parameters()
tb
2022-08-31
1
-4
/
+12
*
Revert r1.46. Causes fireworks in regress.
tb
2022-08-31
1
-9
/
+5
*
Avoid potential NULL dereference in ssl_set_pkey()
tb
2022-08-31
1
-5
/
+9
*
Remove a commented-out sk_push that has been hanging around for > 20 years
tb
2022-08-30
1
-4
/
+1
*
Plug leak of BIO in tls13_quic_init()
tb
2022-08-30
1
-2
/
+1
*
Handle SSL_do_handshake() being called before SSL_provide_quic_data().
jsing
2022-08-27
1
-1
/
+4
*
Provide the remaining QUIC API.
jsing
2022-08-21
2
-2
/
+149
*
Wire up SSL_QUIC_METHOD callbacks to the record layer callbacks for QUIC.
jsing
2022-08-21
3
-19
/
+59
*
Provide SSL_QUIC_METHOD.
jsing
2022-08-21
3
-9
/
+172
*
Provide and use QUIC specific error reasons.
jsing
2022-08-21
3
-5
/
+9
*
Ensure that SSL_{peek,read,write}() are not called if QUIC is in use.
jsing
2022-08-21
1
-1
/
+16
*
Prepare to provide SSL_ERROR_WANT_{ASYNC,ASYNC_JOB,CLIENT_HELLO_CB}
jsing
2022-08-21
1
-10
/
+15
*
zap a tab
tb
2022-08-20
1
-2
/
+2
*
Tweak prototype to match function definition (n -> index)
tb
2022-08-18
1
-2
/
+2
*
Implement the SSL_CTRL_GET_SHARED_GROUP control
tb
2022-08-17
1
-1
/
+37
*
Refactor tls1_get_supported_group()
tb
2022-08-17
2
-30
/
+99
*
Add SSL_get_shared_{curve,group}()
tb
2022-08-17
1
-2
/
+10
*
Make tls1_get_{format,group_}list() take a const SSL
tb
2022-08-17
2
-8
/
+8
*
Provide ssl_security_shared_group()
tb
2022-08-17
2
-5
/
+18
*
Deduplicate peer certificate chain processing code.
jsing
2022-08-17
10
-109
/
+121
*
Avoid shadowing the cbs function parameter in tlsext_alpn_server_parse()
tb
2022-08-15
1
-6
/
+4
*
Remove redeclaration of ret
tb
2022-08-15
1
-2
/
+1
*
Make tlsext_*_{build,needs,parse}() functions static
tb
2022-08-04
2
-217
/
+94
*
update copyright years
tb
2022-07-30
1
-2
/
+2
*
Move cipher_id bsearch functions back to the bottom of the file.
jsing
2022-07-24
1
-16
/
+16
*
Set NULL BIOs for QUIC.
jsing
2022-07-24
1
-1
/
+14
*
Provide record layer callbacks for QUIC.
jsing
2022-07-24
7
-16
/
+217
*
Move tls13_phh_done_cb() after tl13_phh_received_cb().
jsing
2022-07-24
1
-12
/
+12
*
Provide QUIC encryption levels.
jsing
2022-07-24
6
-20
/
+33
*
Rely on tlsext_parse() to set a decode_error alert
tb
2022-07-24
1
-79
/
+47
*
Convert TLS transcript from BUF_MEM to tls_buffer.
jsing
2022-07-22
2
-29
/
+16
[next]