Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | In x509_vfy.h rev. 1.35 and x509_lu.c rev. 1.34, tb@ provided | schwarze | 2021-11-18 | 1 | -2/+3 |
| | | | | | | | | X509_OBJECT_new(3) and X509_OBJECT_free(3); document them. While here, stop talking about storing storing EVP_PKEY objects and plain C strings in X509_OBJECT objects. LibreSSL never fully supported that, and it certainly no longer supports that now. | ||||
* | Split a new page X509_load_cert_file(3) with three functions | schwarze | 2021-11-09 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | out of X509_LOOKUP_hash_dir(3) because both groups of functions differ substantially in purpose and structure. Rewrite the complete text of X509_load_cert_file(3) from scratch for correctness and clarity. This fixes several documentation errors: 1. The names of the constants were wrong, lacking the "X509_" prefix. 2. None of these functions support X509_FILETYPE_DEFAULT, neither in OpenSSL nor in LibreSSL. 3. The memory cache does not contain X509_STORE objects; instead, the X509_STORE object *is* the memory cache. | ||||
* | document X509_REQ_to_X509(3) | schwarze | 2021-10-28 | 1 | -7/+38 |
| | |||||
* | add some .Xrs involving recently added pages | schwarze | 2021-10-27 | 1 | -2/+3 |
| | |||||
* | document X509_get_pubkey_parameters(3) in a new manual page | schwarze | 2021-10-19 | 1 | -1/+2 |
| | |||||
* | document X509_PKEY_new(3) and X509_PKEY_free(3) | schwarze | 2021-10-19 | 1 | -2/+3 |
| | |||||
* | new manual page X509_STORE_get_by_subject(3) | schwarze | 2021-08-02 | 1 | -2/+3 |
| | |||||
* | document X509_LOOKUP_mem(3) in X509_LOOKUP_hash_dir(3) | schwarze | 2021-07-31 | 1 | -2/+4 |
| | | | | and add a new manual page X509_LOOKUP_new(3) | ||||
* | new manual page X509_policy_check(3) | schwarze | 2021-07-27 | 1 | -2/+3 |
| | |||||
* | new manual page X509_policy_tree_level_count(3) | schwarze | 2021-07-26 | 1 | -2/+3 |
| | | | | documenting the X509_POLICY_TREE object and its sub-objects | ||||
* | Two new manual pages X509_TRUST_set(3) and X509_check_trust(3) | schwarze | 2021-07-24 | 1 | -3/+5 |
| | | | | | documenting ten functions related to X509_TRUST objects, trust identifiers, and trust indices. | ||||
* | new manual page X509_PURPOSE_set(3) documenting 11 functions | schwarze | 2021-07-23 | 1 | -2/+3 |
| | | | | related to X509_PURPOSE objects, purpose identifiers, and purpose indices | ||||
* | new manual page X509_print_ex(3) | schwarze | 2021-07-12 | 1 | -2/+3 |
| | |||||
* | document X509_find_by_subject(3) and X509_find_by_issuer_and_serial(3) | schwarze | 2021-07-04 | 1 | -2/+3 |
| | |||||
* | document X509_get1_email(3), X509_get1_ocsp(3), X509_email_free(3) | schwarze | 2019-08-23 | 1 | -1/+2 |
| | |||||
* | document X509_dup(3) | schwarze | 2019-08-23 | 1 | -8/+40 |
| | |||||
* | document X509_check_purpose(3) | schwarze | 2019-08-22 | 1 | -2/+3 |
| | |||||
* | New manual page X509_cmp(3) documenting the same public functions | schwarze | 2019-08-20 | 1 | -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) | schwarze | 2019-08-19 | 1 | -7/+3 |
| | |||||
* | delete references to ERR pages from SEE ALSO where such | schwarze | 2019-06-10 | 1 | -3/+2 |
| | | | | references were already given below RETURN VALUES right above | ||||
* | Tree structure for manual pages: crypto(3) links to 33 function | schwarze | 2019-06-06 | 1 | -3/+22 |
| | | | | | | | | | | | 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 tarballs | schwarze | 2018-03-27 | 1 | -3/+3 |
| | | | | on the web, so fix up SSLeay HISTORY accordingly | ||||
* | finish crypto HISTORY; mostly 1.1.0/6.3, but also various other fixes | schwarze | 2018-03-23 | 1 | -1/+5 |
| | |||||
* | crypto HISTORY up to 1.0.2; researched from OpenSSL git and OpenBSD CVS | schwarze | 2018-03-23 | 1 | -2/+6 |
| | |||||
* | x509.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL git | schwarze | 2018-03-21 | 1 | -3/+4 |
| | |||||
* | In x509.h rev. 1.41 2018/02/22 17:22:02, jsing@ provided | schwarze | 2018-02-26 | 1 | -6/+31 |
| | | | | | X509_chain_up_ref(3). Merge the documentation from OpenSSL, tweaked by me. | ||||
* | Consistently mark up various ASN.1 type names defined in standards | schwarze | 2016-12-25 | 1 | -4/+5 |
| | | | | related to X.509 with .Vt such that they can be searched for. | ||||
* | sprinkle some cross references to newly written x509v3 manual pages | schwarze | 2016-12-24 | 1 | -2/+4 |
| | |||||
* | Link to Peter Gutmann's classic "X.509 Style Guide". | schwarze | 2016-12-23 | 1 | -2/+11 |
| | | | | | | | | | | Thanks to otto@ for making me aware of it. If people know newer documents that are similarly readable and interesting, please speak up. I hate sending people to the STANDARDS only for more information. On the one hand, that's torture, and on the other hand, if i read Gutmann correctly, the standards sometimes provide bad advice, and often none at all. | ||||
* | Delete the x509(3) manual page and merge what little content remained | schwarze | 2016-12-22 | 1 | -9/+26 |
| | | | | into X509_new(3). Add information about STANDARDS. | ||||
* | various cleanup; | jmc | 2016-12-12 | 1 | -3/+3 |
| | |||||
* | tweak previous; | jmc | 2016-12-05 | 1 | -2/+3 |
| | |||||
* | Add Copyright and license. | schwarze | 2016-12-05 | 1 | -5/+69 |
| | | | | Merge documentation of X509_up_ref(3) from OpenSSL. | ||||
* | various cleanup; | jmc | 2016-12-03 | 1 | -4/+4 |
| | |||||
* | first pass; ok schwarze | jmc | 2016-11-06 | 1 | -1/+3 |
| | |||||
* | convert X509 manuals from pod to mdoc | schwarze | 2016-11-04 | 1 | -0/+49 |