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. Dynamic OpenSSL engines are not seen by QtNetwork

Dynamic OpenSSL engines are not seen by QtNetwork

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 710 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.
  • R Offline
    R Offline
    rezniknn
    wrote on last edited by
    #1

    I'm trying to establish a TLS connection with QSslSocket::connectToHostEncrypted() using one of the GOST ciphers availalbe in gost OpenSSL dynamic engine starting from version 1.0.0. However, I don't see any of the GOST ciphers in the output of QSslSocket::ciphers(). Looks like QTNetwork is not seeing dynamic OpenSSL engines.
    Hope someone can help with this.

    $ openssl version
    OpenSSL 1.0.2g-fips 1 Mar 2016

    $ openssl engine
    (rdrand) Intel RDRAND engine
    (dynamic) Dynamic engine loading support
    (gost) Reference implementation of GOST engine

    $ openssl list-cipher-algorithms | grep gost
    gost89
    gost89
    gost89-cnt

    $ qmake --version
    QMake version 3.0
    Using Qt version 5.7.0 in /usr/local/Qt-5.7.0/lib

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      Which OS are you running this on ?

      Using a self-built Qt ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      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