summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/X509_get_extension_flags.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove most documentation pertaining to proxy certificates.tb2023-04-301-3/+3
| | | | | Update EXFLAG_PROXY and X509_V_FLAG_ALLOW_PROXY_CERTS documentation since we need to keep them for the time being.
* Mention the X509v3_KU_* aliases for the KU_* constantsschwarze2021-11-111-2/+16
| | | | | | because some third party application code uses them. List the full names (even though they are long) such that they can be found with "man -k Dv=...".
* minor tweaks to wording and punctuation,schwarze2021-10-271-10/+19
| | | | and add .Xrs to relevant objects
* Import documentation for X509_get_extension_flags, X509_get_key_usage,tb2021-10-231-0/+211
X509_get_extended_key_usage from OpenSSL. Will be linked to the build after the bump. input/lgtm schwarze