summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2024-04-10Hide deprecated functions in ec.hbeck5-12/+31
2024-04-10Hide deprecated functions in evp.hbeck5-14/+19
2024-04-10Add HMAC_init and HMAC_CTX_reset to Symbols.namespace.beck1-0/+2
2024-04-10Hide symbols in bn.hbeck6-19/+21
2024-04-10Hide a couple of LCRYPTO_UNUSED in asn1.hbeck4-10/+8
2024-04-10Add RC2 symbols to Symbols.namespace.beck1-0/+7
2024-04-10Finish hiding symbols in rand.hbeck5-6/+34
2024-04-10Finish Hiding symbols in crypto.hbeck9-18/+101
2024-04-09whirlpool_test: avoid calling arc4random_uniform(0)tb1-2/+4
2024-04-09whirlpool_test: zap lots of trailing whitespacetb1-58/+58
2024-04-09bn_convert: plug leak spotted by ASANtb1-2/+4
2024-04-09Add a comment on abuse of EXFLAG_INVALIDtb1-1/+8
2024-04-09Add initial regress for BN_set_bit(), BN_clear_bit() and BN_mask_bits().jsing2-1/+229