summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove notBefore and notAfter cacheing.beck2024-04-084-63/+16
* Remove spaces before tabstb2024-04-081-2/+2
* Make ASN1_TIME_set_string_X509 and ASN1_TIME_set_string match the man pagebeck2024-04-083-39/+60
* Rework CMS_add_simple_smimecap()tb2024-04-071-24/+43
* Remove incorrect function countstb2024-04-041-4/+4
* Recommit a better version of the removal of the F5 workaroundtb2024-04-041-9/+12
* Backout previous commit (intending that libressl client rejects a supportedsthen2024-04-021-3/+17
* Simplify ecx_cms_sign_or_verify() using X509_ALGOR_set0_by_nid()tb2024-04-021-5/+3
* Mention that port can be specified as 0 in some situations, so that thederaadt2024-04-011-2/+3
* Add missing LCRYPTO_ALIAS()tb2024-03-301-1/+3
* Fix LCRYPTO_UNUSED() in namespace buildstb2024-03-301-4/+7
* Initialize quic_method in tlsexttesttb2024-03-301-3/+3
* Replace silly test1_exit() with exit()tb2024-03-301-21/+15
* Remove call to lh_FUNCTION_free()tb2024-03-301-3/+1
* In _malloc_init(), round up the region being mprotected RW to the mallocmiod2024-03-301-11/+11
* Hide symbols in aesjoshua2024-03-305-3/+74
* Hide symbols in camelliajoshua2024-03-303-1/+60
* Rewrite RSA_padding_add_PKCS1_type_{1,2}() with CBS/CBB.jsing2024-03-301-33/+99
* Hide symbols in whrlpooljoshua2024-03-303-1/+45
* Do multiple padding add/check iterations.jsing2024-03-301-24/+34