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