summaryrefslogtreecommitdiff
path: root/src/lib/libssl/tls_key_share.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-07-09Simplify bn_print()tb1-5/+3
We no longer need to do weird things as taking the length of the hex string and jumping over a sign we didn't need. ok jsing
2023-07-09Refactor BN_bn2hex()tb2-8/+57
Various outputting functions are variants of BN_bn2hex(). They do not want a sign or they display the BIGNUM at nibble granularity instead of byte granularity. So add this functionality to an internal variant of BN_bn2hex(). with/ok jsing
2023-07-09Provide optimised bn_subw() for riscv64.jsing1-1/+18
2023-07-09Provide optimised bn_addw() for riscv64.jsing1-1/+18
2023-07-09Add Xr to EVP_MD_meth_new to top level librarytb1-2/+3
2023-07-09Fix OpenBSD releasetb1-3/+3
2023-07-09ASN1_bn_print() will be removed soon. Remove docs.tb5-130/+7
2023-07-08fix comment to unbreak things that care about warningsbeck1-2/+2
ok tb@ krw@
2023-07-08link EVP_MD_meth_new.3 to buildtb1-1/+2