summaryrefslogtreecommitdiff
path: root/lib/libcrypto
AgeCommit message (Expand)Author
5 daysec_lib: zap a useless commentTheo Buehler
5 daysMinor simplifications in ec_cmp()Theo Buehler
5 daysRewrite EC_GROUP_cmp()Theo Buehler
6 daysSimplify signature of ec_wNAF_mul()Theo Buehler
6 daysProvide a SHA-256 assembly implementation for amd64 using SHA-NI.Joel Sing
6 daysRemove sha512-x86_64.pl.Joel Sing
6 daysProvide a replacement assembly implementation for SHA-512 on amd64.Joel Sing
6 daysAdd CPU capability detection for the Intel SHA extensions (aka SHA-NI).Joel Sing
6 daysSpecify size for K256 symbol.Joel Sing
6 daysMerge ec_kmeth into ec_keyTheo Buehler
6 daysShuffle the global default_ec_key_meth down a few linesTheo Buehler
6 daysMove the default EC_KEY_METHOD to the end of the fileTheo Buehler
7 daysUse a better curve and a better hash for the ECDSA_do_sign() exampleTheo Buehler
7 daysec_mult: fix includesTheo Buehler
7 daysEC_KEY_copy() don't leave stale private keys in placeTheo Buehler
8 daysx509_policy.c: point at RFC 9618Theo Buehler
8 dayseck_prn: some more air to breatheTheo Buehler
8 dayseck_prn: fix includesTheo Buehler
8 daysec_prn: use pkey rather than pk for an EC_KEYTheo Buehler
8 dayseck_prn: use group rather than x for an EC_GROUPTheo Buehler
8 dayseck_prn: use ec_key rather than x for an EC_KEYTheo Buehler
8 dayseck_prn: consistently use bio for a BIO rather than b and bp randomlyTheo Buehler
8 dayseck_prn: sprinkle some empty lines and drop some parens for consistencyTheo Buehler
8 dayseck_prn: shuffle printing functions into a better orderTheo Buehler
9 daysAES_{decrypt,encrypt}() don't return void internal functionTheo Buehler
10 daysLink the new manual page EVP_PKEY_new_CMAC_key(3) to the buildIngo Schwarze
10 daysDocument EVP_PKEY_new_CMAC_key(3) in sufficient detail such that readersIngo Schwarze
10 daysAdd comment for crypto_cpu_caps_aarch64.Joel Sing
10 daysUse multipliers for stack offsets and tweak comment.Joel Sing
10 daysCheck the correct variable in cpuid().Joel Sing
10 daysGarbage collect a reference to ecp_mont.c, rewrap commentTheo Buehler
10 daysecp_methods.c: rewrap some linesTheo Buehler
10 daysLose the ugly GFp_simple_ and GFp_mont_ infixesTheo Buehler
10 daysMake ec_GFp_simple_* staticTheo Buehler
10 daysMerge ecp_mont.c into ecp_methods.cTheo Buehler
10 daysKNF nit for end of comment markerTheo Buehler
10 daysRename ecp_smpl.c to ecp_methods.cTheo Buehler
10 daysFix a brainfart that happened to me in 2020:Ingo Schwarze
12 daysWrap comment badly mistreated by an autoformatter due to missing /*-Theo Buehler
12 daysGarbage collect an unused variableTheo Buehler
13 daysMention the key lengths of some encryption algorithms.Ingo Schwarze
14 daysWeed out the last remaining refences to the obsoleteIngo Schwarze
14 daysClean up EC_KEY_dup()Theo Buehler
14 daysSweep over EC_KEY_copy()Theo Buehler
14 daysClean up EC_KEY_freeTheo Buehler
14 daysClean up EC_KEY_new_by_curve_name()Theo Buehler
14 daysList CMAC_CTX_copy(3) in the SYNOPSIS. It was alreadyIngo Schwarze
14 daysProvide a replacement assembly implementation for SHA-256 on amd64.Joel Sing
14 daysRewrite bn2binpad.Joel Sing
14 daysProvide constant time comparison functions for size_t.Joel Sing