summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove CRL method API documentationtb2024-03-061-2/+1
|
* Remove ASN1_time_parse documentationtb2024-03-051-2/+1
|
* Remove EVP_MD_meth* documentationtb2024-03-051-2/+1
| | | | | Move the description of the EVP_MD_FLAGs to EVP_MD_nid() and add a reference to the CMS specification.
* Remove EVP_add_{cipher,digest}* docstb2024-03-041-2/+1
|
* Remove lh statstb2024-03-021-2/+1
| | | | | | | This could have been removed in an earlier bump. Now it's time for it to say goodbye. ok jsing
* Document various CMS_{signed,unsigned}_* functionsjob2024-01-221-1/+2
| | | | | | These functions change signed & unsigned attributes of a CMS SignerInfo object With & OK tb@
* Move DSA_generate_parameters.3 to DSA_generate_parameters_ex.3tb2023-12-291-2/+2
|
* Rename ASN1_STRING_TABLE_add manual to _gettb2023-12-161-2/+2
|
* EVP_EncryptInit(3) is among the most important "how to drive" manuals,schwarze2023-12-011-1/+2
| | | | | | | | but it is still excessively long and complicated. To reduce the amount of distractions a bit, split out three deprecated functions into a new manual page EVP_CIPHER_CTX_init(3). No text change. In part suggested by tb@, who agrees with the direction.
* Remove remaining ENGINE manualstb2023-11-191-11/+1
| | | | They document functionality that no longer exists.
* Document X509v3_{addr,asid}_validate_{path,resource_set}(3)tb2023-09-291-1/+2
| | | | | | | These were the last four RFC 3779 things that check_complete.pl x509v3 complained about. I will surely tweak and try to improve a few things in the coming days, but the pages should now be stable enough that review efforts will likely not be wasted. Any feedback appreciated.
* Document X509v3_{addr,asid}_subset.3tb2023-09-281-1/+2
| | | | | | First RFC 3779 page without a BUG section. It could have one, but I'm in a lenient mood right now. Maybe it's just that this is bad but not quite as bad as EVP.
* Document X509v3_{addr,asid}_inherits(3)tb2023-09-261-1/+2
| | | | Also note another bug in X509v3_asid_{canonize,is_canonical}(3).
* Document X509v3_addr_get_{afi,range}(3)tb2023-09-261-1/+3
|
* Document the guts of RFC 3779 IPAddrBlockstb2023-09-261-1/+2
| | | | Let's just say there's room for improvement...
* sorttb2023-09-251-2/+2
|
* New manual page documenting the usual four ASN.1 functions for bothtb2023-09-251-1/+2
| | | | ASRange and ASIdOrRange
* Add initial documentation for the RFC 3779 APItb2023-09-251-2/+5
| | | | | | | | This documents the part of the API that allows building the two extensions. It is all very complicated and the bug density is quite high. Surely there's lots of room for improvement, but I've been sitting way too long on versions of these. I'll never finish. Let's fix and improve in tree.
* new manual page EVP_PKEY_CTX_get_operation(3),schwarze2023-09-091-1/+2
| | | | also documenting EVP_PKEY_CTX_get0_pkey(3)
* Split two new manual pages EVP_MD_nid(3) and EVP_MD_CTX_ctrl(3)schwarze2023-09-071-1/+3
| | | | out of the large EVP_DigestInit(3). No text change.
* Split three new manual pages EVP_CIPHER_nid(3), EVP_CIPHER_CTX_ctrl(3),schwarze2023-08-311-1/+4
| | | | | | | | | | | and EVP_CIPHER_CTX_set_flags(3) out of the excessively large and unwieldy EVP_EncryptInit(3). This causes a number of inaccuracies and gaps to stand out, but i'm not mixing text changes or content additions into this split. Using very useful feedback from tb@ regarding what belongs together and how important the various functions are. I refrained from bothering him with the complete patch, but he likes the general direction.
* Document EVP_{CIPHER,MD}_do_all{,_sorted}(3)tb2023-08-301-1/+2
| | | | | | | | | | The function prototypes in the SYNOPSIS don't look great, but schwarze assures me that this is how it is supposed to be. It is rather strange that OpenSSL chose to sprinkle OPENSSL_init_crypto() calls into these four functions rather than two inside OBJ_NAME_do_all{,_sorted}(3). Surely there was a good reason for that. With input and fixes from schwarze
* Move the weak SHA-1 and MD5 hashes out of EVP_DigestInit(3)schwarze2023-08-271-1/+2
| | | | | into a new EVP_sha1(3) manual page, and also mention EVP_md4(3) there. Using input from tb@ and jsing@, who like the general direction.
* In evp.h rev.s 1.90 and 1.97, tb@ provided EVP_CIPHER_CTX_get_cipher_data(3)schwarze2023-08-251-1/+2
| | | | | | and EVP_CIPHER_CTX_set_cipher_data(3). Import the manual page from the OpenSSL 1.1 branch, which is still under a free licence, with several improvements by me.
* 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