summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/hidden/openssl/buffer.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-04-09whirlpool_test: avoid calling arc4random_uniform(0)tb1-2/+4
This causes a SIGFPE on solaris Fixes https://github.com/libressl/portable/issues/1042
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
We added things we probably shouldn't have, and so did BoringSSL and OpenSSL. Terrible API is terrible. discussed with jsing
2024-04-09Add initial regress for BN_set_bit(), BN_clear_bit() and BN_mask_bits().jsing2-1/+229