Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt WebKit
  4. Trying to get SSL_CTX from QNetworkAccessManager
Forum Updated to NodeBB v4.3 + New Features

Trying to get SSL_CTX from QNetworkAccessManager

Scheduled Pinned Locked Moved Qt WebKit
2 Posts 2 Posters 790 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.
  • B Offline
    B Offline
    borisa
    wrote on last edited by
    #1

    Hi,

    I need to set SSL_CTX_set_client_cert_cb function to get the call back.
    How can i get the SSL_CTX from QNetworkAccessManager?

    Thx

    1 Reply Last reply
    0
    • K Offline
      K Offline
      Konstantin Tokarev
      wrote on last edited by
      #2

      QNetworkAccessManager is mostly following "ship in the bottle" pattern, i.e. it does not allow you to get access to implementation details like OpenSSL to extend its functionality (unlike e.g. libcurl)

      So you'll have to make a patch for QNetworkAccessManager exposing this in public API. This may also include providing implementation for SecureTransport on Apple platforms.

      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