summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/X509v3_get_ext_by_NID.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* crib better wording from schwarze's EVP_PKEY_get_attr_by_NID(3)tb2024-05-221-5/+4
|
* Fix incorrect X509v3_get_ext_by_NID(3) return valuestb2024-05-221-9/+17
| | | | This error comes from upstream, where it is still wrong.
* document X509V3_extensions_print(3)schwarze2021-07-121-1/+2
|
* document X509V3_EXT_print(3)schwarze2021-07-121-2/+3
|
* Tree structure for manual pages: crypto(3) links to 33 functionschwarze2019-06-061-2/+4
| | | | | | | | | | | 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@
* Document the return values of X509_delete_ext(3) and X509_add_ext(3).schwarze2019-03-151-11/+15
| | | | | | From Viktor Dukhovni via OpenSSL commit 0df65d82 Jun 12 11:51:53 2018 -0400 which is still under a free license because it is before the 1.1.1 branch point. While here, add several missing const qualifiers.
* In x509.h rev. 1.61 2018/05/18 18:37:23 and rev. 1.65 2018/05/18 19:28:27,schwarze2018-05-191-14/+14
| | | | | tb@ added const qualifiers to the pointer arguments of some X509_get_ext*(3) and X509_REVOKED_get_ext*(3) functions. Adjust the manual.
* In x509.h rev. 1.48 2018/05/13 10:25:06, tb@ added a const qualifierschwarze2018-05-131-3/+3
| | | | to the "obj" argument of X509v3_get_ext_by_OBJ(3). Adjust the manual.
* found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballsschwarze2018-03-271-3/+4
| | | | on the web, so fix up SSLeay HISTORY accordingly
* x509.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL gitschwarze2018-03-211-2/+5
|
* In x509.h rev. 1.33 2018/02/22 16:47:50, jsing@ providedschwarze2018-02-241-2/+3
| | | | | | X509_REVOKED_get0_serialNumber(3) and X509_REVOKED_get0_revocationDate(3). Merge the documentation from OpenSSL, but put it into X509_REVOKED_new(3) rather than into X509_CRL_get0_by_serial(3) because it fits better there.
* fix cross references to self; found with mandoc -Tlintschwarze2017-07-051-4/+4
|
* Make sure all pages talking about X509_EXTENSION objectsschwarze2016-12-151-2/+3
| | | | link back to X509_EXTENSION_new(3).
* tweak previous;jmc2016-12-051-3/+3
|
* import the relevant parts of six more X509 manuals from OpenSSLschwarze2016-12-051-0/+387