summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2024-12-11Drop a pair of useless parenthesestb1-2/+2
2024-12-10Improve a rather misleading sentence about EVP_PKEY_new_mac_key(3).schwarze1-4/+8
2024-12-10Add a paragraph about HMAC because that algorithm also involvesschwarze1-3/+15
2024-12-10Add regress coverage for tls_peer_cert_common_name()tb2-0/+17
2024-12-10Document tls_peer_cert_common_name()tb1-2/+13
2024-12-10bump minor after symbol additiontb1-1/+1
2024-12-10expose tls_peer_cert_common_name()tb1-0/+1
2024-12-10Provide tls_peer_cert_common_name()tb5-24/+105
2024-12-09Mark four "struct *_st" types declared in evp.h as intentionally undocumentedschwarze1-0/+2
2024-12-09Mark four EVP_PKEY_GOST* constants as intentionally undocumentedschwarze1-0/+2
2024-12-09Mark two symbols as intentionally undocumentedschwarze1-1/+3
2024-12-09insert a forgotten .Dv macroschwarze1-3/+3
2024-12-09Mark four EVP control constants as intentionally undocumentedschwarze1-2/+3
2024-12-09Mark the constants EVP_PK_*, EVP_PKS_*, and EVP_PKT_* as intentionallyschwarze1-2/+7
2024-12-09Mark EVP_CTRL constants for RC5 as intentionally undocumentedschwarze1-0/+1
2024-12-08Move the algorithm-specific functions EVP_rc2_*(3) out of EVP_EncryptInit(3)schwarze4-55/+214
2024-12-07Document the low-level rc2.h API.schwarze2-2/+198
2024-12-07ec_mult: forgot to make one helper statictb1-2/+2
2024-12-07Move initialization of sign out of the middle of bits handlingtb1-3/+3
2024-12-06Rename ec_wNAF_mul() to ec_wnaf_mul()tb3-7/+7
2024-12-06ec_mult: manage wNAF data in a structtb1-86/+131
2024-12-06Adjust the return type and value of EVP_MD_CTX_init(3)schwarze2-7/+12
2024-12-06Delete the manual pages EVP_PKEY_meth_new(3) and EVP_PKEY_meth_get0_info(3)schwarze18-776/+60
2024-12-06Delete the manual page EVP_PKEY_check(3).schwarze5-158/+5
2024-12-06Delete the manual page EVP_PKEY_asn1_new(3).schwarze14-566/+30
2024-12-06Provide a SHA-1 assembly implementation for amd64 using SHA-NI.jsing3-2/+179
2024-12-06Explain what "EVP" is supposed to mean.schwarze1-2/+16
2024-12-06Fix previous and thus regress failures reported by antontb1-2/+3
2024-12-06ec_asn1: update a comment to match realitytb1-2/+2
2024-12-06Set nid on group decoded from EC parameterstb3-7/+14
2024-12-05Zap a trailing spacetb2-4/+4
2024-12-05Make the DSS_prime_checks macro internaltb2-11/+12
2024-12-05Remove the undocumented DSA_is_prime() macrotb1-3/+1
2024-12-05document the #define'd constant PKCS5_SALT_LENschwarze1-4/+6
2024-12-05drop comments asking for documentation of three ASN1_PKEY_CTRL_CMS_*schwarze1-5/+2
2024-12-05Mark three EVP_PKEY control constants for CMS as intentionally undocumentedschwarze1-0/+2
2024-12-05mark three more EVP_PKEY control constants as intentionally undocumentedschwarze1-0/+3
2024-12-05ignore DECLARE_PKCS12_STACK_OF such that pkcs12.h can be parsedschwarze1-0/+1
2024-12-05Apply a little bit of lipstick to PKCS7tb1-3/+7
2024-12-04Use ASIdentifiers rather than struct ASIdentifiers_sttb1-2/+2
2024-12-04Another now unused perlasm script can bite the dust.jsing1-1267/+0
2024-12-04Provide a replacement assembly implementation for SHA-1 on amd64.jsing3-2/+345
2024-12-04Annotate WTLS7 as being wrongtb1-1/+2
2024-12-04Fix up authority and subject key identifiers in force pubkey modetb1-8/+133
2024-12-04Fix debug output for http headerstb1-5/+4
2024-11-30Meant to split the sentence in twotb1-3/+3
2024-11-30Be a bit more precise on the error conditions of CMS_get1_{certs,crls}()tb1-3/+4
2024-11-30Explain how to free the stack returned by CMS_get1_{certs,crls}()tb1-2/+9
2024-11-30Inline trivial EC point methodstb3-95/+23
2024-11-30Get BNs Z coordinates from the BN_CTXtb1-8/+3