xca/doc
Christian Hohnstaedt 7d3ff4f0f9 Add OpenSSL PURPOSE and validation results
A new tab on the certificate details dialog
shows the result of the OpenSSL validation process
and the calculated OpenSSL Purpose.

The translation of the OpenSSL X509_V_ERR.... messsages
back to strings is done by grepping them from "openssl/x509_vfy.h"
and wrapping them into a macro-call.
Additionally guard them by an #ifdef (Zombieland rule #2: Double-Tap)
This way:
 - I don't need to test and check in which versions of OpenSSL
   which errors are available or not
 - New errors will be picked up automatically, as long as they
   match the "X509_V_ERR_" pattern
2024-09-29 14:12:17 +02:00
..
rst Add OpenSSL PURPOSE and validation results 2024-09-29 14:12:17 +02:00
.gitignore Improve documentation generation out-of-tree 2021-04-23 15:57:32 +02:00
CMakeLists.txt CMake: fix dependency issue when creating documentation 2024-09-07 11:48:51 +02:00
conf.py.in Update copyright years 2024-02-14 22:33:18 +01:00
xca.1.head Extend Password input by filedescriptor number and automatic man page 2020-10-14 19:48:18 +02:00
xca.1.tail Fix SQL Option names in man page 2023-09-20 17:20:57 +02:00