summaryrefslogtreecommitdiff
path: root/src/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Check the correct variable in cpuid().jsing2024-11-122-4/+4
* Garbage collect a reference to ecp_mont.c, rewrap commenttb2024-11-121-7/+6
* ecp_methods.c: rewrap some linestb2024-11-121-25/+25
* Lose the ugly GFp_simple_ and GFp_mont_ infixestb2024-11-121-127/+117
* Make ec_GFp_simple_* statictb2024-11-122-71/+32
* Merge ecp_mont.c into ecp_methods.ctb2024-11-123-273/+206
* KNF nit for end of comment markertb2024-11-121-2/+2
* Rename ecp_smpl.c to ecp_methods.ctb2024-11-122-3/+3
* Fix a brainfart that happened to me in 2020:schwarze2024-11-121-9/+7
* Wrap comment badly mistreated by an autoformatter due to missing /*-tb2024-11-101-3/+6
* Garbage collect an unused variabletb2024-11-101-3/+1
* Mention the key lengths of some encryption algorithms.schwarze2024-11-094-21/+47
* Weed out the last remaining refences to the obsoleteschwarze2024-11-084-67/+77
* Clean up EC_KEY_dup()tb2024-11-081-10/+15
* Sweep over EC_KEY_copy()tb2024-11-081-32/+28
* Clean up EC_KEY_freetb2024-11-081-14/+11
* Clean up EC_KEY_new_by_curve_name()tb2024-11-081-14/+20
* List CMAC_CTX_copy(3) in the SYNOPSIS. It was alreadyschwarze2024-11-081-2/+7
* Provide a replacement assembly implementation for SHA-256 on amd64.jsing2024-11-083-6/+330
* Rewrite bn2binpad.jsing2024-11-081-58/+44
* Provide constant time comparison functions for size_t.jsing2024-11-081-1/+69
* Relocate ECParameters_dup() to ec_asn1tb2024-11-082-24/+24
* Replace aarch64 CPU capabilities detection code.jsing2024-11-086-261/+114
* 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
* 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_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
* 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
* d2i_ECPKParameters(): unify return statement with rest of filetb2024-11-021-2/+3