summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
13 daysProvide a replacement assembly implementation for SHA-256 on amd64.Joel Sing
13 daysRewrite bn2binpad.Joel Sing
13 daysProvide constant time comparison functions for size_t.Joel Sing
13 daysRelocate ECParameters_dup() to ec_asn1Theo Buehler
13 daysReplace aarch64 CPU capabilities detection code.Joel Sing
14 daysRename EC_YBIT to EC_POINT_YBITTheo Buehler
14 daysUgh. Don't return the group after freeing itTheo Buehler
2024-11-07document EVP_PKEY_CTRL_SET_MAC_KEY for CMACIngo Schwarze
2024-11-06document EVP_PKEY_CTRL_CIPHER, providing a bit of contextIngo Schwarze
2024-11-06About a year ago, the obsolete function EVP_Cipher(3) was moved out ofIngo Schwarze
2024-11-06EC_GROUP_set_seed(): flip order of seed and len null checksTheo Buehler
2024-11-06Treat the curls in EC_GROUP_dup() with a flatironTheo Buehler
2024-11-06Clean up EC_GROUP_copy()Theo Buehler
2024-11-06Switch EC_GROUP_new() to calloc()Theo Buehler
2024-11-06Toss tedu's cleanse into crypto_memory.cTheo Buehler
2024-11-06add an empty line between license and #include linesTheo Buehler
2024-11-06Rename malloc-wrapper.c to crypto_memory.cTheo Buehler
2024-11-05Rename cpt_err.c into crypto_err.cTheo Buehler
2024-11-05Relocate FIPS stubs to crpyto_legacy.cTheo Buehler
2024-11-05CRYPTO_mem_ctrl() is also relocated to crypto_legacy.cTheo Buehler
2024-11-05Move OPENSSL_cleanse() to crypto_legacy()Theo Buehler
2024-11-05Fold cversion.c into crypto_legacy.cTheo Buehler
2024-11-05Rename cryptlib.c into crypto_legacy.cTheo Buehler
2024-11-05crypto_local.h: add comment to #endifTheo Buehler
2024-11-05Move cryptlib.h to crypto_local.hTheo Buehler
2024-11-05EC_POINT_is_at_infinity() returns a booleanTheo Buehler
2024-11-05cryptlib.h: adjust header guard for upcoming surgeryTheo Buehler
2024-11-04Ignore extra groups that don't fit in the buffer passed to getgrouplist(3)Jeremie Courreges-Anglas
2024-11-04getgrouplist(3): always return the total number of groups foundJeremie Courreges-Anglas