summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/X509_CRL_get0_by_serial.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* .Lb libcrypto ; OK tb@schwarze2025-06-081-2/+3
|
* Remove CRL method API documentationtb2024-03-061-15/+2
|
* new manual page X509_CRL_METHOD_new(3)schwarze2021-10-301-3/+16
| | | | documenting five functions to customize CRL handling
* Stop documenting some functions as macros.tb2020-10-211-3/+2
| | | | | | | In x509.h r1.70 (2018/08/24) I turned some macros into actual functions to follow what OpenSSL is doing since 1.1.0. The documentation still claims that they are implemented as macros. Update a doc sync commit hash while there.
* Improve pages that briefly mentioned ERR - usually below SEE ALSO -schwarze2019-06-141-5/+9
| | | | | but failed to provide any real information. OK tb@ jmc@
* Tree structure for manual pages: crypto(3) links to 33 functionschwarze2019-06-061-2/+3
| | | | | | | | | | | group pages, and these link on to all their second-level subpages. Only a handful of second-level pages have third-level subpages. So all crypto pages can now be reached from the www.libressl.org frontpage via at most four clicks, in most cases three clicks. Also link back from leaf pages to their respective group pages and add a couple of additional links between related pages. Triggered by a question from deraadt@. OK jmc@ tb@
* crypto HISTORY up to 1.0.0; researched from OpenSSL gitschwarze2018-03-231-2/+8
|
* crypto HISTORY up to 0.9.7; researched from OpenSSL gitschwarze2018-03-221-2/+8
|
* crypto HISTORY up to OpenSSL 0.9.2b; researched from OpenSSL gitschwarze2018-03-211-2/+6
|
* correct RETURN VALUES;schwarze2017-03-251-7/+13
| | | | from Richard Levitte <levitte@openssl.org>, OpenSSL commit cdd6c8c5
* Replace two dangling .Xrs to sk_*() macros with .Fn; reported by jmc@.schwarze2017-01-061-4/+6
| | | | | | The safestack stuff is the most ill-designed user interface i have seen so far in OpenSSL. It looks positively undocumentable. At least i'm not trying to document it right now.
* Document X509_REVOKED_new(3) and X509_REVOKED_free(3) and moveschwarze2016-12-161-48/+9
| | | | | | X509_REVOKED_set_serialNumber(3) and X509_REVOKED_set_revocationDate(3) into this new page. Replace irrelevant cross references with relevant cross references to X509_CRL* pages.
* delete two cross references to functions we don't haveschwarze2016-12-051-4/+2
|
* import five newish X509 pages from OpenSSLschwarze2016-12-041-0/+192