summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Replace aarch64 CPU capabilities detection code.jsing2024-11-086-261/+114
* ec_asn1_test: remove extra parenstb2024-11-081-4/+4
* Rename EC_YBIT to EC_POINT_YBITtb2024-11-081-6/+6
* Ugh. Don't return the group after freeing ittb2024-11-081-2/+2
* document EVP_PKEY_CTRL_SET_MAC_KEY for CMACschwarze2024-11-071-2/+16
* document EVP_PKEY_CTRL_CIPHER, providing a bit of contextschwarze2024-11-061-2/+33
* About a year ago, the obsolete function EVP_Cipher(3) was moved out ofschwarze2024-11-061-5/+5
* EC_GROUP_set_seed(): flip order of seed and len null checkstb2024-11-061-2/+2
* Treat the curls in EC_GROUP_dup() with a flatirontb2024-11-061-9/+17
* Clean up EC_GROUP_copy()tb2024-11-061-27/+15
* Switch EC_GROUP_new() to calloc()tb2024-11-061-21/+20
* Toss tedu's cleanse into crypto_memory.ctb2024-11-062-9/+9
* add an empty line between license and #include linestb2024-11-061-1/+2
* Rename malloc-wrapper.c to crypto_memory.ctb2024-11-062-3/+3
* bn_convert: avoid a zero-sized allocationtb2024-11-051-2/+2
* Rename cpt_err.c into crypto_err.ctb2024-11-052-3/+3
* Relocate FIPS stubs to crpyto_legacy.ctb2024-11-053-80/+20
* CRYPTO_mem_ctrl() is also relocated to crypto_legacy.ctb2024-11-053-122/+9
* Move OPENSSL_cleanse() to crypto_legacy()tb2024-11-053-15/+9
* Fold cversion.c into crypto_legacy.ctb2024-11-053-119/+57
* Rename cryptlib.c into crypto_legacy.ctb2024-11-052-3/+3
* crypto_local.h: add comment to #endiftb2024-11-051-2/+2
* Move cryptlib.h to crypto_local.htb2024-11-056-158/+28
* ec_asn1_test: remove debug leftover that broke the build on Windowstb2024-11-051-3/+1
* EC_POINT_is_at_infinity() returns a booleantb2024-11-053-15/+15
* cryptlib.h: adjust header guard for upcoming surgerytb2024-11-0514-16/+16
* crypto_local.h is empty, so cryptlib.c doesn't need it right now.tb2024-11-041-2/+1
* Rewrite EC_POINT_new() and EC_POINT_dup()tb2024-11-041-27/+34
* ec tests: allow linking against eopenssltb2024-11-042-3/+16
* affine coordinates: the intention was to move the check, not to copy it...tb2024-11-031-6/+1
* Move point at infinity check to API boundarytb2024-11-031-2/+7
* Add regress coverage for BN_bn2binpad() and BN_bn2lebinpad().jsing2024-11-031-3/+137
* Add some additional BN conversion test cases.jsing2024-11-031-3/+21
* d2i_ECPKParameters(): unify return statement with rest of filetb2024-11-021-2/+3
* netcat: drop caddr_t cast. It's not needed and not portable.tb2024-11-021-2/+2
* ec_convert: remove _OCT also from the macro namestb2024-11-021-24/+24
* Fix includes in ec_lib and ecp_smpltb2024-11-022-2/+11
* Merge compressed coordinate setting back into ecp_smpl and ec_libtb2024-11-025-286/+140
* ec_asn1_test: I somehow managed to commit the version without freezero...tb2024-11-021-3/+4
* Assert assumption on CRYPTO_THREADIDtb2024-11-021-1/+2
* Rewrite/clean up ec_GFp_simple_set_compressed_coordinates()tb2024-11-021-62/+48
* Bye bye CRYPTO_THREADIDtb2024-11-022-37/+2
* Inline last uses of CRYPTO_THREADID in err/tb2024-11-022-19/+10
* sort includestb2024-11-021-2/+2
* More include sweeping in cms.tb2024-11-013-17/+26
* Fix includes in cms_env.ctb2024-11-011-9/+10
* Drop some pointless parenthesestb2024-11-012-9/+9
* Only include cryptlib.h where it's neededtb2024-11-015-25/+31
* ec_asn1_test: set compressed coordinates for the "simple" generatortb2024-11-011-3/+3
* Also exercise the "simple" version of the builtin curves, not only "mont"tb2024-11-011-27/+124