summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2023-08-12Convert {DH,DSA}_new_method() to using calloc()tb2-83/+54
2023-08-11Add regress coverage for DH and for DSA parameterstb1-2/+267
2023-08-11Merge various improvements from the OpenSSL 1.1 branch,schwarze1-13/+148
2023-08-11Stop including md32_common.h.jsing1-15/+1
2023-08-11Demacro sha256.jsing1-49/+114
2023-08-11Improve variable names in {dh,dsa}_{pub,priv}_{de,en}code()tb2-114/+114
2023-08-11Use params{,_len} in {dh,dsa}_params_{en,de}code()tb2-10/+10
2023-08-11Use key/key_len in old_dsa_priv_{en,de}code()tb1-5/+5
2023-08-11Add back an empty line that I didn't really want to removetb1-1/+2
2023-08-11Align dh and dsa decoding functions with encodingtb2-142/+173
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