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
OPENBSD_7_7
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_tlsext.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rely on tlsext_parse() to set a decode_error alert
tb
2022-07-24
1
-79
/
+47
*
Remove redundant length checks in parse functions
tb
2022-07-22
1
-21
/
+1
*
Simplify tlsext_supported_groups_server_parse
tb
2022-07-20
1
-45
/
+31
*
Drop some unnecessary parentheses.
tb
2022-07-20
1
-3
/
+2
*
Copy alpn_selected using CBS
tb
2022-07-20
1
-6
/
+7
*
Factor out ALPN extension format check
tb
2022-07-20
1
-13
/
+25
*
Correct handling of QUIC transport parameters extension.
jsing
2022-07-17
1
-48
/
+16
*
Correct TLSEXT_TYPE_quic_transport_parameters message types.
jsing
2022-07-17
1
-2
/
+2
*
Stop using ssl{_ctx,}_security() outside of ssl_seclevel.c
tb
2022-07-02
1
-3
/
+3
*
Rename uses 'curve' to 'group' and rework tls1 group API.
tb
2022-07-02
1
-2
/
+2
*
Check security level for supported groups.
tb
2022-06-30
1
-1
/
+3
*
Check whether the security level allows session tickets.
tb
2022-06-30
1
-2
/
+6
*
Add support for sending QUIC transport parameters
beck
2022-06-29
1
-1
/
+121
*
Check the security level when building sigalgs
tb
2022-06-29
1
-3
/
+4
*
The parse stubs need to skip over the extension data.
tb
2022-06-04
1
-3
/
+3
*
Add stubbed out handlers for the pre_shared_key extension
tb
2022-06-03
1
-1
/
+57
*
Implement handlers for the psk_key_exchange_modes extensions.
tb
2022-06-03
1
-2
/
+86
*
Bye bye S3I.
jsing
2022-02-05
1
-100
/
+100
*
Avoid use of uninitialized in tlsext_sni_server_parse()
tb
2022-01-24
1
-1
/
+3
*
Plumb decode errors through key share parsing code.
jsing
2022-01-11
1
-3
/
+11
*
Use SSL_AD_INTERNAL_ERROR for non-decoding alerts when parsing keyshares.
jsing
2022-01-11
1
-4
/
+10
*
Simplify tlsext_keyshare_server_parse()
jsing
2022-01-11
1
-9
/
+5
*
Convert legacy TLS client to tls_key_share.
jsing
2022-01-06
1
-12
/
+8
*
Rename tls13_key_share to tls_key_share.
jsing
2022-01-05
1
-12
/
+12
*
Pull key share group/length CBB code up from tls13_key_share_public()
jsing
2022-01-04
1
-5
/
+18
*
Only allow zero length key shares when we know we're doing HRR.
jsing
2022-01-04
1
-3
/
+5
*
Improve SNI hostname validation.
jsing
2021-11-01
1
-7
/
+52
*
Fold SSL_SESSION_INTERNAL back into SSL_SESSION.
jsing
2021-10-25
1
-9
/
+9
*
Do not ignore SSL_TLSEXT_ERR_FATAL from the ALPN callback
tb
2021-09-10
1
-2
/
+18
*
Correct the is_server flag in the call to the debug callback to be correct.
beck
2021-09-02
1
-2
/
+2
*
Use appropriate TLS version when building client sigalg extensions.
jsing
2021-06-29
1
-2
/
+6
*
Change ssl_sigalgs_build() to perform sigalg list selection.
jsing
2021-06-27
1
-21
/
+3
*
Only use SSL_AD_* internally.
jsing
2021-06-11
1
-25
/
+25
*
Simplify tlsext_ecpf_parse()
tb
2021-06-08
1
-8
/
+4
*
Adjust alert for ECPF without uncompressed point format
tb
2021-06-08
1
-3
/
+4
*
Make local header inclusion consistent.
jsing
2021-05-16
1
-3
/
+2
*
Explicitly include <openssl/opensslconf.h> in files using OPENSSL_NO_*
jsing
2021-05-16
1
-1
/
+2
*
Only hash known CH extensions
tb
2021-04-22
1
-5
/
+5
*
Move finished and peer finished to the handshake struct.
jsing
2021-03-29
1
-2
/
+2
*
Move the TLSv1.3 handshake struct inside the shared handshake struct.
jsing
2021-03-21
1
-30
/
+30
*
Improve internal version handling.
jsing
2021-03-10
1
-77
/
+39
*
Remove bogus DTLS checks to disable ECC and OCSP.
jsing
2021-02-08
1
-7
/
+2
*
Replace SSL_IS_DTLS with SSL_is_dtls().
jsing
2020-10-14
1
-11
/
+11
*
Constipate srtp_known_profiles, pushing it into .data.rel.ro
guenther
2020-10-11
1
-4
/
+4
*
Constipate ssl3_ciphers and tls1[23]_sigalgs*, pushing them into
guenther
2020-10-11
1
-11
/
+11
*
Set alpn_selected_len = 0 when alpn_selected is NULL
inoguchi
2020-09-09
1
-1
/
+4
*
Only parse a client's status_request in the CH
tb
2020-08-03
1
-1
/
+4
*
Ensure clients only send a status_request in the CH
tb
2020-08-03
1
-3
/
+7
*
Correctly handle server requests for an OCSP response
tb
2020-08-03
1
-1
/
+12
*
zap trailing whitespace on one line
tb
2020-07-03
1
-2
/
+2
[next]