summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/OCSP_SERVICELOC_new.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* .Lb libcrypto ; OK tb@schwarze2025-06-081-2/+3
|
* document X509_get1_email(3), X509_get1_ocsp(3), X509_email_free(3)schwarze2019-08-231-2/+3
|
* In ocsp.h rev. 1.15 2018/05/13 10:42:03, tb@ added const qualifiersschwarze2018-05-131-3/+3
| | | | | to the "url" argument of OCSP_crlID_new(3) and to the "urls" argument of OCSP_url_svcloc_new(3). Adjust the manuals.
* crypto HISTORY up to 0.9.7; researched from OpenSSL gitschwarze2018-03-221-2/+9
|
* Consistently mark up various ASN.1 type names defined in standardsschwarze2016-12-251-9/+16
| | | | related to X.509 with .Vt such that they can be searched for.
* Make sure all pages talking about X509_EXTENSION objectsschwarze2016-12-151-2/+3
| | | | link back to X509_EXTENSION_new(3).
* Make sure all manual pages discussing X509_NAME objectsschwarze2016-12-141-3/+5
| | | | | reference X509_NAME_new(3). Sparingly add a few other references to relevant X509_NAME*(3) pages while here.
* typo fix; ok schwarzejmc2016-12-131-3/+3
|
* Write OCSP_CRLID_new(3) and OCSP_SERVICELOC_new(3) from scratch.schwarze2016-12-121-0/+91
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.