| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Move OPENSSL_cleanse() to crypto_legacy() | tb | 2024-11-05 | 3 | -15/+9 |
* | Fold cversion.c into crypto_legacy.c | tb | 2024-11-05 | 3 | -119/+57 |
* | Rename cryptlib.c into crypto_legacy.c | tb | 2024-11-05 | 2 | -3/+3 |
* | crypto_local.h: add comment to #endif | tb | 2024-11-05 | 1 | -2/+2 |
* | Move cryptlib.h to crypto_local.h | tb | 2024-11-05 | 6 | -158/+28 |
* | ec_asn1_test: remove debug leftover that broke the build on Windows | tb | 2024-11-05 | 1 | -3/+1 |
* | EC_POINT_is_at_infinity() returns a boolean | tb | 2024-11-05 | 3 | -15/+15 |
* | cryptlib.h: adjust header guard for upcoming surgery | tb | 2024-11-05 | 14 | -16/+16 |
* | crypto_local.h is empty, so cryptlib.c doesn't need it right now. | tb | 2024-11-04 | 1 | -2/+1 |
* | Rewrite EC_POINT_new() and EC_POINT_dup() | tb | 2024-11-04 | 1 | -27/+34 |
* | ec tests: allow linking against eopenssl | tb | 2024-11-04 | 2 | -3/+16 |
* | affine coordinates: the intention was to move the check, not to copy it... | tb | 2024-11-03 | 1 | -6/+1 |
* | Move point at infinity check to API boundary | tb | 2024-11-03 | 1 | -2/+7 |
* | Add regress coverage for BN_bn2binpad() and BN_bn2lebinpad(). | jsing | 2024-11-03 | 1 | -3/+137 |
* | Add some additional BN conversion test cases. | jsing | 2024-11-03 | 1 | -3/+21 |
* | d2i_ECPKParameters(): unify return statement with rest of file | tb | 2024-11-02 | 1 | -2/+3 |
* | netcat: drop caddr_t cast. It's not needed and not portable. | tb | 2024-11-02 | 1 | -2/+2 |
* | ec_convert: remove _OCT also from the macro names | tb | 2024-11-02 | 1 | -24/+24 |
* | Fix includes in ec_lib and ecp_smpl | tb | 2024-11-02 | 2 | -2/+11 |
* | Merge compressed coordinate setting back into ecp_smpl and ec_lib | tb | 2024-11-02 | 5 | -286/+140 |
* | ec_asn1_test: I somehow managed to commit the version without freezero... | tb | 2024-11-02 | 1 | -3/+4 |
* | Assert assumption on CRYPTO_THREADID | tb | 2024-11-02 | 1 | -1/+2 |
* | Rewrite/clean up ec_GFp_simple_set_compressed_coordinates() | tb | 2024-11-02 | 1 | -62/+48 |
* | Bye bye CRYPTO_THREADID | tb | 2024-11-02 | 2 | -37/+2 |
* | Inline last uses of CRYPTO_THREADID in err/ | tb | 2024-11-02 | 2 | -19/+10 |
* | sort includes | tb | 2024-11-02 | 1 | -2/+2 |
* | More include sweeping in cms. | tb | 2024-11-01 | 3 | -17/+26 |
* | Fix includes in cms_env.c | tb | 2024-11-01 | 1 | -9/+10 |
* | Drop some pointless parentheses | tb | 2024-11-01 | 2 | -9/+9 |
* | Only include cryptlib.h where it's needed | tb | 2024-11-01 | 5 | -25/+31 |
* | ec_asn1_test: set compressed coordinates for the "simple" generator | tb | 2024-11-01 | 1 | -3/+3 |
* | Also exercise the "simple" version of the builtin curves, not only "mont" | tb | 2024-11-01 | 1 | -27/+124 |
* | Clean up PPC CPU capabilities and Montgomery code. | jsing | 2024-11-01 | 5 | -1122/+6 |
* | Update cert.pem, ok sthen | tb | 2024-11-01 | 1 | -59/+592 |
* | regen cert.pem after sort order change in format-pem.pl | tb | 2024-11-01 | 1 | -953/+953 |
* | Don't lowercase cert subjects when sorting; combined with perl foreach over | sthen | 2024-11-01 | 1 | -5/+5 |