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
/
ssl_locl.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Provide a version of ssl_msg_callback() that takes a CBS.
jsing
2022-09-10
1
-1
/
+2
*
Wire up SSL_QUIC_METHOD callbacks to the record layer callbacks for QUIC.
jsing
2022-08-21
1
-2
/
+3
*
Provide SSL_QUIC_METHOD.
jsing
2022-08-21
1
-2
/
+3
*
Tweak prototype to match function definition (n -> index)
tb
2022-08-18
1
-2
/
+2
*
Refactor tls1_get_supported_group()
tb
2022-08-17
1
-2
/
+4
*
Make tls1_get_{format,group_}list() take a const SSL
tb
2022-08-17
1
-5
/
+5
*
Provide ssl_security_shared_group()
tb
2022-08-17
1
-1
/
+2
*
Deduplicate peer certificate chain processing code.
jsing
2022-08-17
1
-3
/
+7
*
Provide record layer callbacks for QUIC.
jsing
2022-07-24
1
-1
/
+5
*
Convert TLS transcript from BUF_MEM to tls_buffer.
jsing
2022-07-22
1
-2
/
+2
*
Change various ALPN related internal struct members
tb
2022-07-20
1
-6
/
+6
*
Provide SSL_is_quic()
jsing
2022-07-17
1
-2
/
+3
*
Annotate the security callback and the security ex_data as deliberately
tb
2022-07-10
1
-3
/
+3
*
Unifdef LIBRESSL_HAS_SECURITY_LEVEL and remove some workarounds
tb
2022-07-07
1
-3
/
+1
*
Stop using ssl{_ctx,}_security() outside of ssl_seclevel.c
tb
2022-07-02
1
-4
/
+6
*
Rename uses 'curve' to 'group' and rework tls1 group API.
tb
2022-07-02
1
-7
/
+7
*
Check security level for supported groups.
tb
2022-06-30
1
-1
/
+3
*
Add checks to ensure we do not initiate or negotiate handshakes with
tb
2022-06-30
1
-1
/
+2
*
Make ssl_cert_add{0,1}_chain_cert() take ssl/ctx
tb
2022-06-29
1
-3
/
+3
*
ssl_cert_set{0,1}_chain() take ssl/ctx
tb
2022-06-29
1
-3
/
+3
*
Refactor use_certificate_chain_* to take ssl/ctx instead of a cert
tb
2022-06-29
1
-1
/
+2
*
Add functions that check security level in certs and cert chains.
tb
2022-06-29
1
-1
/
+5
*
Parse the @SECLEVEL=n annotation in cipher strings
tb
2022-06-29
1
-2
/
+2
*
Add support for sending QUIC transport parameters
beck
2022-06-29
1
-1
/
+9
*
whitespace nit
tb
2022-06-29
1
-2
/
+2
*
Also check the security level of the 'tmp dh'
tb
2022-06-29
1
-1
/
+2
*
Check the security of DH key shares
tb
2022-06-29
1
-1
/
+2
*
Rename one s to ssl for consistency
tb
2022-06-29
1
-2
/
+2
*
Add prototypes for ssl{_ctx,}_security()
tb
2022-06-28
1
-1
/
+5
*
Implement the default security level callback
tb
2022-06-28
1
-1
/
+6
*
Add security callback, level and ex_data fields to SSL_CERT
tb
2022-06-28
1
-1
/
+6
*
Switch sid_ctx_length in SSL, SSL_CTX and SSL_SESSION to a size_t
tb
2022-06-07
1
-4
/
+4
*
Switch SSL_SESSION's session_id_length to a size_t
tb
2022-06-07
1
-2
/
+2
*
Switch the SSL_SESSION's master_key_length to a size_t
tb
2022-06-07
1
-2
/
+2
*
Tweak comment describing the SSL_SESSION ASN.1
tb
2022-06-06
1
-4
/
+5
*
Fix spaces before tabs
tb
2022-06-06
1
-12
/
+12
*
Add a use_psk_dhe_ke flag to the TLSv1.3 handshake struct
tb
2022-06-03
1
-1
/
+4
*
Remove const from tls1_transcript_hash_value()
jsing
2022-03-17
1
-2
/
+2
*
Factor out change cipher spec handing code in the legacy stack.
jsing
2022-03-12
1
-1
/
+2
*
Factor out alert handing code in the legacy stack.
libressl-v3.5.0
jsing
2022-02-21
1
-1
/
+2
*
Bye bye S3I.
jsing
2022-02-05
1
-15
/
+7
*
Cleanup/simplify ssl_cert_type()
jsing
2022-02-03
1
-2
/
+2
*
Remove peer_pkeys from SSL_SESSION.
jsing
2022-01-11
1
-10
/
+3
*
Rename 'peer' to 'peer_cert' in SSL_SESSION.
jsing
2022-01-11
1
-2
/
+2
*
Plumb decode errors through key share parsing code.
jsing
2022-01-11
1
-3
/
+5
*
Swap arguments to ssl_check_srvr_ecc_cert_and_alg()
jsing
2022-01-09
1
-2
/
+2
*
Merge SESS_CERT into SSL_SESSION.
jsing
2022-01-08
1
-19
/
+10
*
Remove commented out CERT_* defines.
jsing
2022-01-08
1
-7
/
+1
*
Rename CERT to SSL_CERT and CERT_PKEY to SSL_CERT_PKEY.
jsing
2022-01-08
1
-45
/
+45
*
Rename dh_tmp to dhe_params.
jsing
2022-01-07
1
-4
/
+4
[next]