summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* link X509_STORE_get_by_subject(3) and X509_ocspid_print(3) to the build,schwarze2021-08-061-1/+3
| | | | forgotten in earlier commits
* document X509_LOOKUP_mem(3) in X509_LOOKUP_hash_dir(3)schwarze2021-07-311-1/+2
| | | | and add a new manual page X509_LOOKUP_new(3)
* new manual page X509_policy_check(3)schwarze2021-07-271-1/+2
|
* new manual page X509_policy_tree_level_count(3)schwarze2021-07-261-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)schwarze2021-07-241-1/+3
| | | | | documenting ten functions related to X509_TRUST objects, trust identifiers, and trust indices.
* new manual page X509_PURPOSE_set(3) documenting 11 functionsschwarze2021-07-231-1/+2
| | | | related to X509_PURPOSE objects, purpose identifiers, and purpose indices
* Split the functions operating on the X509_VERIFY_PARAM object outschwarze2021-07-221-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 documentschwarze2021-07-201-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)schwarze2021-07-191-1/+2
|
* new manual page X509_print_ex(3)schwarze2021-07-121-1/+2
|
* document X509V3_extensions_print(3)schwarze2021-07-121-1/+2
|
* document X509V3_EXT_print(3)schwarze2021-07-121-1/+2
|
* new manual page ASN1_parse_dump(3)schwarze2021-07-111-1/+2
|
* document ASN1_get_object(3)schwarze2021-07-111-1/+2
|
* new manual page BIO_dump(3)schwarze2021-07-101-1/+2
|
* new manual page for X509_keyid_set1(3), X509_keyid_get0(3),schwarze2021-07-091-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)schwarze2021-07-081-1/+2
|
* document X509_signature_dump(3) and X509_signature_print(3)schwarze2021-07-061-1/+2
|
* document X509_find_by_subject(3) and X509_find_by_issuer_and_serial(3)schwarze2021-07-041-1/+2
|
* document PEM_X509_INFO_read(3) and PEM_X509_INFO_read_bio(3)schwarze2020-07-231-1/+2
| | | | OK tb@
* new manual page ChaCha(3);schwarze2020-06-241-1/+2
| | | | OK tb@
* new manual page CMAC_Init(3);schwarze2020-06-241-1/+2
| | | | OK tb@
* document PEM_ASN1_read(3) and PEM_ASN1_read_bio(3);schwarze2020-06-121-1/+2
| | | | tweaks and OK tb@
* document PKCS7_get_signer_info(3)schwarze2020-06-101-1/+2
|
* new manual page PKCS7_add_attribute(3);schwarze2020-06-041-1/+2
| | | | tweaks and OK tb@
* Properly document PKCS7_final(3), which was already mentionedschwarze2020-06-031-1/+2
| | | | in passing in some other manual pages.
* document PKCS7_dataFinal(3);schwarze2020-05-271-1/+2
| | | | tweak and OK tb@
* Minimally document PKCS7_dataInit(3).schwarze2020-05-241-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.
* new manual page for PKCS7_set_content(3) and PKCS7_content_new(3);schwarze2020-05-201-1/+2
| | | | OK beck@ tb@
* document PKCS7_set_type(3);schwarze2020-05-161-1/+2
| | | | OK beck@, who was amused by the "darkly comic value of reading" it
* In Symbols.list rev. 1.91, jsing enabled many CMS functions.schwarze2019-11-021-1/+24
| | | | Install the new manual pages documenting the majority of them.
* The EVP_PKEY_CTX_ctrl(3) manual page requires additions for RSA-PSSschwarze2019-11-011-1/+2
| | | | but it is growing to excessive size, so split out RSA_pkey_ctx_ctrl(3).
* new manual page AES_encrypt(3)schwarze2019-08-281-1/+2
|
* document ASN1_put_object(3) and ASN1_put_eoc(3)schwarze2019-08-261-1/+2
|
* document EVP_sm3(3) and EVP_whirlpool(3), loosely based on theschwarze2019-08-251-1/+3
| | | | OpenSSL 1.1.1 pages, which are still under a free license
* import the CRYPTO_memcmp(3) manual from OpenSSL 1.1.1,schwarze2019-08-251-1/+2
| | | | still under a free license, tweaked by me
* document X509_get1_email(3), X509_get1_ocsp(3), X509_email_free(3)schwarze2019-08-231-1/+2
|
* document X509_check_purpose(3)schwarze2019-08-221-1/+2
|
* New manual page X509_cmp(3) documenting the same public functionsschwarze2019-08-201-1/+2
| | | | | | 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)schwarze2019-08-191-1/+2
|
* document ECDH_compute_key(3) and ECDH_size(3);schwarze2019-08-191-1/+2
| | | | feedback and OK tb@
* document the EC_KEY_METHOD function tableschwarze2019-08-161-1/+2
|
* import EVP_camellia_128_cbc(3) from OpenSSL 1.1.1,schwarze2019-03-211-1/+2
| | | | still under a free license, tweaked by me
* Split EVP_rc4(3) out of EVP_EncryptInit(3) to reduce clutter.schwarze2019-03-211-1/+2
| | | | | | The algorithm is insecure and yet its description would spread over three paragraphs in the cipher list, including remarkable advice like using a 40 bit key length.
* Split EVP_des_cbc(3) out of EVP_EncryptInit(3) to reduce clutter:schwarze2019-03-211-1/+2
| | | | | this moves a large number of functions out of the way that are no longer the latest and greatest. Also mention a few that were missing.
* Split EVP_aes_128_cbc(3) out of EVP_EncryptInit(3):schwarze2019-03-181-1/+2
| | | | | | | | | | | | both resulting pages are still long. Mention a number of missing functions. Add some text from the OpenSSL 1.1.1 EVP_aes.pod manual page, which is still under a free license. Add missing HISTORY information. Triggered by tb@ providing EVP_aes_{128,192,256}_wrap(3) in evp.h rev. 1.74.
* Document SM4; related to evp.h rev. 1.73.schwarze2019-03-181-1/+2
|
* rename CRYPTO_set_locking_callback.3 to CRYPTO_lock.3schwarze2019-03-101-2/+2
| | | | | | | because CRYPTO_set_locking_callback() is now a no-op and was never documented in the first place; no text change; requested by jmc@ long ago
* import the relevant parts of a new ASN1_INTEGER_get(3) manual pageschwarze2018-07-081-1/+2
| | | | from OpenSSL, fixing many bugs and polishing many details
* delete engine(3); nothing of value left in that pageschwarze2018-04-181-2/+1
|