summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2024-11-02Bye bye CRYPTO_THREADIDTheo Buehler
2024-11-02Inline last uses of CRYPTO_THREADID in err/Theo Buehler
2024-11-02sort includesTheo Buehler
2024-11-01More include sweeping in cms.Theo Buehler
2024-11-01Fix includes in cms_env.cTheo Buehler
2024-11-01Drop some pointless parenthesesTheo Buehler
2024-11-01Only include cryptlib.h where it's neededTheo Buehler
2024-11-01Clean up PPC CPU capabilities and Montgomery code.Joel Sing
2024-11-01Update cert.pem, ok sthenTheo Buehler
2024-11-01regen cert.pem after sort order change in format-pem.plTheo Buehler
2024-11-01Don't lowercase cert subjects when sorting; combined with perl foreach overStuart Henderson
2024-11-01KNFTheo Buehler
2024-11-01Move point_conversion_t conversion to API boundaryTheo Buehler