| Commit message (Expand) | Author | Age | Files | Lines |
* | Use OPENSSL_EC_EXPLICIT_CURVE rather than 0 | tb | 2024-11-22 | 1 | -2/+2 |
* | Garbage collect the now unused totalnum | tb | 2024-11-22 | 1 | -5/+2 |
* | Move wNAF[], wNAF_len[], wsize[] to the stack | tb | 2024-11-22 | 1 | -32/+6 |
* | Change 0 - digit to -digit | tb | 2024-11-22 | 1 | -2/+2 |
* | Rename val_sub[] into row[] and move it to the stack | tb | 2024-11-22 | 1 | -15/+13 |
* | ec_wNAF_mul(): lose two levels of indentation | tb | 2024-11-21 | 1 | -17/+18 |
* | ec_wNAF_mul(): remove r_is_at_infinity silliness | tb | 2024-11-21 | 1 | -25/+20 |
* | ec_lib: zap a useless comment | tb | 2024-11-17 | 1 | -3/+1 |
* | Minor simplifications in ec_cmp() | tb | 2024-11-17 | 1 | -11/+9 |
* | Rewrite EC_GROUP_cmp() | tb | 2024-11-17 | 1 | -51/+75 |
* | Simplify signature of ec_wNAF_mul() | tb | 2024-11-16 | 3 | -56/+30 |
* | Provide a SHA-256 assembly implementation for amd64 using SHA-NI. | jsing | 2024-11-16 | 3 | -2/+220 |
* | Remove sha512-x86_64.pl. | jsing | 2024-11-16 | 1 | -347/+0 |
* | Provide a replacement assembly implementation for SHA-512 on amd64. | jsing | 2024-11-16 | 3 | -6/+336 |
* | Add CPU capability detection for the Intel SHA extensions (aka SHA-NI). | jsing | 2024-11-16 | 2 | -5/+27 |
* | Specify size for K256 symbol. | jsing | 2024-11-16 | 1 | -1/+2 |
* | Merge ec_kmeth into ec_key | tb | 2024-11-16 | 3 | -331/+272 |
* | Shuffle the global default_ec_key_meth down a few lines | tb | 2024-11-16 | 1 | -3/+3 |
* | Move the default EC_KEY_METHOD to the end of the file | tb | 2024-11-16 | 1 | -50/+50 |
* | Use a better curve and a better hash for the ECDSA_do_sign() example | tb | 2024-11-15 | 1 | -9/+9 |
* | ec_mult: fix includes | tb | 2024-11-15 | 1 | -2/+5 |
* | EC_KEY_copy() don't leave stale private keys in place | tb | 2024-11-15 | 1 | -6/+3 |
* | x509_policy.c: point at RFC 9618 | tb | 2024-11-14 | 1 | -3/+3 |
* | eck_prn: some more air to breathe | tb | 2024-11-14 | 1 | -1/+3 |
* | eck_prn: fix includes | tb | 2024-11-14 | 1 | -2/+4 |
* | ec_prn: use pkey rather than pk for an EC_KEY | tb | 2024-11-14 | 1 | -11/+11 |
* | eck_prn: use group rather than x for an EC_GROUP | tb | 2024-11-14 | 1 | -3/+3 |
* | eck_prn: use ec_key rather than x for an EC_KEY | tb | 2024-11-14 | 1 | -9/+9 |
* | eck_prn: consistently use bio for a BIO rather than b and bp randomly | tb | 2024-11-14 | 1 | -43/+43 |
* | eck_prn: sprinkle some empty lines and drop some parens for consistency | tb | 2024-11-14 | 1 | -7/+23 |
* | eck_prn: shuffle printing functions into a better order | tb | 2024-11-14 | 1 | -47/+47 |
* | AES_{decrypt,encrypt}() don't return void internal function | tb | 2024-11-13 | 1 | -3/+3 |
* | The subject of a certificate is not optional | tb | 2024-11-12 | 1 | -2/+2 |
* | Link the new manual page EVP_PKEY_new_CMAC_key(3) to the build | schwarze | 2024-11-12 | 2 | -29/+5 |
* | Document EVP_PKEY_new_CMAC_key(3) in sufficient detail such that readers | schwarze | 2024-11-12 | 1 | -0/+159 |
* | Add comment for crypto_cpu_caps_aarch64. | jsing | 2024-11-12 | 1 | -1/+2 |
* | Use multipliers for stack offsets and tweak comment. | jsing | 2024-11-12 | 1 | -9/+9 |
* | Check the correct variable in cpuid(). | jsing | 2024-11-12 | 2 | -4/+4 |
* | Garbage collect a reference to ecp_mont.c, rewrap comment | tb | 2024-11-12 | 1 | -7/+6 |
* | ecp_methods.c: rewrap some lines | tb | 2024-11-12 | 1 | -25/+25 |
* | Lose the ugly GFp_simple_ and GFp_mont_ infixes | tb | 2024-11-12 | 1 | -127/+117 |
* | Make ec_GFp_simple_* static | tb | 2024-11-12 | 2 | -71/+32 |
* | Merge ecp_mont.c into ecp_methods.c | tb | 2024-11-12 | 3 | -273/+206 |
* | KNF nit for end of comment marker | tb | 2024-11-12 | 1 | -2/+2 |
* | Rename ecp_smpl.c to ecp_methods.c | tb | 2024-11-12 | 2 | -3/+3 |
* | Fix a brainfart that happened to me in 2020: | schwarze | 2024-11-12 | 1 | -9/+7 |
* | Wrap comment badly mistreated by an autoformatter due to missing /*- | tb | 2024-11-10 | 1 | -3/+6 |
* | Garbage collect an unused variable | tb | 2024-11-10 | 1 | -3/+1 |
* | Mention the key lengths of some encryption algorithms. | schwarze | 2024-11-09 | 4 | -21/+47 |
* | Weed out the last remaining refences to the obsolete | schwarze | 2024-11-08 | 4 | -67/+77 |