summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2023-08-11Rename env_md{,_ctx}_st to evp_md{,_ctx}_sttb2-6/+6
2023-08-11Use EVP_MD in HKDF() and HKDF_extract() prototypestb1-5/+5
2023-08-11Move EC_KEY and EC_KEY_METHOD typedefs to ossl_typ.htb2-5/+5
2023-08-10Convert {dh,dsa}_{pub,priv}_encode() to single exittb2-84/+94
2023-08-10Add the missing ".Nm X509_STORE_CTX_check_issued_fn" to the NAME sectionschwarze1-2/+4
2023-08-10Clean up {dh,dsa}_pub_encode()tb2-46/+54
2023-08-10Fix a leak in rsa_pub_encode()tb1-12/+19
2023-08-10In x509_vfy.h rev. 1.60 and rev. 1.62 (April 2023), tb@ providedschwarze1-26/+51
2023-08-10Remove now unnecessary 'do {} while (0);' and move variable declaration.jsing1-5/+2
2023-08-10Expand HASH_MAKE_STRING.jsing1-13/+13
2023-08-10Remove MD32_XARRAY remnants.jsing1-4/+1
2023-08-10Reorder functions.jsing1-119/+119
2023-08-10Implement MD5_{Update,Transform,Final}() directly in md5.c.jsing1-1/+103
2023-08-10Tidy includes.jsing2-8/+3
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