Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | document i2a_ASN1_STRING(3) and a2i_ASN1_STRING(3) | schwarze | 2021-11-15 | 1 | -1/+2 | |
| | ||||||
* | new manual page X509_policy_tree_get0_policies(3), | schwarze | 2021-11-11 | 1 | -1/+2 | |
| | | | | also documenting X509_policy_tree_get0_user_policies(3) | |||||
* | Split a new page X509_load_cert_file(3) with three functions | schwarze | 2021-11-09 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | 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. | |||||
* | new manual pages | schwarze | 2021-11-07 | 1 | -1/+4 | |
| | | | | ASN1_item_digest(3), ASN1_item_sign(3), and ASN1_item_verify(3) | |||||
* | new manual page X509_CRL_METHOD_new(3) | schwarze | 2021-10-30 | 1 | -1/+2 | |
| | | | | documenting five functions to customize CRL handling | |||||
* | new manual page X509_REQ_print_ex(3), | schwarze | 2021-10-29 | 1 | -1/+2 | |
| | | | | also documenting X509_REQ_print(3) and X509_REQ_print_fp(3) | |||||
* | sort | tb | 2021-10-28 | 1 | -2/+2 | |
| | ||||||
* | new manual page X509_REQ_add_extensions(3) | schwarze | 2021-10-27 | 1 | -1/+2 | |
| | | | | documenting six functions for extensions in certification requests | |||||
* | install X509_get_extension_flags.3 and X509_SIG_get0.3 | tb | 2021-10-26 | 1 | -1/+3 | |
| | ||||||
* | new manual page X509_REQ_add1_attr(3) documenting nine functions | schwarze | 2021-10-26 | 1 | -1/+2 | |
| | | | | for X.501 Attributes in PKCS#10 certification requests | |||||
* | sort | tb | 2021-10-25 | 1 | -17/+17 | |
| | ||||||
* | new manual page EVP_PKCS82PKEY(3), also documenting EVP_PKEY2PKCS8(3) | schwarze | 2021-10-25 | 1 | -1/+2 | |
| | ||||||
* | new manual page PKCS8_pkey_set0(3) | schwarze | 2021-10-25 | 1 | -1/+2 | |
| | | | | documenting four PKCS#8 PrivateKeyInfo accessors | |||||
* | new manual page EVP_PKEY_add1_attr(3) documenting nine functions | schwarze | 2021-10-22 | 1 | -1/+2 | |
| | | | | for associating X.501 Attributes with private keys | |||||
* | new manual page X509at_add1_attr(3) | schwarze | 2021-10-22 | 1 | -3/+4 | |
| | | | | describing five functions to change arrays of X.501 Attribute objects | |||||
* | new manual page X509at_get_attr(3) | schwarze | 2021-10-22 | 1 | -1/+2 | |
| | | | | documenting five X.501 Attribute read accessors | |||||
* | new manual page X509_ATTRIBUTE_set1_object(3) | schwarze | 2021-10-21 | 1 | -1/+2 | |
| | | | | documenting five X.501 Attribute write accessors | |||||
* | new manual page ASN1_mbstring_copy(3) | schwarze | 2021-10-20 | 1 | -1/+2 | |
| | | | | also documenting ASN1_mbstring_ncopy(3) | |||||
* | new manual page X509_ATTRIBUTE_get0_object(3) | schwarze | 2021-10-20 | 1 | -1/+2 | |
| | | | | documenting the four X.501 Attribute read accessors | |||||
* | document X509_get_pubkey_parameters(3) in a new manual page | schwarze | 2021-10-19 | 1 | -1/+2 | |
| | ||||||
* | install X509_PKEY_new(3) | schwarze | 2021-10-19 | 1 | -1/+2 | |
| | ||||||
* | split seven functions out of the page X509_VERIFY_PARAM_set_flags(3), which | schwarze | 2021-10-18 | 1 | -1/+2 | |
| | | | | | is becoming excessively long, into a new page X509_VERIFY_PARAM_new(3); no content change | |||||
* | link X509_STORE_get_by_subject(3) and X509_ocspid_print(3) to the build, | schwarze | 2021-08-06 | 1 | -1/+3 | |
| | | | | forgotten in earlier commits | |||||
* | document X509_LOOKUP_mem(3) in X509_LOOKUP_hash_dir(3) | schwarze | 2021-07-31 | 1 | -1/+2 | |
| | | | | and add a new manual page X509_LOOKUP_new(3) | |||||
* | new manual page X509_policy_check(3) | schwarze | 2021-07-27 | 1 | -1/+2 | |
| | ||||||
* | new manual page X509_policy_tree_level_count(3) | schwarze | 2021-07-26 | 1 | -1/+2 | |
| | | | | 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 | -1/+3 | |
| | | | | | 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 | -1/+2 | |
| | | | | related to X509_PURPOSE objects, purpose identifiers, and purpose indices | |||||
* | Split the functions operating on the X509_VERIFY_PARAM object out | schwarze | 2021-07-22 | 1 | -1/+2 | |
| | | | | | | | | | of X509_STORE_CTX_new(3) because i'm about to document five additional functions of this kind and the page X509_STORE_CTX_new(3) is growing unwieldy. No text change yet, except that i added an introductory sentence to the beginning of the DESCRIPTION of the new page. | |||||
* | Split X509_NAME_hash(3) out of d2i_X509_NAME(3) and document | schwarze | 2021-07-20 | 1 | -1/+2 | |
| | | | | | | | | | | X509_issuer_name_hash(3), X509_subject_name_hash(3), and the _old variants. Even though this is only tangentially related to decoding and encoding, including a single function in d2i_X509_NAME(3) was probably OK, but let's not bog down that page with six functions that are likely to become obsolete at some point - even though right now, they are still being used both internally and by external software. | |||||
* | document X509_CRL_print(3) and X509_CRL_print_fp(3) | schwarze | 2021-07-19 | 1 | -1/+2 | |
| | ||||||
* | new manual page X509_print_ex(3) | schwarze | 2021-07-12 | 1 | -1/+2 | |
| | ||||||
* | document X509V3_extensions_print(3) | schwarze | 2021-07-12 | 1 | -1/+2 | |
| | ||||||
* | document X509V3_EXT_print(3) | schwarze | 2021-07-12 | 1 | -1/+2 | |
| | ||||||
* | new manual page ASN1_parse_dump(3) | schwarze | 2021-07-11 | 1 | -1/+2 | |
| | ||||||
* | document ASN1_get_object(3) | schwarze | 2021-07-11 | 1 | -1/+2 | |
| | ||||||
* | new manual page BIO_dump(3) | schwarze | 2021-07-10 | 1 | -1/+2 | |
| | ||||||
* | new manual page for X509_keyid_set1(3), X509_keyid_get0(3), | schwarze | 2021-07-09 | 1 | -1/+2 | |
| | | | | X509_alias_set1(3), X509_alias_get0(3) | |||||
* | add new manual page for X509_add1_trust_object(3) and X509_trust_clear(3) | schwarze | 2021-07-08 | 1 | -1/+2 | |
| | ||||||
* | document X509_signature_dump(3) and X509_signature_print(3) | schwarze | 2021-07-06 | 1 | -1/+2 | |
| | ||||||
* | document X509_find_by_subject(3) and X509_find_by_issuer_and_serial(3) | schwarze | 2021-07-04 | 1 | -1/+2 | |
| | ||||||
* | document PEM_X509_INFO_read(3) and PEM_X509_INFO_read_bio(3) | schwarze | 2020-07-23 | 1 | -1/+2 | |
| | | | | OK tb@ | |||||
* | new manual page ChaCha(3); | schwarze | 2020-06-24 | 1 | -1/+2 | |
| | | | | OK tb@ | |||||
* | new manual page CMAC_Init(3); | schwarze | 2020-06-24 | 1 | -1/+2 | |
| | | | | OK tb@ | |||||
* | document PEM_ASN1_read(3) and PEM_ASN1_read_bio(3); | schwarze | 2020-06-12 | 1 | -1/+2 | |
| | | | | tweaks and OK tb@ | |||||
* | document PKCS7_get_signer_info(3) | schwarze | 2020-06-10 | 1 | -1/+2 | |
| | ||||||
* | new manual page PKCS7_add_attribute(3); | schwarze | 2020-06-04 | 1 | -1/+2 | |
| | | | | tweaks and OK tb@ | |||||
* | Properly document PKCS7_final(3), which was already mentioned | schwarze | 2020-06-03 | 1 | -1/+2 | |
| | | | | in passing in some other manual pages. | |||||
* | document PKCS7_dataFinal(3); | schwarze | 2020-05-27 | 1 | -1/+2 | |
| | | | | tweak and OK tb@ | |||||
* | Minimally document PKCS7_dataInit(3). | schwarze | 2020-05-24 | 1 | -1/+2 | |
| | | | | | | | | | No comment when shown around among LibreSSL devs except "very very strange function" from beck@ and "cannot say much about it" from tb@. If needed, this can be further polished in the tree, review is still welcome. |