Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove X509_check_trust documentation | tb | 2024-09-02 | 1 | -207/+0 |
| | |||||
* | Zap a trailing comma to appease mandoc -Tlint | tb | 2024-08-17 | 1 | -2/+2 |
| | |||||
* | Remove docs of various X509_TRUST "functionality" that no longer exists | tb | 2024-08-17 | 1 | -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 more | tb | 2023-04-30 | 1 | -3/+2 |
| | | | | | Mop up documentation mentioning it or any of its numerous accessors that almost nothing ever used. | ||||
* | spelling fixes; from paul tagliamonte | jmc | 2022-12-26 | 1 | -3/+3 |
| | | | | | | | i removed the arithmetics -> arithmetic changes, as i felt they were not clearly correct ok tb | ||||
* | fix repeated words | jsg | 2022-09-10 | 1 | -3/+3 |
| | | | | ok ok miod@ ack ack jmc@ | ||||
* | spelling | jsg | 2021-11-26 | 1 | -3/+3 |
| | | | | ok schwarze@ | ||||
* | document the horrifying function X509_TRUST_set_default(3) | schwarze | 2021-10-29 | 1 | -3/+43 |
| | |||||
* | explicitely -> explicitly; | jmc | 2021-07-28 | 1 | -4/+4 |
| | |||||
* | new manual page X509_policy_check(3) | schwarze | 2021-07-27 | 1 | -2/+3 |
| | |||||
* | Two new manual pages X509_TRUST_set(3) and X509_check_trust(3) | schwarze | 2021-07-24 | 1 | -0/+208 |
documenting ten functions related to X509_TRUST objects, trust identifiers, and trust indices. |