summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2023-08-10Mop up the last MD32_XARRAY.jsing1-197/+187
2023-08-10Inline the remaining 10 lines from rmdconst.h.jsing2-75/+12
2023-08-10Inline X variables definitions.jsing2-345/+175
2023-08-10Inline shift values.jsing2-330/+170
2023-08-10Apply some more style(9).jsing1-170/+171
2023-08-10Various fixes in {dh,dsa}_priv_encode()tb2-40/+48
2023-08-10rsa_priv_encode: plug leak on PKCS8_pkey_set0() failuretb1-15/+19
2023-08-10Improve byte order handling in gcm128.jsing1-329/+44
2023-08-10Remove MD32_REG_T.jsing6-48/+16
2023-08-09Add the forgotten .In lineschwarze1-3/+4
2023-08-09In objects.h rev. 1.14 and 1.15 (Jan 2022), tb@ providedschwarze1-5/+65
2023-08-09Rework BN_BLINDING to use pthread_t directlytb3-28/+18
2023-08-09Merge remainder of rsa_crpt.c into rsa_eay.ctb3-130/+55
2023-08-09Move RSA blinding API from rsa_crpt.c to rsa_blinding.ctb2-102/+102
2023-08-09Move RSA_blinding_{on,off}() to the bottom of the filetb1-29/+29
2023-08-09Move bn_blind.c to rsa_blinding.ctb4-13/+14
2023-08-09Make declaration and definition of BN_BLINDING_new() match.tb2-4/+4
2023-08-09Merge BN_BLINDING_create_param() into BN_BLINDING_new()tb3-33/+16
2023-08-09Set up the blinding factors on first usetb1-27/+14
2023-08-09Remove retry loop in BN_BLINDING_setup()tb1-24/+5
2023-08-09Compute a square using BN_mod_sqr() instead of BN_mod_mul()tb1-3/+3
2023-08-09Simplify BN_BLINDING_invert()tb1-14/+5
2023-08-09Unwrap a linetb1-3/+2
2023-08-08Unwrap a linetb1-3/+2
2023-08-08Drop the unused BN_BLINDING argument of BN_BLINDING_create_param()tb3-14/+11
2023-08-08Rename ret into b in BN_BLINDING_setup()tb1-8/+8
2023-08-08Factor the actual setup step for the blinding into a helpertb1-30/+43
2023-08-08X509_STORE_CTX_get_check_issued(3) is weird.schwarze1-0/+9
2023-08-08Make BN_BLINDING respect some invariantstb1-48/+17
2023-08-08Simplify RSA_setup_blinding()tb1-21/+16
2023-08-08Remove ECDSA nonce padding kludgetb1-22/+1
2023-08-08In objects.h rev. 1.17 (Jan 14, 2022),schwarze1-7/+1
2023-08-07No need to mark BN_options() as intentionally undocumented any longer.schwarze1-1/+0
2023-08-07Mark asn1_ps_func as obsolete and intentionally undocumented.schwarze1-0/+1
2023-08-07Mark BIT_STRING_BITNAME as obsolete and intentionally undocumented.schwarze1-0/+1
2023-08-07Add a regress test exercising BIO_dup_chain() and triggering the leaktb1-1/+43
2023-08-07Fix two leaks in BIO_dup_chain()tb1-19/+17
2023-08-07Add missing space before =tb1-2/+2
2023-08-05remove trailing comma in NAME;jmc1-3/+3
2023-08-04Move the ENGINE_new() prototype a line downtb1-2/+2
2023-08-03Link new ccs test to buildtb1-1/+7
2023-08-03Make the bn_rand_interval() API a bit more ergonomictb11-52/+57
2023-08-03Retire the bn_rand_interval() testtb2-115/+1
2023-08-03Remove unused sk/lh macrostb1-170/+1
2023-08-02More whitespace fixes from knfmttb1-7/+7
2023-08-02Remove extraneous parentheses and fix weird whitespace.tb1-16/+15
2023-08-02Drop the _ex from BN_BLINDING_{convert,invert}_ex()tb3-12/+12
2023-08-02Remove the unused BN_BLINDING_{convert,invert}()tb2-16/+2
2023-08-02Make BN_BLINDING_{new,update}() static in bn_blind.ctb2-6/+4
2023-08-02Remove the unused flags member of BN_BLINDINGtb2-10/+4