summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
11 daysFix a brainfart that happened to me in 2020:Ingo Schwarze
12 daysWrap comment badly mistreated by an autoformatter due to missing /*-Theo Buehler
13 daysGarbage collect an unused variableTheo Buehler
13 daysMention the key lengths of some encryption algorithms.Ingo Schwarze
13 dayslibz: sync with upstreamTheo Buehler
14 daysWeed out the last remaining refences to the obsoleteIngo Schwarze
14 daysClean up EC_KEY_dup()Theo Buehler
14 daysSweep over EC_KEY_copy()Theo Buehler
14 daysClean up EC_KEY_freeTheo Buehler
14 daysClean 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
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
2024-11-04crypto_local.h is empty, so cryptlib.c doesn't need it right now.Theo Buehler
2024-11-04Rewrite EC_POINT_new() and EC_POINT_dup()Theo Buehler
2024-11-03affine coordinates: the intention was to move the check, not to copy it...Theo Buehler
2024-11-03Move point at infinity check to API boundaryTheo Buehler
2024-11-02d2i_ECPKParameters(): unify return statement with rest of fileTheo Buehler
2024-11-02ec_convert: remove _OCT also from the macro namesTheo Buehler
2024-11-02Fix includes in ec_lib and ecp_smplTheo Buehler
2024-11-02Merge compressed coordinate setting back into ecp_smpl and ec_libTheo Buehler
2024-11-02Assert assumption on CRYPTO_THREADIDTheo Buehler
2024-11-02Rewrite/clean up ec_GFp_simple_set_compressed_coordinates()Theo Buehler