summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/X509_CRL_new.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove CRL method API documentationtb2024-03-061-16/+2
|
* new manual page X509_CRL_METHOD_new(3)schwarze2021-10-301-3/+17
| | | | documenting five functions to customize CRL handling
* new manual page X509_STORE_get_by_subject(3)schwarze2021-08-021-3/+4
|
* document X509_CRL_print(3) and X509_CRL_print_fp(3)schwarze2021-07-191-2/+3
|
* New manual page X509_cmp(3) documenting the same public functionsschwarze2019-08-201-2/+3
| | | | | | 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.
* document X509_INFO_new(3) and X509_INFO_free(3)schwarze2019-08-191-2/+3
|
* 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@
* found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballsschwarze2018-03-271-4/+6
| | | | on the web, so fix up SSLeay HISTORY accordingly
* finish crypto HISTORY; mostly 1.1.0/6.3, but also various other fixesschwarze2018-03-231-2/+6
|
* x509.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL gitschwarze2018-03-211-2/+11
|
* In x509.h rev. 1.35 2018/02/22 16:53:42, jsing@ providedschwarze2018-02-251-5/+29
| | | | | | | X509_CRL_up_ref(3). Since it is undocumented in OpenSSL, write some documentation from scratch. While here, also correct the description of X509_CRL_free(3) and mention X509_CRL_dup(3), too.
* Consistently mark up various ASN.1 type names defined in standardsschwarze2016-12-251-6/+8
| | | | 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/+6
|
* Write X509_CRL_new(3) manual page from scratch. These four functionsschwarze2016-12-161-0/+90
are listed in <openssl/x509.h> and in OpenSSL doc/man3/X509_dup.pod. Note that the OpenSSL documentation specifies the wrong header file. Link to all pages dealing with X509_CRL objects.