summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bring the DESCRIPTION a bit closer to reality, in particular stopschwarze2025-06-121-7/+31
* EC_GROUP_check: rephrase a sentence so it's a bit less awkwardtb2025-06-111-5/+7
* The functions SMIME_read_ASN1(3) and SMIME_write_ASN1(3)schwarze2025-06-113-290/+1
* Since the function SMIME_write_ASN1(3) is no longer public, move theschwarze2025-06-112-63/+181
* Lie less below RETURN VALUES, add a related BUGS entry,schwarze2025-06-112-10/+24
* SMIME_read_ASN1(3) and SMIME_write_ASN1(3) are no longer public,schwarze2025-06-114-12/+18
* SMIME_read_ASN1(3) is no longer public,schwarze2025-06-112-6/+12
* Retire the manual pages OPENSSL_load_builtin_modules(3) and OBJ_NAME_add(3)schwarze2025-06-097-456/+25
* EVP_cleanup(3) is no longer relevant here since it no longer has any effect.schwarze2025-06-091-3/+2
* mention that SSL_load_error_strings(3) lives in libssl;schwarze2025-06-081-1/+3
* .Lb libcrypto ; OK tb@schwarze2025-06-08411-822/+1233
* remove some "intentionally undocumented" comments regarding stuffschwarze2025-06-089-37/+27
* add the missing .In line and add .Lb libcrypto ; OK tb@schwarze2025-06-082-4/+8
* EC_POINT_new: wording tweaks in the BUGS sectiontb2025-05-181-6/+6
* Garbage collect docs of BIO_dump{,_indent}_{cb,fp}()tb2025-05-091-35/+3
* Fix up two markup mistakes with .Fn and .Xrtb2025-05-041-4/+4
* More space around .Dl + a typo on toptb2025-05-012-5/+11
* EC_GROUP_check.3: rephrase a sentence to avoid a word repetitiontb2025-04-281-4/+4
* EC_GROUP_new_by_curve_name.3: escape a - in code.tb2025-04-281-3/+3
* EC_POINT_point2oct: remove in_ prefix in RETURN VALUEStb2025-04-261-5/+5
* EC_GROUP_new_curve_GFp: some fixes in the RETURN VALUE sectiontb2025-04-261-9/+12
* Fix markup for EC_GROUP_set_point_conversion_formtb2025-04-261-4/+5
* Fix up a few dangling referencestb2025-04-254-13/+12
* Rework EC documentationtb2025-04-2513-1242/+1998
* BN_new: zap an anachronistic admonitiontb2025-04-251-4/+2
* Use hyphenated spelling for the SHAs except for the APItb2025-04-1712-41/+42
* Fix RETURN VALUES for EVP_CIPHER_CTX_ctrl(3)tb2025-03-251-9/+4
* Rename a bunch of confusingly named variablestb2025-03-151-6/+6
* const correct d2i_* prototypestb2025-03-144-13/+13
* X509_NAME_print_ex: zap stray commatb2025-03-091-2/+2
* Fix documented signature of UI_OpenSSL()tb2025-03-091-3/+3
* Fix documented signature of BN_MONT_CTX_copy()tb2025-03-091-3/+3
* 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