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