| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Clean up EC_KEY_dup() | tb | 2024-11-08 | 1 | -10/+15 |
* | Sweep over EC_KEY_copy() | tb | 2024-11-08 | 1 | -32/+28 |
* | Clean up EC_KEY_free | tb | 2024-11-08 | 1 | -14/+11 |
* | Clean up EC_KEY_new_by_curve_name() | tb | 2024-11-08 | 1 | -14/+20 |
* | List CMAC_CTX_copy(3) in the SYNOPSIS. It was already | schwarze | 2024-11-08 | 1 | -2/+7 |
* | Provide a replacement assembly implementation for SHA-256 on amd64. | jsing | 2024-11-08 | 3 | -6/+330 |
* | Rewrite bn2binpad. | jsing | 2024-11-08 | 1 | -58/+44 |
* | Add regress coverage for the size_t constant time comparisions. | jsing | 2024-11-08 | 1 | -26/+120 |
* | Provide constant time comparison functions for size_t. | jsing | 2024-11-08 | 1 | -1/+69 |
* | Relocate ECParameters_dup() to ec_asn1 | tb | 2024-11-08 | 2 | -24/+24 |
* | Replace aarch64 CPU capabilities detection code. | jsing | 2024-11-08 | 6 | -261/+114 |
* | ec_asn1_test: remove extra parens | tb | 2024-11-08 | 1 | -4/+4 |
* | Rename EC_YBIT to EC_POINT_YBIT | tb | 2024-11-08 | 1 | -6/+6 |
* | Ugh. Don't return the group after freeing it | tb | 2024-11-08 | 1 | -2/+2 |
* | document EVP_PKEY_CTRL_SET_MAC_KEY for CMAC | schwarze | 2024-11-07 | 1 | -2/+16 |
* | document EVP_PKEY_CTRL_CIPHER, providing a bit of context | schwarze | 2024-11-06 | 1 | -2/+33 |
* | About a year ago, the obsolete function EVP_Cipher(3) was moved out of | schwarze | 2024-11-06 | 1 | -5/+5 |
* | EC_GROUP_set_seed(): flip order of seed and len null checks | tb | 2024-11-06 | 1 | -2/+2 |
* | Treat the curls in EC_GROUP_dup() with a flatiron | tb | 2024-11-06 | 1 | -9/+17 |
* | Clean up EC_GROUP_copy() | tb | 2024-11-06 | 1 | -27/+15 |
* | Switch EC_GROUP_new() to calloc() | tb | 2024-11-06 | 1 | -21/+20 |
* | Toss tedu's cleanse into crypto_memory.c | tb | 2024-11-06 | 2 | -9/+9 |
* | add an empty line between license and #include lines | tb | 2024-11-06 | 1 | -1/+2 |
* | Rename malloc-wrapper.c to crypto_memory.c | tb | 2024-11-06 | 2 | -3/+3 |
* | bn_convert: avoid a zero-sized allocation | tb | 2024-11-05 | 1 | -2/+2 |
* | Rename cpt_err.c into crypto_err.c | tb | 2024-11-05 | 2 | -3/+3 |
* | Relocate FIPS stubs to crpyto_legacy.c | tb | 2024-11-05 | 3 | -80/+20 |
* | CRYPTO_mem_ctrl() is also relocated to crypto_legacy.c | tb | 2024-11-05 | 3 | -122/+9 |