aboutsummaryrefslogtreecommitdiff
path: root/man (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-03-26Checkout openbsd tag or closest commit when on a release tagBrent Cook1-4/+21
This is a compromise needed to support building from non-stable tags. This incorporates the same logic used to generate openbsd tags in the first place, which are unstable because the CVS to git conversion does not have stable commit hashes.
2023-03-26Start the 3.8.0 ChangeLogTheo Buehler1-0/+8
2023-03-26Unhook the bn_mod_exp2_mont testTheo Buehler2-10/+0
2023-03-26Link bio_asn1 to regressTheo Buehler2-0/+10
2023-03-23generate opensslconf.h for mipsBrent Cook4-1/+7
2023-03-23match CI names in test scriptBrent Cook1-2/+2
2023-03-23enable CI for mips32/mips64Brent Cook1-1/+1
2023-03-23fix mips/mips64 buildsBrent Cook8-44/+327
2023-03-19Adjust rust-openssl version checkTheo Buehler1-5/+4
2023-03-18Unhook the bn_mod_exp_zero testTheo Buehler2-13/+0
2023-03-16fix typoTheo Buehler1-1/+1
2023-03-16Compactify, don't list doc fix as compat changeTheo Buehler1-9/+3
2023-03-16Further tweaks and improvements to the ChangeLogv3.7.1Joel Sing1-28/+24
2023-03-15fix more formatting and remove redundancyBrent Cook1-32/+31
2023-03-15Fix up 3.7.1 changelogBob Beck1-35/+17
2023-03-15Fix build for MSVCBrent Cook5-24/+192
2023-03-153.7.1. ChangeLogBob Beck1-0/+62
2023-03-15Minimal 3.7.1 ChangeLogTheo Buehler1-0/+27
2023-03-11Add bn_word to gitignoreTheo Buehler1-0/+1
2023-03-11Hook in bn_word testTheo Buehler2-0/+10
2023-03-11Do not build freenull.c with LIBRESSL_INTERANLTheo Buehler2-0/+3
The point of this check is to test external API...
2023-03-11Link cipher_method_lib.c to -portable buildTheo Buehler2-0/+2
2023-02-28Adjust patch to recent speed.c changeTheo Buehler1-1/+1
2023-02-28stop exposing hidden defines in public opensslconf.hBrent Cook9-34/+42
pull in hidden headers instead, patching drectly for Windows support
2023-02-28update .gitignore for integrated tests, build filesBrent Cook1-0/+13
2023-02-27handle i?86 for 32-bit CMake buildsBrent Cook2-2/+4
2023-02-27delete opensslconf.h for each buildBrent Cook1-1/+1
2023-02-27set CMAKE_SYSTEM_PROCESSOR when cross compilingBrent Cook3-4/+6
handle x86 as option for 32-bit x86 on Windows
2023-02-27add conditional around common apt commandsBrent Cook1-9/+12
2023-02-27disable BN asm for amd64 win32 buildBrent Cook2-13/+21
2023-02-27remove inherited CC env variable, consolidate common setupBrent Cook1-20/+10
2023-02-25enable ASM on aarch64, disable on i386Brent Cook1-1/+1
2023-02-25update cross arch tests for arm/aarch64Brent Cook1-9/+6
2023-02-25reenable aarch64 asm for macosBrent Cook1-2/+0
2023-02-23include more asm filesBrent Cook4-0/+17
2023-02-23only disable asm on aarch64 for now, enable for other archsBrent Cook2-8/+3
2023-02-21disable asm for autoconf tests as wellBrent Cook1-0/+1
2023-02-21Ubuntu 18.04 is getting removed, update Linux base imagesBrent Cook3-4/+4
2023-02-21remove unused patchBrent Cook1-11/+0
2023-02-21generally disable asm for nowBrent Cook4-3/+32
2023-02-21disable BN ASM for aarch64 for now (fails tests)Brent Cook1-0/+1
2023-02-21generate and include arch-specific headers for CMake buildsBrent Cook3-6/+82
2023-02-15update Makefile.am.tpl to build and install correct opensslconf.hBrent Cook1-1/+37
2023-02-15generate opensslconf.h based on host cpu architectureBrent Cook7-27/+41
2023-02-14add CPU checks, include initial bn_arch.h headersBrent Cook3-9/+52
2023-02-13directly grab bn asm sourceBrent Cook1-0/+7
2023-02-13remove obsolete and duplicated file referencesBrent Cook1-16/+0
2023-02-13update bn_shift patchBrent Cook1-5/+5
2023-02-13Revert "pin master build to upstream commit"Brent Cook2-2/+3
This reverts commit a7ca886cb03e52718b51f9dd35ea15f28db71a2b.
2023-02-13disable asm by defaultBrent Cook1-2/+3