summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/reallocarray.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-08-31Inline and remove spr.h.jsing2-211/+149
2024-08-31Combine DES code into a smaller set of files.jsing19-1967/+1185
2024-08-31Merge fcrypt_b.c into fcrypt.c.jsing3-148/+136
2024-08-31Remove now unused ncbc_enc.c.jsing1-160/+0
2024-08-31Expand DES_ncbc_encrypt() in des_enc.c.jsing1-3/+80
2024-08-31Expand DES_cbc_encrypt() in cbc_enc.c.jsing1-3/+73
2024-08-31Update for OPENSSL_cpu_caps() now being machine independent.jsing3-17/+5
2024-08-31Update for OPENSSL_cpu_caps() now being machine independent.jsing1-6/+2
2024-08-31Make OPENSSL_cpu_caps() machine independent.jsing2-18/+23
2024-08-31Undo workaround for EVP_PKEY_*check() removaltb1-3/+2
2024-08-31major bump for libcrypto libssl and libtlstb3-5/+5
2024-08-31Bump LIBRESSL_VERSION_NUMBERtb1-3/+3
2024-08-31Remove SSL_add_compression_methodtb6-36/+10
2024-08-31Expose X509_get_signature_infotb2-3/+2
2024-08-31Make X509at_* API internaltb5-75/+19
2024-08-31Unexport OPENSSL_cpuid_setup and OPENSSL_ia32cap_Ptb4-8/+1
2024-08-31Zap HMAC_Inittb4-16/+3
2024-08-31Nuke the whrlpool (named after the galaxy) from orbittb10-1018/+6
2024-08-31Remove DES_enc_{read,write} and DES_rw_modetb5-101/+3
2024-08-31Garbage collec UI_UTIL remnantstb5-89/+3
2024-08-31Remove EVP_PKEY.*attr* APItb4-119/+3
2024-08-31Move BIT_STRING_BITNAME tables to consttb2-6/+6
2024-08-31const correct X509_LOOKUP_METHODtb6-19/+19
2024-08-31Remove X509_REQ_{set,get}_extension_nids()tb4-28/+3
2024-08-31Make X509_VAL opaquetb3-7/+11
2024-08-31Remove X509_check_trust() and some related definestb5-35/+11
2024-08-31Remove ERR_add_{,v}data()tb4-40/+3
2024-08-31The X509V3_CONF_METHOD goes awaytb1-10/+1
2024-08-31Remove X509V3_get_string/X509V3_string_freetb2-19/+2
2024-08-31Make some more x509 conf stuff internaltb13-72/+42
2024-08-31Retire X509V3_set_conf_lhash()tb4-16/+3
2024-08-31Retire X509V3_EXT_{,CRL_,REQ_}add_conf()tb4-42/+3
2024-08-31Remove OPENSSL_load_builtin_modulestb6-10/+9
2024-08-31Unexport CONF_set_nconf()tb3-6/+5
2024-08-31Remove more CONF_* functions that are no longer neededtb4-153/+3
2024-08-31Inline last use of CONF_free()tb1-2/+5
2024-08-31Unexport NCONF_defaulttb5-8/+6
2024-08-31Inline NCONF_free_data in its only usertb4-16/+4
2024-08-31const correct uses of CONF_METHODtb4-13/+13
2024-08-31Stop using conf->meth_data and make CONF_type_default consttb3-7/+7
2024-08-31Remove NCONF_WIN32tb5-75/+4
2024-08-31Retire conf_api.h and the API thereintb8-146/+17
2024-08-31Unexport some conf layers unused outside of libcryptotb10-84/+31
2024-08-31Make CONF_METHOD opaquetb7-19/+92
2024-08-31Remove unused {,N}CONF_dump_{bio,fp}()tb4-68/+3
2024-08-31Remove EVP_PKEY_*check againtb4-40/+3
2024-08-31Retire the whirlpool testtb2-251/+0
2024-08-31unhook whirlpool from the treetb1-2/+1
2024-08-30Garbage collect the DH_check*_ex() APItb2-75/+4
2024-08-30Add and use local copy of X509V3_add_value()tb1-2/+41