summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
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
2024-11-30Improve ec_points_make_affine()tb1-119/+93
2024-11-30openssl speed: stop trying to use small curvestb1-25/+11
2024-11-30Don't leak the abuf on error in PKCS7_dataFinal()tb1-1/+2
2024-11-29Remove X9.42 DH rudimentstb3-19/+7
2024-11-29Provide an example of signing with HMAC-SHA256 or Ed25519schwarze1-3/+67
2024-11-29Mark six EVP_PKEY control constants as intentionally undocumentedschwarze1-0/+4
2024-11-29Mark nine unused EVP constants as intentionally undocumented.schwarze1-5/+10
2024-11-29Remove weird pad member that was never set to zero after malloc() sotb3-12/+3
2024-11-26Make a comment match reality bettertb1-1/+1
2024-11-25Unify checking for the asn1_flagtb2-4/+4
2024-11-24Fix some inaccuracies and gaps in the paragraph i wrote about CMACschwarze1-18/+47
2024-11-24Disable regression tests for small builtin curvestb4-5/+29
2024-11-24Disable small builtin curvestb1-1/+23
2024-11-23Simplify endian handling in SHA-3.jsing1-26/+5
2024-11-23Further refactoring of the wNAF codetb1-55/+65
2024-11-23Drop bn is zero special casetb1-5/+1