summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
12 daysAES_{decrypt,encrypt}() don't return void internal functionTheo Buehler
13 daysThe subject of a certificate is not optionalTheo Buehler
13 daysUpdate libexpat to version 2.6.4.Alexander Bluhm
13 daysLink the new manual page EVP_PKEY_new_CMAC_key(3) to the buildIngo Schwarze
13 daysDocument EVP_PKEY_new_CMAC_key(3) in sufficient detail such that readersIngo Schwarze
13 daysAdd comment for crypto_cpu_caps_aarch64.Joel Sing
13 daysUse multipliers for stack offsets and tweak comment.Joel Sing
13 daysCheck the correct variable in cpuid().Joel Sing
13 daysGarbage collect a reference to ecp_mont.c, rewrap commentTheo Buehler
13 daysecp_methods.c: rewrap some linesTheo Buehler
13 daysLose the ugly GFp_simple_ and GFp_mont_ infixesTheo Buehler
13 daysMake ec_GFp_simple_* staticTheo Buehler
13 daysMerge ecp_mont.c into ecp_methods.cTheo Buehler
13 daysKNF nit for end of comment markerTheo Buehler
13 daysRename ecp_smpl.c to ecp_methods.cTheo Buehler
14 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-09libz: 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
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
2024-11-08Relocate ECParameters_dup() to ec_asn1Theo Buehler
2024-11-08Replace aarch64 CPU capabilities detection code.Joel Sing
2024-11-08Rename EC_YBIT to EC_POINT_YBITTheo Buehler
2024-11-08Ugh. 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