summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use OPENSSL_EC_EXPLICIT_CURVE rather than 0tb2024-11-221-2/+2
* Garbage collect the now unused totalnumtb2024-11-221-5/+2
* Move wNAF[], wNAF_len[], wsize[] to the stacktb2024-11-221-32/+6
* Change 0 - digit to -digittb2024-11-221-2/+2
* Rename val_sub[] into row[] and move it to the stacktb2024-11-221-15/+13
* ec_wNAF_mul(): lose two levels of indentationtb2024-11-211-17/+18
* ec_wNAF_mul(): remove r_is_at_infinity sillinesstb2024-11-211-25/+20
* ec_lib: zap a useless commenttb2024-11-171-3/+1
* Minor simplifications in ec_cmp()tb2024-11-171-11/+9
* Rewrite EC_GROUP_cmp()tb2024-11-171-51/+75
* Simplify signature of ec_wNAF_mul()tb2024-11-163-56/+30
* Provide a SHA-256 assembly implementation for amd64 using SHA-NI.jsing2024-11-163-2/+220
* Remove sha512-x86_64.pl.jsing2024-11-161-347/+0
* Provide a replacement assembly implementation for SHA-512 on amd64.jsing2024-11-163-6/+336
* Add CPU capability detection for the Intel SHA extensions (aka SHA-NI).jsing2024-11-162-5/+27
* Specify size for K256 symbol.jsing2024-11-161-1/+2
* Merge ec_kmeth into ec_keytb2024-11-163-331/+272
* Shuffle the global default_ec_key_meth down a few linestb2024-11-161-3/+3
* Move the default EC_KEY_METHOD to the end of the filetb2024-11-161-50/+50
* Use a better curve and a better hash for the ECDSA_do_sign() exampletb2024-11-151-9/+9
* ec_mult: fix includestb2024-11-151-2/+5
* EC_KEY_copy() don't leave stale private keys in placetb2024-11-151-6/+3
* x509_policy.c: point at RFC 9618tb2024-11-141-3/+3
* eck_prn: some more air to breathetb2024-11-141-1/+3
* eck_prn: fix includestb2024-11-141-2/+4
* ec_prn: use pkey rather than pk for an EC_KEYtb2024-11-141-11/+11
* eck_prn: use group rather than x for an EC_GROUPtb2024-11-141-3/+3
* eck_prn: use ec_key rather than x for an EC_KEYtb2024-11-141-9/+9
* eck_prn: consistently use bio for a BIO rather than b and bp randomlytb2024-11-141-43/+43
* eck_prn: sprinkle some empty lines and drop some parens for consistencytb2024-11-141-7/+23
* eck_prn: shuffle printing functions into a better ordertb2024-11-141-47/+47
* AES_{decrypt,encrypt}() don't return void internal functiontb2024-11-131-3/+3
* The subject of a certificate is not optionaltb2024-11-121-2/+2
* Link the new manual page EVP_PKEY_new_CMAC_key(3) to the buildschwarze2024-11-122-29/+5
* Document EVP_PKEY_new_CMAC_key(3) in sufficient detail such that readersschwarze2024-11-121-0/+159
* Add comment for crypto_cpu_caps_aarch64.jsing2024-11-121-1/+2
* Use multipliers for stack offsets and tweak comment.jsing2024-11-121-9/+9
* 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