Changes between Initial Version and Version 1 of Ticket #12099, comment 24


Ignore:
Timestamp:
Feb 2, 2023, 3:22:51 PM (15 months ago)
Author:
Tim Kosse

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12099, comment 24

    initial v1  
    44The correct approach is to get rid of user_canceled as part of the normal connection closure in Java. Don't attempt to emulate TLS 1.2 connection closure behavior in TLS 1.3 through user_canceled.
    55
    6 If you worry about TLS 1.3 breaking existing Java applications that rely on the 1.2 connection closure behavior, you can always disable TLS 1.3 by default and make it opt-in by application developers so that they have a chance to test and adapt their software.
     6If you worry about TLS 1.3 breaking existing Java applications that rely on the 1.2 connection closure behavior, you can always disable TLS 1.3 by default in Java and make it opt-in by application developers so that they have a chance to test and adapt their software.