summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/X509_check_trust.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove X509_check_trust documentationtb2024-09-021-207/+0
|
* Zap a trailing comma to appease mandoc -Tlinttb2024-08-171-2/+2
|
* Remove docs of various X509_TRUST "functionality" that no longer existstb2024-08-171-43/+2
| | | | | | | Some macros are still exposed, but apart from the loss of a very nice way of saying "this is completely misdesigned, overengineered and not properly thought through" the only thing we would have learned from it is that this stuff is "probably useless".
* The policy tree is no moretb2023-04-301-3/+2
| | | | | Mop up documentation mentioning it or any of its numerous accessors that almost nothing ever used.
* spelling fixes; from paul tagliamontejmc2022-12-261-3/+3
| | | | | | | i removed the arithmetics -> arithmetic changes, as i felt they were not clearly correct ok tb
* fix repeated wordsjsg2022-09-101-3/+3
| | | | ok ok miod@ ack ack jmc@
* spellingjsg2021-11-261-3/+3
| | | | ok schwarze@
* document the horrifying function X509_TRUST_set_default(3)schwarze2021-10-291-3/+43
|
* explicitely -> explicitly;jmc2021-07-281-4/+4
|
* new manual page X509_policy_check(3)schwarze2021-07-271-2/+3
|
* Two new manual pages X509_TRUST_set(3) and X509_check_trust(3)schwarze2021-07-241-0/+208
documenting ten functions related to X509_TRUST objects, trust identifiers, and trust indices.