summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Document EVP_add_{cipher,digest} and friendstb2023-08-251-1/+2
| | | | | These and EVP_{add,remove}_{cipher,digest}_alias() are mostly for internal use.
* Import the EVP_chacha20(3) manual page from the OpenSSL 1.1 branch,schwarze2023-08-151-1/+2
| | | | | | which is still under a free license, to work on it in the tree. The required content changes have not been done yet, i only tweaked the markup and wording so far.
* import EVP_sha3_224(3) from the OpenSSL 1.1 branch, which is still underschwarze2023-08-141-1/+2
| | | | a free license, tweaked by me
* Remove ASN1_BIT_STRING_num_asc.3tb2023-07-281-2/+1
|
* BN_BLINDING will be made internal-only. Remove its documentationtb2023-07-261-2/+1
|
* BIO_f_asn1 and the prefix/suffix API will be removedtb2023-07-261-2/+1
| | | | | | Remove their documentation and mark some associated constants as intentionally undocumented until they will be removed from public headers.
* Rename OBJ_add_sigid.3 to OBJ_find_sigid_algs.3tb2023-07-221-2/+2
|
* Remove ASN1_buf_print documentationtb2023-07-211-2/+1
| | | | This function will be made internal-only and likely be renamed/rewritten.
* Move get_rfc3526_prime_8192.3 to BN_get_rfc3526_prime_8192.3tb2023-07-201-2/+2
| | | | | This way we will have a manual corresponding to an existing function after the next bump.
* ASN1_bn_print() will be removed soon. Remove docs.tb2023-07-091-2/+1
|
* link EVP_MD_meth_new.3 to buildtb2023-07-081-1/+2
|
* First pass of removing low-level ASN.1 streaming docstb2023-05-011-4/+1
|
* Remove most documentation pertaining to proxy certificates.tb2023-04-301-3/+1
| | | | | Update EXFLAG_PROXY and X509_V_FLAG_ALLOW_PROXY_CERTS documentation since we need to keep them for the time being.
* The policy tree is no moretb2023-04-301-4/+1
| | | | | Mop up documentation mentioning it or any of its numerous accessors that almost nothing ever used.
* Remove documentation of reciprocal BN which is now internal onlytb2023-04-271-2/+1
|
* Remove BN_GF2m_add.3tb2023-04-271-2/+1
|
* Stop installing NIST prime documentationtb2023-04-271-3/+1
|
* Remove SXNETtb2023-04-251-2/+1
| | | | Unused and no authorative information was found online in 2016
* Link s2i_ASN1_INTEGER.3 to buildtb2023-04-201-1/+2
|
* Install EVP_CIPHER_meth_new.3tb2023-03-161-1/+2
|
* new manual page BIO_s_datagram(3);schwarze2022-12-231-1/+2
| | | | feedback and OK tb@
* new manual page BIO_accept(3)schwarze2022-12-221-1/+2
|
* new manual page BIO_dup_chain(3)schwarze2022-12-181-1/+2
|
* In asn1.h rev. 1.71 and 1.72, jsing@ and tb@ provided ASN1_buf_print(3).schwarze2022-12-141-1/+2
| | | | Document it.
* document BN_nist_mod_521(3) and their four siblingsschwarze2022-11-211-1/+2
|
* new manual page BN_GF2m_add(3)schwarze2022-11-181-1/+2
| | | | concerning arithmetic in Galois fields of power-of-2 order
* document BN_mod_sqrt(3)schwarze2022-11-151-1/+2
|
* document BN_kronecker(3)schwarze2022-11-141-1/+2
|
* link three new manual pages to the buildschwarze2022-07-131-1/+4
|
* Install EVP_PKEY_CTX_set_hkdf_md.3tb2022-05-061-1/+2
|
* ASN1_{,F,T}BOOLEAN_it and the encoding and decoding API will movetb2022-01-121-2/+1
| | | | | | to internal only soon. Stop documenting them. ok inoguchi jsing
* new manual page OBJ_add_sigid(3)schwarze2021-12-181-1/+2
|
* new manual page OBJ_NAME_add(3)schwarze2021-12-171-1/+2
|
* Move OBJ_create(3) into its own manual pageschwarze2021-12-151-1/+2
| | | | | because OBJ_nid2obj(3) is already long and more functions related to OBJ_create(3) have to be documented.
* new manual page SMIME_text(3)schwarze2021-12-141-1/+2
|
* new manual page SMIME_read_ASN1(3)schwarze2021-12-141-1/+2
| | | | using parts of the text from SMIME_read_CMS(3) and SMIME_read_PKCS7(3)
* new manual page PEM_write_bio_ASN1_stream(3);schwarze2021-12-131-1/+2
| | | | | certainly not perfect, but arguably better than the even terser PEM_write_bio_CMS_stream(3) and PEM_write_bio_PKCS7_stream(3)
* new manual page SMIME_write_ASN1(3);schwarze2021-12-131-1/+2
| | | | still vague in various respects, but it's a start
* new manual pages i2d_ASN1_bio_stream(3) and SMIME_crlf_copy(3)schwarze2021-12-131-1/+3
|
* New manual page providing a rudimentary description of BIO_new_NDEF(3).schwarze2021-12-121-1/+2
| | | | | | | The API surrounding this is so complicated and streaming is so rarely used in practice that describing this in more detail is not a priority right now. The documentation of the wrapper BIO_new_CMS(3) is also rather vague, and BIO_new_PKCS7() isn't described at all so far.
* new manual page ASN1_bn_print(3)schwarze2021-12-081-1/+2
|
* new manual page BIO_f_asn1(3)schwarze2021-11-271-1/+2
|
* new manual page ASN1_NULL_new(3), also documenting ASN1_NULL_free(3)schwarze2021-11-221-1/+2
|
* new manual page a2d_ASN1_OBJECT(3);schwarze2021-11-221-1/+2
| | | | while here, add a few STANDARDS references
* new manual page d2i_ASN1_BOOLEAN(3) also documenting i2d_ASN1_BOOLEAN(3)schwarze2021-11-211-1/+2
|
* new manual page ASN1_BIT_STRING_num_asc(3)schwarze2021-11-191-1/+2
| | | | documenting the three functions using the BIT_STRING_BITNAME structure
* In x509_vfy.h rev. 1.37 and x509_vfy.c rev. 1.91, tb@ providedschwarze2021-11-171-1/+2
| | | | | | | | | | | | | | | | | X509_STORE_CTX_set_verify(3) and X509_STORE_CTX_get_verify(3). Document them. In the next bump, tb@ will also provide X509_STORE_CTX_verify_fn(3) and X509_STORE_set_verify(3) and restore X509_STORE_set_verify_func(3) to working order. For efficiency of documentation work, already document those three, too, but keep the text temporariy .if'ed out until they become available. Delete X509_STORE_set_verify_func(3) from X509_STORE_set_verify_cb_func(3) because it was misplaced in that page: it is not related to the verification callback. tb@ agrees with the general direction.
* new manual page ASN1_BIT_STRING_set(3) documenting four BIT STRING accessorsschwarze2021-11-151-1/+2
|
* document ASN1_PRINTABLE_type(3) and ASN1_UNIVERSALSTRING_to_string(3)schwarze2021-11-151-1/+3
|
* document ASN1_item_pack(3) and ASN1_item_unpack(3)schwarze2021-11-151-1/+2
|