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