summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/X509_STORE_set1_param.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* document X509_VERIFY_PARAM_inherit(3) and X509_VERIFY_PARAM_set1(3)schwarze2021-10-181-1/+3
|
* split seven functions out of the page X509_VERIFY_PARAM_set_flags(3), whichschwarze2021-10-181-2/+3
| | | | | is becoming excessively long, into a new page X509_VERIFY_PARAM_new(3); no content change
* document X509_LOOKUP_mem(3) in X509_LOOKUP_hash_dir(3)schwarze2021-07-311-2/+3
| | | | and add a new manual page X509_LOOKUP_new(3)
* Tree structure for manual pages: crypto(3) links to 33 functionschwarze2019-06-061-2/+3
| | | | | | | | | | | 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@
* In x509_vfy.h rev. 1.26 2018/03/17 15:43:32, tb@ providedschwarze2018-04-021-6/+14
| | | | X509_STORE_get0_param(3); write the documentation from scratch.
* Add one short sentence each from the new OpenSSL X509_STORE_add_cert(3)schwarze2018-03-301-2/+4
| | | | | | manual page, which is below the threshold of originality, so there is no need to change the Copyright headers. The rest of that page is less clear and less precise than what we already have in our various pages.
* found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballsschwarze2018-03-271-3/+3
| | | | 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-3/+8
|
* crypto HISTORY up to 0.9.8; researched from OpenSSL gitschwarze2018-03-231-5/+11
|
* crypto HISTORY up to 0.9.7; researched from OpenSSL gitschwarze2018-03-221-2/+9
|
* x509_vfy.h HISTORY up to SSLeay 0.9.0; researched from OpenSSL gitschwarze2018-03-211-2/+5
|
* x509_vfy.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL gitschwarze2018-03-211-2/+6
|
* In x509_vfy.h rev. 1.27 2018/03/20 15:26:22, jsing@ providedschwarze2018-03-201-4/+18
| | | | X509_STORE_get_ex_new_index(3). Document it.
* In x509_vfy.h rev. 1.24 2018/02/22 17:19:31, jsing@ providedschwarze2018-02-251-3/+33
| | | | | X509_STORE_set_ex_data(3) and X509_STORE_get_ex_data(3). Document them.
* In x509_vfy.h rev. 1.24 2018/02/22 17:19:31, jsing providedschwarze2018-02-251-55/+128
| | | | | | | | 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.
* In x509_vfy.h rev. 1.22 2018/02/22 17:15:09, jsing@ providedschwarze2018-02-251-2/+5
| | | | | | 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.
* Remove cross references to the undocumented functions X509_STORE_new(3)schwarze2017-01-061-4/+2
| | | | | | | and X509_STORE_add_lookup(3) reported by jmc@. Even though these functions are public, they seem more useful internally than for application programs, so now is not the time to document them.
* various cleanup;jmc2016-12-051-1/+1
|
* import the relevant parts of X509_STORE_get0_param(3) from OpenSSL, butschwarze2016-12-051-0/+74
since we don't have that function, call the page X509_STORE_set1_param(3)