https://bz.apache.org/bugzilla/show_bug.cgi?id=63097

            Bug ID: 63097
           Summary: TLS 1.3: Support "SSLOptions OptRenegotiate"
           Product: Apache httpd-2
           Version: 2.5-HEAD
          Hardware: PC
                OS: Linux
            Status: NEW
          Keywords: PatchAvailable
          Severity: normal
          Priority: P2
         Component: mod_ssl
          Assignee: bugs@httpd.apache.org
          Reporter: apache-bugzi...@michael-kaufmann.ch
  Target Milestone: ---

Created attachment 36385
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=36385&action=edit
Implement OptRenegotiate for TLS 1.3

"SSLOptions OptRenegotiate" is currently not implemented for TLS 1.3. This
option is important because it allows to reuse (resume) an SSL session together
with the client certificate that the browser has already provided. So the
browser does not need to send its client certificate again.

The attached patch implements this feature for TLS 1.3.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org

Reply via email to