summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509 (unfollow)
Commit message (Expand)AuthorFilesLines
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
2024-11-23Further simplify after dropping wNAF modificationtb1-23/+13
2024-11-23Ditch the wNAF modificationtb1-10/+5
2024-11-22Comment tweak from jsing with another tweak by metb1-2/+2
2024-11-22Stop using BIGNUM internals, add some clarifying commentstb1-4/+23
2024-11-22Rewrite the crazy while loop into a for looptb1-5/+5
2024-11-22First pass over compute_wNAF()tb1-145/+80
2024-11-22Swap the order of m and n in ec_wNAF_precompute()tb1-10/+10
2024-11-22Split two helpers out of ec_wNAF_mul()tb1-92/+119
2024-11-22Rename curve_name into nidtb2-6/+6
2024-11-22Use OPENSSL_EC_EXPLICIT_CURVE rather than 0tb1-2/+2