summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* add my Copyright and license, which i forgot when adding a significantschwarze2020-06-121-3/+20
* add a comment saying that name_cmp() is intentionally undocumented;schwarze2020-06-121-2/+5
* document PEM_ASN1_read(3) and PEM_ASN1_read_bio(3);schwarze2020-06-125-7/+236
* wording tweaks from ross l richardson and tb;jmc2020-06-111-6/+6
* document PKCS7_get_signer_info(3)schwarze2020-06-105-8/+75
* describe six more PKCS7 attribute functionsschwarze2020-06-101-14/+208
* When X509_ATTRIBUTE_create() receives an invalid NID (e.g., -1), returnschwarze2020-06-041-12/+4
* minor polishing:schwarze2020-06-041-4/+10
* new manual page PKCS7_add_attribute(3);schwarze2020-06-047-12/+201
* Properly document PKCS7_final(3), which was already mentionedschwarze2020-06-0310-32/+263
* document PKCS7_dataFinal(3);schwarze2020-05-273-3/+162
* Minimally document PKCS7_dataInit(3).schwarze2020-05-244-5/+215
* Briefly mention the obsolete function OPENSSL_init(3).schwarze2020-05-241-7/+23
* new manual page for PKCS7_set_content(3) and PKCS7_content_new(3);schwarze2020-05-204-5/+127
* document PKCS7_set_type(3);schwarze2020-05-163-3/+123
* Void functions obviously do not return values; no need to elaborate.schwarze2020-03-294-23/+8
* Be concise: do not say that void functions return no values, that's obvious.schwarze2020-03-283-22/+6
* Describe the restriction for length of openssl conf value stringinoguchi2020-02-171-2/+4
* tweak previous; ok tbjmc2020-01-261-3/+3
* Document the change in EVP_chacha20(3).tb2020-01-261-3/+5
* The length of the IV of EVP_chacha20 is currently 64 bits, not 96.tb2020-01-221-3/+3
* Fix documented signatures of HMAC(3) and HMAC_Update(3). The n and lentb2019-12-141-4/+4
* Document X509_STORE_CTX_set_flags() which is a handy way to change theclaudio2019-12-051-3/+18
* CMS didn't make the 6.6 release: adjust the text in the HISTORY sectionsschwarze2019-11-0223-69/+69
* .Xr CMS_ContentInfo_new 3schwarze2019-11-021-2/+3
* .Xr BIO_new_CMS 3schwarze2019-11-021-2/+3
* document PEM_read_CMS(3), PEM_read_bio_CMS(3), PEM_write_CMS(3), andschwarze2019-11-021-3/+46
* In Symbols.list rev. 1.91, jsing enabled many CMS functions.schwarze2019-11-021-1/+24
* In evp/pmeth_lib.c rev. 1.16, jsing@ enabled EVP_PKEY_RSA_PSS.schwarze2019-11-011-3/+5
* In rsa.h rev. 1.45, jsing@ providedschwarze2019-11-011-8/+16
* In rsa.h rev. 1.45, jsing@ provided the threeschwarze2019-11-012-6/+64
* move the PSS macros to the end in preparation for adding more macros,schwarze2019-11-011-50/+45
* The EVP_PKEY_CTX_ctrl(3) manual page requires additions for RSA-PSSschwarze2019-11-014-267/+358
* In rsa_pmeth.c rev. 1.30, jsing@ set the minimum RSA key lengthschwarze2019-10-311-2/+3
* In rsa.h rev. 1.41, jsing@ provided RSA_pkey_ctx_ctrl(3).schwarze2019-10-291-1/+26
* merge documentation for several macros EVP_PKEY_CTX_*_rsa_oaep_*(3)schwarze2019-10-291-4/+239
* merge documentation for EVP_PKEY_CTX_set1_id(3), EVP_PKEY_CTX_get1_id(3),schwarze2019-10-291-2/+57
* merge documentation of EVP_PKEY_CTX_set_ec_param_enc(3)schwarze2019-10-291-6/+23
* correct HISTORY of some RSA control macrosschwarze2019-10-291-5/+26
* list supported algorithm ids and clarify how the engine argument is usedschwarze2019-10-291-10/+50
* document EVP_PKEY_CTX_get_signature_md(3);schwarze2019-09-101-4/+17
* Document EVP_PKEY_get0(3), EVP_PKEY_assign_GOST(3), EVP_PKEY_assign(3),schwarze2019-09-012-31/+116
* new manual page AES_encrypt(3)schwarze2019-08-284-5/+181
* document OCSP_parse_url(3)schwarze2019-08-271-6/+75
* document OCSP_cert_status_str(3)schwarze2019-08-271-3/+19
* document OCSP_response_status_str(3)schwarze2019-08-271-4/+19
* document i2a_ASN1_INTEGER(3)schwarze2019-08-261-5/+50
* document ASN1_put_object(3) and ASN1_put_eoc(3)schwarze2019-08-263-3/+186
* document ASN1_OCTET_STRING_cmp(3), ASN1_OCTET_STRING_dup(3), andschwarze2019-08-261-12/+45
* Change generating and checking of primes so that the error rate ofschwarze2019-08-251-8/+20