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
...
*
Remove unused fields from struct dtls1_retransmit_state.
jsing
2021-10-23
1
-3
/
+1
*
Fold DTLS1_STATE_INTERNAL into DTLS1_STATE.
jsing
2021-10-23
8
-171
/
+154
*
tweak previous: properly mark up function pointer typedef
schwarze
2021-10-23
1
-6
/
+18
*
Change ssl_verify_cert_chain() for compatibility with opaque
tb
2021-10-23
1
-16
/
+19
*
Use X509_STORE_CTX_get0_chain() instead of grabbing the chain directly
tb
2021-10-23
2
-4
/
+4
*
Rename tls13_buffer to tls_buffer.
jsing
2021-10-23
7
-69
/
+111
*
Add SSL_CTX_set_keylog_callback and SSL_CTX_get_keylog_callback
beck
2021-10-23
5
-4
/
+67
*
Untangle ssl3_get_message() return values.
jsing
2021-10-23
6
-166
/
+139
*
Change tlsext_tick_lifetime_hint to uint32_t.
jsing
2021-10-23
4
-17
/
+11
*
Avoid potential NULL dereferences in dtls1_free()
tb
2021-10-21
1
-2
/
+7
*
Move various structs from ssl.h/tls1.h to ssl_locl.h.
jsing
2021-10-15
3
-140
/
+128
*
Implement flushing for TLSv1.3 handshakes.
jsing
2021-09-16
5
-7
/
+69
*
Avoid typedef redefinition
libressl-v3.4.0
inoguchi
2021-09-14
1
-3
/
+1
*
zap trailing white space
tb
2021-09-14
1
-2
/
+2
*
Call the info cb on connect/accept exit in TLSv1.3
tb
2021-09-14
2
-4
/
+16
*
provide a small manual page for the SSL_set_psk_use_session_callback(3)
schwarze
2021-09-14
2
-1
/
+88
*
Merge the stub SSL_SESSION_is_resumable(3) manual page from the
schwarze
2021-09-14
3
-3
/
+86
*
merge the description of SSL_get_tlsext_status_type(3)
schwarze
2021-09-11
1
-3
/
+35
*
bump major after symbol addition and struct removal, struct visibility
tb
2021-09-10
1
-1
/
+1
*
Update Symbols.list after API additions
tb
2021-09-10
1
-0
/
+18
*
Move SSL_set0_rbio() outside of LIBRESSL_HAS_TLS1_3
tb
2021-09-10
1
-3
/
+1
*
Expose SSL_get_tlext_status_type() in tls1.h
tb
2021-09-10
1
-3
/
+1
*
Expose SSL_R_NO_APPLICATION_PROTOCOL in ssl.h
tb
2021-09-10
1
-3
/
+1
*
Expose SSL_CTRL_GET_TLSEXT_STATUS_REQ_TYPE in ssl.h
tb
2021-09-10
1
-3
/
+1
*
Expose SSL_CTX_get0_privatekey() in ssl.h
tb
2021-09-10
1
-3
/
+1
*
Remove TLS1_get_{,client_}version()
tb
2021-09-10
1
-9
/
+1
*
Remove SSL3_RECORD and SSL3_BUFFER
tb
2021-09-10
1
-25
/
+1
*
Remove TLS1_RT_HEARTBEAT
tb
2021-09-10
1
-2
/
+1
*
Make SSL opaque
tb
2021-09-10
1
-2
/
+4
*
Remove struct tls_session_ticket_ext_st and TLS_SESSION_TICKET_EXT
tb
2021-09-10
2
-2
/
+6
*
Do not ignore SSL_TLSEXT_ERR_FATAL from the ALPN callback
tb
2021-09-10
4
-7
/
+31
*
Prepare to provide SSL_CTX_get0_privatekey()
tb
2021-09-10
2
-2
/
+14
*
Provide SSL_SESSION_is_resumable and SSL_set_psk_use_session_callback stubs
tb
2021-09-08
3
-3
/
+24
*
Prepare to provide API stubs for PHA
tb
2021-09-08
2
-2
/
+27
*
Prepare to provide SSL_get_tlsext_status_type()
tb
2021-09-08
3
-3
/
+20
*
Prepare to provide SSL_set0_rbio()
tb
2021-09-08
2
-2
/
+12
*
Factor out the TLSv1.3 code that handles content from TLS records.
jsing
2021-09-04
6
-80
/
+238
*
Refactor ssl_update_cache. This now matches the logic used for TLS 1.3
beck
2021-09-04
1
-22
/
+106
*
Improve DTLS hello request handling code.
jsing
2021-09-04
1
-2
/
+8
*
Change dtls1_get_message_header() to take a CBS.
jsing
2021-09-04
3
-22
/
+21
*
Improve DTLS record header parsing.
jsing
2021-09-04
1
-7
/
+7
*
Use SSL3_HM_HEADER_LENGTH instead of the magic number 4.
jsing
2021-09-03
1
-13
/
+14
*
Ensure that a server hello does not have trailing data.
jsing
2021-09-03
1
-1
/
+4
*
Ensure that a client hello does not have trailing data.
jsing
2021-09-03
1
-1
/
+4
*
Set message_size correctly when switching to the legacy stack.
jsing
2021-09-03
1
-2
/
+2
*
We need to allow for either a CERTIFICATE or CERTIFICATE_STATUS message
beck
2021-09-02
1
-2
/
+3
*
Call the ocsp callback if present and we get no response, instead of
beck
2021-09-02
1
-3
/
+2
*
Correct the is_server flag in the call to the debug callback to be correct.
beck
2021-09-02
1
-2
/
+2
*
RFC 6066 section 8 allows the server MAY choose not send the CertificateStatus
beck
2021-09-02
1
-3
/
+37
*
comment out the detailed description of SSL_get_servername(3),
schwarze
2021-09-01
1
-7
/
+9
[prev]
[next]