summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/X509_policy_check.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* The policy tree is no moretb2023-04-301-192/+0
| | | | | Mop up documentation mentioning it or any of its numerous accessors that almost nothing ever used.
* new manual page X509_policy_tree_get0_policies(3),schwarze2021-11-111-2/+3
| | | | also documenting X509_policy_tree_get0_user_policies(3)
* Move the explanations related to *ptree closer together and correctschwarze2021-07-301-16/+19
| | | | | | | | | the lie that *ptree is set upon success - in some cases of success, it is set to NULL, whereas in some cases of failure, a non-trivial tree may be returned. beck@ pointed out that statements related to *ptree were scattered all over the place, and this patch works for him.
* Fix a documentation bug i introduced that tb@ pointed out:schwarze2021-07-291-12/+3
| | | | | X509_policy_check(3) never returns 2. If validation succeeds, it always returns 1.
* document X509_policy_tree_free(3)schwarze2021-07-281-3/+19
|
* Explain the meaning of the policy_oids input argument, correct theschwarze2021-07-281-14/+12
| | | | | | description of the *pexplicit_policy output argument and make it less technical, and drop the mention of the expected_policy_set because the library provides no accessor function for it.
* new manual page X509_policy_check(3)schwarze2021-07-271-0/+183