summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py (unfollow)
Commit message (Expand)AuthorFilesLines
2023-01-23Change include from _internal_s2n_bignum.h to s2n_bignum_internal.h.jsing9-9/+9
2023-01-23Include the ISC license from s2n-bignum's LICENSE file.jsing9-9/+108
2023-01-23Bring in various s2n-bignum functions for amd64.jsing9-0/+1458
2023-01-23Move bn_mul_add_words() and bn_mul_words() from bn_asm.c to bn_mul.c.jsing7-138/+156
2023-01-23Move bn_sqr_words from bn_asm.c to bn_sqr.c.jsing7-59/+69
2023-01-23Move bn_div_words from bn_asm.c to bn_div.c.jsing7-86/+98
2023-01-23Include bn_arch.h now that we're using defines from it.jsing1-1/+2
2023-01-23Move bn_add_words() and bn_sub_words from bn_asm.c to bn_add.c.jsing7-159/+184
2023-01-21Enable bn_sqr() on amd64.jsing1-1/+2
2023-01-21Provide an implementation of bn_sqr() that calls s2n-bignum's bignum_sqr().jsing3-3/+41
2023-01-21Fix include.jsing1-1/+1
2023-01-21Include the ISC license from s2n-bignum's LICENSE file.jsing1-1/+12