aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules (unfollow)
Commit message (Collapse)AuthorFilesLines
47 hoursscripts/test: reorder setup_cross_compiler, fix head -1Joshua Sing1-12/+11
2 daysscripts/test: check all binaries for cross-compileJoshua Sing1-5/+8
Probably safer to check all of them instead of just CC, since previously it seems the loongarch64 RANLIB variable could have been wrong. I am not sure if a missing binary could cause unexpected behaviour.
2 daysscripts/test: remove non-standard sort, tail and find flagsJoshua Sing1-2/+2
3 daysscripts/test: fix missing env vars for cross-compilationJoshua Sing1-14/+44
4 dayscmake tests: fix two copy-paste errorsTheo Buehler1-2/+2
4 daysLink bn_ffdh test to buildTheo Buehler3-0/+11
9 daysEnable SHA assembly for elf-x86_64 buildsJoel Sing2-0/+18
9 daysRevise portable to work with LIBRESSL_USE_*_ASSEMBLY definesJoel Sing9-60/+51
10 daysSimplify update.sh slightlyJoel Sing1-24/+4
Produce a list of files from the various crypto/Makefile.am* files, rather than sourcing some from crypto/Makefile.am and manually copying the remainder. This will make it easier to add platform specific sources in the future, since they only need to be added to the appropriate Makefile.am* file. Remove symbols exclusion for OPENSSL_ia32cap_P - this disappeared from upstream in 2024.
11 daysMop up various defines that are no longer used upstreamJoel Sing5-24/+0
BSAES_ASM, VPAES_ASM and OPENSSL_IA32_SSE2 were retired a while ago.
13 daysRemove upstreamed stack.c workaroundTheo Buehler1-11/+0