summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* X509_NAME_print_ex.3: move s to the proper placetb2025-03-091-2/+2
* Remove mention of X509_NAME_print(3) in the docstb2025-03-093-46/+13
* Adjust signature of CRYPTO_set_mem_functions and remove _get_ docstb2025-03-081-23/+5
* Rename CRYPTO_get_mem_functions.3 to CRYPTO_set_mem_functions.3tb2025-03-082-4/+4
* Remove EC_POINT_method_of() docstb2025-03-081-19/+1
* Remove X509_OBJECT_free_contets() docstb2025-03-081-20/+3
* Remove X509_OBJECT_up_ref_count() documentationtb2025-03-081-23/+2
* Remove EC_PIONT_{get,set}_Jprojective_coordinates_GFp docstb2025-03-081-53/+1
* Remove EC_POINTs_{make_affine,mul}() docstb2025-03-081-67/+2
* Remove EC_GROUP_{,have_}precompute_mult() docstb2025-03-081-31/+4
* Remove EC_GROUP_method_of() docstb2025-03-081-20/+1
* Remove EC_GFp_* and EC_METHOD_get_field_type docstb2025-03-087-156/+12
* X509_NAME_print() also fails to indenttb2025-01-081-5/+6
* X509_NAME_print: remove lie about multiple lines being usedtb2025-01-071-4/+2
* Remove most of the RSA_FLAG_SIGN_VER documentationtb2025-01-052-33/+6
* NID_sxnet and NID_proxyCertInfo are no longer supportedtb2024-12-311-7/+2
* Prefer the constants EVP_CTRL_AEAD_* over EVP_CTRL_CCM_* and EVP_CTRL_GCM_*schwarze2024-12-292-12/+110
* Document X509V3_ADD_OP_MASK and clarify the description of the flags argument.schwarze2024-12-281-5/+31
* Document X509_supported_extension(3).schwarze2024-12-281-6/+28
* Document X509V3_EXT_print_fp(3).schwarze2024-12-281-28/+67
* new manual page a2i_ipadd(3) written from scratchschwarze2024-12-276-11/+157
* new manual page v2i_ASN1_BIT_STRING(3) written from scratchschwarze2024-12-246-11/+141
* ealier -> earlierjsg2024-12-231-4/+4
* new manual page X509V3_parse_list(3) written from scratchschwarze2024-12-232-1/+102
* Tweak previous wording a bit to avoid suggesting all built-in nidstb2024-12-231-2/+2
* more precision below CAVEATSschwarze2024-12-231-3/+5
* Make the description of i2s_ASN1_ENUMERATED_TABLE(3) more precise,schwarze2024-12-231-9/+12
* mark six #define'd constants as intentionally undocumentedschwarze2024-12-221-2/+7
* Add an EXAMPLES section.schwarze2024-12-211-2/+129
* Move the horrific EVP_aes_128_ccm(3) API out of the important,schwarze2024-12-204-75/+357
* kength -> lengthjsg2024-12-181-3/+3
* New manual page EVP_aes_128_gcm(3).schwarze2024-12-174-75/+260
* Improve a rather misleading sentence about EVP_PKEY_new_mac_key(3).schwarze2024-12-101-4/+8
* Add a paragraph about HMAC because that algorithm also involvesschwarze2024-12-101-3/+15
* insert a forgotten .Dv macroschwarze2024-12-091-3/+3
* Mark the constants EVP_PK_*, EVP_PKS_*, and EVP_PKT_* as intentionallyschwarze2024-12-091-2/+7
* Move the algorithm-specific functions EVP_rc2_*(3) out of EVP_EncryptInit(3)schwarze2024-12-084-55/+214
* Document the low-level rc2.h API.schwarze2024-12-072-2/+198
* Adjust the return type and value of EVP_MD_CTX_init(3)schwarze2024-12-062-7/+12
* Delete the manual pages EVP_PKEY_meth_new(3) and EVP_PKEY_meth_get0_info(3)schwarze2024-12-0618-776/+60
* Delete the manual page EVP_PKEY_check(3).schwarze2024-12-065-158/+5
* Delete the manual page EVP_PKEY_asn1_new(3).schwarze2024-12-0614-566/+30
* Explain what "EVP" is supposed to mean.schwarze2024-12-061-2/+16
* document the #define'd constant PKCS5_SALT_LENschwarze2024-12-051-4/+6
* drop comments asking for documentation of three ASN1_PKEY_CTRL_CMS_*schwarze2024-12-051-5/+2
* Meant to split the sentence in twotb2024-11-301-3/+3
* Be a bit more precise on the error conditions of CMS_get1_{certs,crls}()tb2024-11-301-3/+4
* Explain how to free the stack returned by CMS_get1_{certs,crls}()tb2024-11-301-2/+9
* Provide an example of signing with HMAC-SHA256 or Ed25519schwarze2024-11-291-3/+67
* Fix some inaccuracies and gaps in the paragraph i wrote about CMACschwarze2024-11-241-18/+47