[openssl/openssl] 08483d: DTLS 1.3 Remove SSL_stateless support

"'Ryan Hooper' via openssl-commits" <[email protected]> Wed, 22 Jul 2026 09:04:35 -0700
Newsgroups gmane.comp.encryption.openssl.cvs
Message-ID <openssl/openssl/push/refs/heads/feature/dtls-1.3/[email protected]>
  Branch: refs/heads/feature/dtls-1.3
  Home:   https://github.com/openssl/openssl
  Commit: 08483dbaefde6790e52c8b6dee3769c99dc87bf0
      https://github.com/openssl/openssl/commit/08483dbaefde6790e52c8b6dee3769c99dc87bf0
  Author: Ryan Hooper <[email protected]>
  Date:   2026-07-22 (Wed, 22 Jul 2026)

  Changed paths:
    M doc/man3/DTLSv1_listen.pod
    M ssl/ssl_lib.c
    M test/sslapitest.c

  Log Message:
  -----------
  DTLS 1.3 Remove SSL_stateless support

DTLSv1.3 suppport was added into SSL_stateless, but it
doesn't work properly. The reason why it doesn't work
properly is that it doesn't handle concurrent DTLS
sessions being established at the same time.
If you want something that allows DTLS 1.3 connections
being establish at the same time use DTLS SSL Listener.

Reviewed-by: Frederik Wedel-Heinen <[email protected]>
Reviewed-by: Tomas Mraz <[email protected]>
MergeDate: Wed Jul 22 15:55:14 2026
(Merged from https://github.com/openssl/openssl/pull/31364)



To unsubscribe from these emails, change your notification settings at https://github.com/openssl/openssl/settings/notifications

-- 
You received this message because you are subscribed to the Google Groups "openssl-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To view this discussion visit https://groups.google.com/a/openssl.org/d/msgid/openssl-commits/openssl/openssl/push/refs/heads/feature/dtls-1.3/2b95d6-08483d%40github.com.