summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/X509_cmp.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Align documentation with realityjob2024-06-071-4/+8
| | | | OK tb@
* Add a roff comment saying that X509_name_cmp(3) is intentionallyschwarze2021-07-021-2/+4
| | | | | undocumented because it is almost unused in real-world code. OK tb@
* add a comment saying that name_cmp() is intentionally undocumented;schwarze2020-06-121-2/+5
| | | | tb@ agrees that it should not be part of the public API
* New manual page X509_cmp(3) documenting the same public functionsschwarze2019-08-201-0/+226
as in OpenSSL 1.1.1. I rewrote most of the text for clarity, precision, and conciseness and added some additional information. A few sentences from Paul Yang remain.