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_tlsext.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix TLS key share check to not fire when using < TLS 1.3
beck
2024-07-09
1
-7
/
+6
*
remove psk_idx from tlsext_randomize_build_order()
tb
2024-06-26
1
-3
/
+3
*
tls_extension_find(): make output index optional
tb
2024-06-26
1
-2
/
+3
*
Fix TLS extension shuffling
tb
2024-06-25
1
-2
/
+2
*
ssl_tlsext: fix uninitialized variable warning with gcc
tb
2024-06-06
1
-2
/
+3
*
Fix key share negotiation in HRR case
tb
2024-04-16
1
-1
/
+40
*
Recommit a better version of the removal of the F5 workaround
tb
2024-04-04
1
-9
/
+12
*
Backout previous commit (intending that libressl client rejects a supported
sthen
2024-04-02
1
-3
/
+17
*
Stop pandering to the loadbalancer industrial complex.
beck
2024-03-28
1
-17
/
+3
*
Fix up server processing of key shares.
beck
2024-03-27
1
-8
/
+77
*
Do not allow duplicate groups in supported groups.
beck
2024-03-27
1
-18
/
+39
*
Add an indicator that an extension has been processed.
beck
2024-03-26
1
-1
/
+15
*
Process supported groups before key share.
beck
2024-03-26
1
-15
/
+15
*
Simplify TLS extension parsing and processing.
jsing
2024-03-25
1
-155
/
+98
*
Fix typo msg_types -> msg_type
tb
2024-03-25
1
-2
/
+2
*
Split TLS extension parsing from processing.
jsing
2024-03-25
1
-55
/
+190
*
Decouple TLS extension table order from tlsext_randomize_build_order()
jsing
2024-03-25
1
-6
/
+7
*
Too many stupid things whine about these being used uninitialized
tb
2023-04-28
1
-2
/
+2
*
ssl_tlsext.c: Add an accessor for the tls extension type.
tb
2023-04-27
1
-1
/
+7
*
Fix allocation size
tb
2023-04-25
1
-3
/
+3
*
Free and calloc() the tlsext_build_order and remember its length
tb
2023-04-24
1
-2
/
+14
*
Use TLSEXT_TYPE_alpn instead of the stupid long one
tb
2023-04-24
1
-2
/
+2
*
Randomize the order of TLS extensions
tb
2023-04-23
1
-2
/
+61
*
Make internal header file names consistent
tb
2022-11-26
1
-2
/
+2
*
Get rid of SSL_CTX_INTERNAL and SSL_INTERNAL.
jsing
2022-10-02
1
-66
/
+66
*
Avoid shadowing the cbs function parameter in tlsext_alpn_server_parse()
tb
2022-08-15
1
-6
/
+4
*
Make tlsext_*_{build,needs,parse}() functions static
tb
2022-08-04
1
-93
/
+92
*
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
[next]