[openssl/openssl] c41bc1: Update tls state machine logic to support dtls1.3 ...
fwh-dc
noreply at github.com
Thu Apr 4 06:30:58 UTC 2024
Branch: refs/heads/feature/dtls-1.3
Home: https://github.com/openssl/openssl
Commit: c41bc1614932c188f8b20e26a082c0050739232f
https://github.com/openssl/openssl/commit/c41bc1614932c188f8b20e26a082c0050739232f
Author: Frederik Wedel-Heinen <frederik.wedel-heinen at dencrypt.dk>
Date: 2024-04-04 (Thu, 04 Apr 2024)
Changed paths:
M ssl/statem/statem.c
M ssl/statem/statem_clnt.c
M ssl/statem/statem_lib.c
M ssl/statem/statem_srvr.c
Log Message:
-----------
Update tls state machine logic to support dtls1.3 alongside tls1.3
Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22366)
Commit: 143483df9aff3ce4be4ba992a78e68ae07c687f2
https://github.com/openssl/openssl/commit/143483df9aff3ce4be4ba992a78e68ae07c687f2
Author: Frederik Wedel-Heinen <frederik.wedel-heinen at dencrypt.dk>
Date: 2024-04-04 (Thu, 04 Apr 2024)
Changed paths:
M ssl/statem/statem_clnt.c
M ssl/statem/statem_srvr.c
Log Message:
-----------
Fix sending session ids in DTLS-1.3
DTLS 1.3 session id must not be sent by client unless
it has a cached id. And DTLS 1.3 servers must not echo
a session id from a client.
Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22366)
Commit: 656d40953c3637b557de9920f7e694aec97bc5ed
https://github.com/openssl/openssl/commit/656d40953c3637b557de9920f7e694aec97bc5ed
Author: Frederik Wedel-Heinen <frederik.wedel-heinen at dencrypt.dk>
Date: 2024-04-04 (Thu, 04 Apr 2024)
Changed paths:
M ssl/ssl_local.h
M ssl/statem/statem.c
M ssl/statem/statem_clnt.c
M ssl/statem/statem_lib.c
M ssl/statem/statem_srvr.c
Log Message:
-----------
Do DTLS13 and TLS13 connection version check in one macro
Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22366)
Commit: 1bb3507c5e6e193cfb5912df347ca2ecaddc482e
https://github.com/openssl/openssl/commit/1bb3507c5e6e193cfb5912df347ca2ecaddc482e
Author: Frederik Wedel-Heinen <frederik.wedel-heinen at dencrypt.dk>
Date: 2024-04-04 (Thu, 04 Apr 2024)
Changed paths:
M ssl/statem/statem_srvr.c
Log Message:
-----------
Fix wrong dtls 1 and 1.2 version check
Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22366)
Compare: https://github.com/openssl/openssl/compare/678297289166...1bb3507c5e6e
To unsubscribe from these emails, change your notification settings at https://github.com/openssl/openssl/settings/notifications
More information about the openssl-commits
mailing list