Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2024-04-10 | Hide deprecated functions in ec.h | beck | 5 | -12/+31 |
2024-04-10 | Hide deprecated functions in evp.h | beck | 5 | -14/+19 |
2024-04-10 | Add HMAC_init and HMAC_CTX_reset to Symbols.namespace. | beck | 1 | -0/+2 |
2024-04-10 | Hide symbols in bn.h | beck | 6 | -19/+21 |
2024-04-10 | Hide a couple of LCRYPTO_UNUSED in asn1.h | beck | 4 | -10/+8 |
2024-04-10 | Add RC2 symbols to Symbols.namespace. | beck | 1 | -0/+7 |
2024-04-10 | Finish hiding symbols in rand.h | beck | 5 | -6/+34 |
2024-04-10 | Finish Hiding symbols in crypto.h | beck | 9 | -18/+101 |
2024-04-09 | whirlpool_test: avoid calling arc4random_uniform(0) | tb | 1 | -2/+4 |
2024-04-09 | whirlpool_test: zap lots of trailing whitespace | tb | 1 | -58/+58 |
2024-04-09 | bn_convert: plug leak spotted by ASAN | tb | 1 | -2/+4 |
2024-04-09 | Add a comment on abuse of EXFLAG_INVALID | tb | 1 | -1/+8 |
2024-04-09 | Add initial regress for BN_set_bit(), BN_clear_bit() and BN_mask_bits(). | jsing | 2 | -1/+229 |