summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/OCSP_REQUEST_new.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* certificiate -> certificatejsg2022-02-191-3/+3
|
* new manual page X509_ocspid_print(3)schwarze2021-08-061-3/+4
| | | | using input from tb@, and OK tb@ on an earlier version
* add links back to crypto(3) to function group entry pagesschwarze2019-06-101-2/+3
| | | | | and to isolated obsolete pages; OK bcook@ jmc@
* Tree structure for manual pages: crypto(3) links to 33 functionschwarze2019-06-061-2/+6
| | | | | | | | | | | 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 0.9.7; researched from OpenSSL gitschwarze2018-03-221-2/+6
|
* Consistently mark up various ASN.1 type names defined in standardsschwarze2016-12-251-6/+14
| | | | related to X.509 with .Vt such that they can be searched for.
* sprinkle some cross references to newly written x509v3 manual pagesschwarze2016-12-241-2/+3
|
* Write OCSP_CRLID_new(3) and OCSP_SERVICELOC_new(3) from scratch.schwarze2016-12-121-2/+3
| | | | | | | | | | | These two and OCSP_CRLID_free(3) and OCSP_SERVICELOC_free(3) are public by being in OpenSSL doc/man3/X509_dup.pod. OCSP_crlID_new(3) and OCSP_url_svcloc_new(3) are related and, even though completely undocumented in OpenSSL, obviously much more important. If you had told me a year ago that i would ever write such text, i would have called you crazy.
* Document OCSP_SIGNATURE_new(3), OCSP_SIGNATURE_free(3),schwarze2016-12-121-26/+95
| | | | | | | | | | | OCSP_REQINFO_new(3), OCSP_REQINFO_free(3), OCSP_ONEREQ_new(3), OCSP_ONEREQ_free(3), all in <openssl/ocsp.h> and in OpenSSL doc/man3/X509_dup.pod. Note that the OpenSSL documentation specifies the wrong header file. Add some information about what these objects actually represent, along with the pertinent STANDARDS reference. Minor wording tweaks.
* Delete most references to crypto(3). That page isn't useful enoughschwarze2016-12-061-3/+2
| | | | to be pointed to from random individual pages.
* various cleanup;jmc2016-11-301-5/+5
|
* Import OCSP documentation from OpenSSL, leaving out some stuffschwarze2016-11-271-0/+241
that we don't have, fixing some bugs and tweaking some parts for readability. P.S. Why did some people write a HTTP client implementation and then decide that the best place to publish it might be a crypto(3) library? Oh never mind, to go easy on my sanity, i should probably stop asking such questions and just document what i find.