| Commit message (Expand) | Author | Files | Lines |
2024-08-31 | Remove DES_enc_{read,write} and DES_rw_mode | tb | 5 | -101/+3 |
2024-08-31 | Garbage collec UI_UTIL remnants | tb | 5 | -89/+3 |
2024-08-31 | Remove EVP_PKEY.*attr* API | tb | 4 | -119/+3 |
2024-08-31 | Move BIT_STRING_BITNAME tables to const | tb | 2 | -6/+6 |
2024-08-31 | const correct X509_LOOKUP_METHOD | tb | 6 | -19/+19 |
2024-08-31 | Remove X509_REQ_{set,get}_extension_nids() | tb | 4 | -28/+3 |
2024-08-31 | Make X509_VAL opaque | tb | 3 | -7/+11 |
2024-08-31 | Remove X509_check_trust() and some related defines | tb | 5 | -35/+11 |
2024-08-31 | Remove ERR_add_{,v}data() | tb | 4 | -40/+3 |
2024-08-31 | The X509V3_CONF_METHOD goes away | tb | 1 | -10/+1 |
2024-08-31 | Remove X509V3_get_string/X509V3_string_free | tb | 2 | -19/+2 |
2024-08-31 | Make some more x509 conf stuff internal | tb | 13 | -72/+42 |
2024-08-31 | Retire X509V3_set_conf_lhash() | tb | 4 | -16/+3 |
2024-08-31 | Retire X509V3_EXT_{,CRL_,REQ_}add_conf() | tb | 4 | -42/+3 |
2024-08-31 | Remove OPENSSL_load_builtin_modules | tb | 6 | -10/+9 |
2024-08-31 | Unexport CONF_set_nconf() | tb | 3 | -6/+5 |
2024-08-31 | Remove more CONF_* functions that are no longer needed | tb | 4 | -153/+3 |
2024-08-31 | Inline last use of CONF_free() | tb | 1 | -2/+5 |
2024-08-31 | Unexport NCONF_default | tb | 5 | -8/+6 |
2024-08-31 | Inline NCONF_free_data in its only user | tb | 4 | -16/+4 |
2024-08-31 | const correct uses of CONF_METHOD | tb | 4 | -13/+13 |
2024-08-31 | Stop using conf->meth_data and make CONF_type_default const | tb | 3 | -7/+7 |
2024-08-31 | Remove NCONF_WIN32 | tb | 5 | -75/+4 |
2024-08-31 | Retire conf_api.h and the API therein | tb | 8 | -146/+17 |
2024-08-31 | Unexport some conf layers unused outside of libcrypto | tb | 10 | -84/+31 |
2024-08-31 | Make CONF_METHOD opaque | tb | 7 | -19/+92 |
2024-08-31 | Remove unused {,N}CONF_dump_{bio,fp}() | tb | 4 | -68/+3 |
2024-08-31 | Remove EVP_PKEY_*check again | tb | 4 | -40/+3 |
2024-08-31 | Retire the whirlpool test | tb | 2 | -251/+0 |
2024-08-31 | unhook whirlpool from the tree | tb | 1 | -2/+1 |
2024-08-30 | Garbage collect the DH_check*_ex() API | tb | 2 | -75/+4 |
2024-08-30 | Add and use local copy of X509V3_add_value() | tb | 1 | -2/+41 |
2024-08-30 | Remove cross references to whirlpool | tb | 2 | -6/+4 |
2024-08-30 | zap line missed in previous removal; ok tb | jmc | 1 | -3/+2 |
2024-08-30 | Adjust freenull test for upcoming conf_api.h removal | tb | 2 | -5/+2 |
2024-08-30 | Revert commitid KcCtsA53F9UQzc0t: | guenther | 1 | -5/+6 |
2024-08-29 | Remove documentation of EVP_whirlpool | tb | 2 | -85/+1 |
2024-08-29 | Remove documentation of ERR_add_error_{,v}data() | tb | 2 | -41/+8 |
2024-08-29 | HMAC_Init() is dead. Long live HMAC_Init_ex() | tb | 1 | -17/+2 |
2024-08-29 | Remove documentation of (caveat on) X509_TRUST_DEFAULT | tb | 1 | -12/+2 |
2024-08-29 | Disable hmac and pkey_ec tests until after the bump | tb | 1 | -2/+3 |
2024-08-29 | Adjust documentation for check/pubcheck removal | tb | 1 | -11/+2 |
2024-08-29 | Remove check and pubcheck from openssl pkey and pkeyparam | tb | 4 | -73/+7 |
2024-08-29 | Remove the pkey_{,public_,param_}check() handlers | tb | 5 | -140/+15 |
2024-08-29 | Remove evp_pkey_check test | tb | 2 | -399/+1 |
2024-08-29 | ocsp.c: zap trailing whitespace | tb | 1 | -2/+2 |
2024-08-29 | repair bizzare indents; ok tb | deraadt | 2 | -4/+12 |
2024-08-28 | def_create(): switch from malloc() to calloc() | tb | 1 | -2/+2 |
2024-08-28 | Get rid of last use of db_meth | tb | 2 | -41/+14 |
2024-08-28 | Remove a few obvious comments, unwrap a few lines and annotate some | tb | 1 | -26/+9 |