summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Nuke the whrlpool (named after the galaxy) from orbittb2024-08-3110-1018/+6
* Remove DES_enc_{read,write} and DES_rw_modetb2024-08-315-101/+3
* Garbage collec UI_UTIL remnantstb2024-08-315-89/+3
* Remove EVP_PKEY.*attr* APItb2024-08-314-119/+3
* Move BIT_STRING_BITNAME tables to consttb2024-08-312-6/+6
* const correct X509_LOOKUP_METHODtb2024-08-316-19/+19
* Remove X509_REQ_{set,get}_extension_nids()tb2024-08-314-28/+3
* Make X509_VAL opaquetb2024-08-313-7/+11
* Remove X509_check_trust() and some related definestb2024-08-315-35/+11
* Remove ERR_add_{,v}data()tb2024-08-314-40/+3
* The X509V3_CONF_METHOD goes awaytb2024-08-311-10/+1
* Remove X509V3_get_string/X509V3_string_freetb2024-08-312-19/+2
* Make some more x509 conf stuff internaltb2024-08-3113-72/+42
* Retire X509V3_set_conf_lhash()tb2024-08-314-16/+3
* Retire X509V3_EXT_{,CRL_,REQ_}add_conf()tb2024-08-314-42/+3
* Remove OPENSSL_load_builtin_modulestb2024-08-316-10/+9
* Unexport CONF_set_nconf()tb2024-08-313-6/+5
* Remove more CONF_* functions that are no longer neededtb2024-08-314-153/+3
* Inline last use of CONF_free()tb2024-08-311-2/+5
* Unexport NCONF_defaulttb2024-08-315-8/+6
* Inline NCONF_free_data in its only usertb2024-08-314-16/+4
* const correct uses of CONF_METHODtb2024-08-314-13/+13
* Stop using conf->meth_data and make CONF_type_default consttb2024-08-313-7/+7
* Remove NCONF_WIN32tb2024-08-315-75/+4
* Retire conf_api.h and the API thereintb2024-08-318-146/+17
* Unexport some conf layers unused outside of libcryptotb2024-08-3110-84/+31
* Make CONF_METHOD opaquetb2024-08-317-19/+92
* Remove unused {,N}CONF_dump_{bio,fp}()tb2024-08-314-68/+3
* Remove EVP_PKEY_*check againtb2024-08-314-40/+3
* Retire the whirlpool testtb2024-08-312-251/+0
* unhook whirlpool from the treetb2024-08-311-2/+1
* Garbage collect the DH_check*_ex() APItb2024-08-302-75/+4
* Add and use local copy of X509V3_add_value()tb2024-08-301-2/+41
* Remove cross references to whirlpooltb2024-08-302-6/+4
* zap line missed in previous removal; ok tbjmc2024-08-301-3/+2
* Adjust freenull test for upcoming conf_api.h removaltb2024-08-302-5/+2
* Revert commitid KcCtsA53F9UQzc0t:guenther2024-08-301-5/+6
* Remove documentation of EVP_whirlpooltb2024-08-292-85/+1
* Remove documentation of ERR_add_error_{,v}data()tb2024-08-292-41/+8
* HMAC_Init() is dead. Long live HMAC_Init_ex()tb2024-08-291-17/+2
* Remove documentation of (caveat on) X509_TRUST_DEFAULTtb2024-08-291-12/+2
* Disable hmac and pkey_ec tests until after the bumptb2024-08-291-2/+3
* Adjust documentation for check/pubcheck removaltb2024-08-291-11/+2
* Remove check and pubcheck from openssl pkey and pkeyparamtb2024-08-294-73/+7
* Remove the pkey_{,public_,param_}check() handlerstb2024-08-295-140/+15
* Remove evp_pkey_check testtb2024-08-292-399/+1
* ocsp.c: zap trailing whitespacetb2024-08-291-2/+2
* repair bizzare indents; ok tbderaadt2024-08-292-4/+12
* def_create(): switch from malloc() to calloc()tb2024-08-281-2/+2
* Get rid of last use of db_methtb2024-08-282-41/+14