summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2024-04-14t22 and t23 can fail if the first chunk ends up being allocated atotto1-2/+12
2024-04-14Fix indenttb1-3/+3
2024-04-14Delete a few more GOST remnantstb1-21/+1
2024-04-14Remove documentation of no longer available APItb1-85/+4
2024-04-13Error check X509_ALGOR_set0() in {dsa,ec}_pkey_ctrl()tb2-7/+16
2024-04-13Unwrap a line for consistency with other copy-pasted versionstb1-3/+2
2024-04-12bio_enc: various basic cleanuptb1-64/+67
2024-04-12Garbage collect various *_init() pmethstb3-53/+24
2024-04-12Fix a potential NULL-deref in EVP_PKEY_keygen()tb1-6/+8
2024-04-11Remove parentheses after returntb1-40/+40
2024-04-11Rework internal tm_to_*() converterstb1-69/+66
2024-04-10symbols test: Remove a few things that are long gonetb1-19/+5
2024-04-10Re-guard the crypto_malloc macros.beck1-1/+3
2024-04-10Remove the prototype of BN_gcd_nonct()tb1-2/+1
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