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