summaryrefslogtreecommitdiff
path: root/lib/libcrypto/ec
AgeCommit message (Expand)Author
30 hoursUnify checking for the asn1_flagTheo Buehler
2 daysDisable small builtin curvesTheo Buehler
3 daysFurther refactoring of the wNAF codeTheo Buehler
3 daysDrop bn is zero special caseTheo Buehler
3 daysFurther simplify after dropping wNAF modificationTheo Buehler
3 daysDitch the wNAF modificationTheo Buehler
4 daysComment tweak from jsing with another tweak by meTheo Buehler
4 daysStop using BIGNUM internals, add some clarifying commentsTheo Buehler
4 daysRewrite the crazy while loop into a for loopTheo Buehler
4 daysFirst pass over compute_wNAF()Theo Buehler
4 daysSwap the order of m and n in ec_wNAF_precompute()Theo Buehler
4 daysSplit two helpers out of ec_wNAF_mul()Theo Buehler
4 daysRename curve_name into nidTheo Buehler
4 daysUse OPENSSL_EC_EXPLICIT_CURVE rather than 0Theo Buehler
5 daysGarbage collect the now unused totalnumTheo Buehler
5 daysMove wNAF[], wNAF_len[], wsize[] to the stackTheo Buehler
5 daysChange 0 - digit to -digitTheo Buehler
5 daysRename val_sub[] into row[] and move it to the stackTheo Buehler
5 daysec_wNAF_mul(): lose two levels of indentationTheo Buehler
5 daysec_wNAF_mul(): remove r_is_at_infinity sillinessTheo Buehler
9 daysec_lib: zap a useless commentTheo Buehler
9 daysMinor simplifications in ec_cmp()Theo Buehler
9 daysRewrite EC_GROUP_cmp()Theo Buehler
10 daysSimplify signature of ec_wNAF_mul()Theo Buehler
10 daysMerge ec_kmeth into ec_keyTheo Buehler
10 daysShuffle the global default_ec_key_meth down a few linesTheo Buehler
10 daysMove the default EC_KEY_METHOD to the end of the fileTheo Buehler
11 daysec_mult: fix includesTheo Buehler
11 daysEC_KEY_copy() don't leave stale private keys in placeTheo Buehler
12 dayseck_prn: some more air to breatheTheo Buehler
12 dayseck_prn: fix includesTheo Buehler
12 daysec_prn: use pkey rather than pk for an EC_KEYTheo Buehler
12 dayseck_prn: use group rather than x for an EC_GROUPTheo Buehler
12 dayseck_prn: use ec_key rather than x for an EC_KEYTheo Buehler
12 dayseck_prn: consistently use bio for a BIO rather than b and bp randomlyTheo Buehler
12 dayseck_prn: sprinkle some empty lines and drop some parens for consistencyTheo Buehler
12 dayseck_prn: shuffle printing functions into a better orderTheo Buehler
2024-11-12Garbage collect a reference to ecp_mont.c, rewrap commentTheo Buehler
2024-11-12ecp_methods.c: rewrap some linesTheo Buehler
2024-11-12Lose the ugly GFp_simple_ and GFp_mont_ infixesTheo Buehler
2024-11-12Make ec_GFp_simple_* staticTheo Buehler
2024-11-12Merge ecp_mont.c into ecp_methods.cTheo Buehler
2024-11-12KNF nit for end of comment markerTheo Buehler
2024-11-12Rename ecp_smpl.c to ecp_methods.cTheo Buehler
2024-11-10Wrap comment badly mistreated by an autoformatter due to missing /*-Theo Buehler
2024-11-10Garbage collect an unused variableTheo Buehler
2024-11-08Clean up EC_KEY_dup()Theo Buehler
2024-11-08Sweep over EC_KEY_copy()Theo Buehler
2024-11-08Clean up EC_KEY_freeTheo Buehler
2024-11-08Clean up EC_KEY_new_by_curve_name()Theo Buehler