summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* crank libcrypto major after symbol removaltb2024-04-151-1/+1
* Bye, bye, OPENSSL_str{,n}casecmp()tb2024-04-153-25/+1
* And a pile of TS ASN.1 stuff becomes internal-only, tootb2024-04-152-19/+10
* X509_NAME_ENTRIES_it and X509_NAME_INTERNAL_it go internaltb2024-04-152-5/+3
* And here go {,EC}DSA_SIG_ittb2024-04-153-6/+4
* DHparam_it becomes static, tootb2024-04-152-3/+2
* More X9.62 stuff was never used outside of ec_asn1.ctb2024-04-152-43/+5
* EC_PRIVATEKEY becomes internal-only, tootb2024-04-152-15/+10
* Unexport the ECPKPARAMETERS APItb2024-04-153-19/+12
* Make ECPARAMETERS_{new,free,it} internal-onlytb2024-04-152-8/+5
* Move BIO_CONNECT_{new,free}() to internal-onlytb2024-04-152-7/+5
* Remove ASN1_time_clamp_not_after() from Symbols.listtb2024-04-151-1/+0
* Enable negative zero checks for BN_clear_bit() and BN_mask_bits().jsing2024-04-151-5/+1
* Prevent negative zero from being created via BN bit functions.jsing2024-04-151-1/+7
* drop htonl(), htons(), ntohl(), ntohs() MD functions from libcnaddy2024-04-155-50/+21
* t22 and t23 can fail if the first chunk ends up being allocated atotto2024-04-141-2/+12
* Fix indenttb2024-04-141-3/+3
* Delete a few more GOST remnantstb2024-04-141-21/+1
* Remove documentation of no longer available APItb2024-04-141-85/+4
* Error check X509_ALGOR_set0() in {dsa,ec}_pkey_ctrl()tb2024-04-132-7/+16
* Unwrap a line for consistency with other copy-pasted versionstb2024-04-131-3/+2
* bio_enc: various basic cleanuptb2024-04-121-64/+67
* Garbage collect various *_init() pmethstb2024-04-123-53/+24
* Fix a potential NULL-deref in EVP_PKEY_keygen()tb2024-04-121-6/+8
* Remove parentheses after returntb2024-04-111-40/+40
* Rework internal tm_to_*() converterstb2024-04-111-69/+66
* symbols test: Remove a few things that are long gonetb2024-04-101-19/+5
* Re-guard the crypto_malloc macros.beck2024-04-101-1/+3
* Remove the prototype of BN_gcd_nonct()tb2024-04-101-2/+1
* Hide deprecated functions in ec.hbeck2024-04-105-12/+31
* Hide deprecated functions in evp.hbeck2024-04-105-14/+19
* Add HMAC_init and HMAC_CTX_reset to Symbols.namespace.beck2024-04-101-0/+2
* Hide symbols in bn.hbeck2024-04-106-19/+21
* Hide a couple of LCRYPTO_UNUSED in asn1.hbeck2024-04-104-10/+8
* Add RC2 symbols to Symbols.namespace.beck2024-04-101-0/+7
* Finish hiding symbols in rand.hbeck2024-04-105-6/+34
* Finish Hiding symbols in crypto.hbeck2024-04-109-18/+101
* whirlpool_test: avoid calling arc4random_uniform(0)tb2024-04-091-2/+4
* whirlpool_test: zap lots of trailing whitespacetb2024-04-091-58/+58
* bn_convert: plug leak spotted by ASANtb2024-04-091-2/+4
* Add a comment on abuse of EXFLAG_INVALIDtb2024-04-091-1/+8
* Add initial regress for BN_set_bit(), BN_clear_bit() and BN_mask_bits().jsing2024-04-092-1/+229
* Add hidden conf.h, missed in an earlier committb2024-04-091-0/+74
* Add regress coverage for BN_bn2mpi()/BN_mpi2bn().jsing2024-04-091-6/+123
* Hide symbols in conf.hbeck2024-04-097-6/+96
* Plug leaks in ASN1_TIME_set_string_internal()tb2024-04-091-6/+17
* Hide public symbols in x509.hbeck2024-04-0924-23/+606
* Hide public symbols in evp.hbeck2024-04-0947-45/+1121
* Rename EVP_aes_XXX_cfb to EVP_aes_XXX_cfb128.beck2024-04-091-4/+4
* Clean up Symbols.namespacebeck2024-04-091-68/+0