summaryrefslogtreecommitdiff
path: root/lib/libcrypto/man/X509_STORE_CTX_new.3
AgeCommit message (Collapse)Author
2018-03-27found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballsIngo Schwarze
on the web, so fix up SSLeay HISTORY accordingly
2018-03-23finish crypto HISTORY; mostly 1.1.0/6.3, but also various other fixesIngo Schwarze
2018-03-23crypto HISTORY up to 1.0.2; researched from OpenSSL git and OpenBSD CVSIngo Schwarze
2018-03-23crypto HISTORY up to 0.9.8; researched from OpenSSL gitIngo Schwarze
2018-03-22crypto HISTORY up to 0.9.6; researched from OpenSSL gitIngo Schwarze
2018-03-22crypto HISTORY up to 0.9.5; researched from OpenSSL gitIngo Schwarze
2018-03-21x509_vfy.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL gitIngo Schwarze
2018-02-25In x509_vfy.h rev. 1.24 2018/02/22 17:19:31, jsing providedIngo Schwarze
X509_STORE_get0_objects(3). Merge the documenteation from OpenSSL, heavily tweaked by me. While here, document six additional public functions closely related to X509_STORE_set1_param(3) that OpenSSL lacks documentation for. No Copyright-worthy amount of text remains in X509_STORE_set1_param.3, so switch to my Copyright and license.
2018-02-25In x509_vfy.h rev. 1.22 2018/02/22 17:15:09, jsing@ providedIngo Schwarze
X509_STORE_up_ref(3). X509_STORE_new(3) and X509_STORE_free(3) have already been available earlier. Import the documentation from OpenSSL, adding some precision.
2018-02-25In x509_vfy.h rev. 1.21 2018/02/22 17:11:30, jsing@ providedIngo Schwarze
X509_STORE_CTX_get0_store(3). It is undocumented in OpenSSL, so write some documentation from scratch.
2018-02-25In x509_vfy.h rev. 1.21 2018/02/22 17:11:30, jsing@ providedIngo Schwarze
X509_STORE_CTX_get0_chain(3). Adapt the documentation. It is absurd that OpenSSL documents the two almost identical functions X509_STORE_CTX_get0_chain(3) and X509_STORE_CTX_get1_chain(3) in two different manual pages, with quite different wordings, and without even referencing each other. It is very obvious that they have lost their way in their own mire of functions.
2018-02-15In x509_vfy.h rev. 1.20 2018/02/14 17:06:34, jsing@ providedIngo Schwarze
X509_STORE_CTX_set0_untrusted(3), X509_STORE_CTX_set0_trusted_stack(3), X509_STORE_CTX_get0_untrusted(3), and X509_STORE_CTX_get0_cert(3). Merge the related documentation from OpenSSL.
2018-02-14I recently documented X509_VERIFY_PARAM_lookup(3), so change .Fn to .Xr.Ingo Schwarze
2017-01-07Use .Fn rather than .Xr for X509_VERIFY_PARAM_lookup(),Ingo Schwarze
fixing a dead link reported by jmc@. Only about half of X509_VERIFY_PARAM is documented so far, and the extensible lookup table feels like one of the more arcane features and probably not the next thing to document.
2016-12-05Add Copyright and license.Ingo Schwarze
Mention that X509_STORE_CTX_free(3) accepts NULL.
2016-12-03various cleanup;Jason McIntyre
2016-11-06first pass; ok schwarzeJason McIntyre
2016-11-04convert X509 manuals from pod to mdocIngo Schwarze