Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-81861

OpenSSL: move ALPN related functions outside of NEXPROTONEG ifdefs

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P2: Important
    • None
    • 5.15
    • Network: SSL
    • None
    • All

    Description

      ALPN functions in our qsslsocket_openssl_p.h/.cpp are conditionally included under #ifndef OPENSSL_NO_NEXPROTONEG ("definitions", callbacks and declarations). Counterparts in OpenSSL were never under this condition though and always defined. The reason it would appear is due to the fact we have the same callback shared for ALPN/NPN (and thus it needs NPN parts). Makes a sense to re-implement ALPN specific callback instead.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            tpochep Timur Pocheptsov
            tpochep Timur Pocheptsov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes