Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. QSslSocket with NULL-SHA256 cipher does not work
Forum Updated to NodeBB v4.3 + New Features

QSslSocket with NULL-SHA256 cipher does not work

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 1.2k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    Mal Pirie
    wrote on last edited by
    #1

    I am trying to set up a secure connection using QSslSockets with the NULL-SHA256 cipher. Unfortunately the cipher is not listed as one of the supported ciphers, probably because the underlying OpenSSL implementation does not list it by default. However it is supported by OpenSSL and can be listed using the command: ciphers -v NULL.

    Is there a way to force Qt to accept the NULL-SHA cipher?

    1 Reply Last reply
    0
    • T Offline
      T Offline
      TioRoy
      wrote on last edited by
      #2

      No. You can only use the supported ciphers.

      I guess default Qt libs has disabled this cipher in OpenSSL.

      You can try to recompile OpenSSL and Qt.

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved