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. QSslcertificate::verify doesn't check certificate revocation
Forum Updated to NodeBB v4.3 + New Features

QSslcertificate::verify doesn't check certificate revocation

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

    I have a program that verfies a certificate chain. I want to check a certificate revocation by crl.

    The program is implemented by Qt. So i used Qt APIs.

    I found QSslcertificate::verify method. when i read its implementation, I noticed that the method doesn't check the certificate revocation. Is that true that Qt doesn't support a certificate revocation?

    If no, what's an alternative way?

    If the certificate revocation is supported, should i download the CRL or the method do it automatically?

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

      Hi and welcome to devnet,

      That's a question I would recommend bringing to the interest mailing list. You'll find there Qt's developers/maintainers. This forum is more user oriented.

      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