aboutsummaryrefslogtreecommitdiff
path: root/update.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* use a specific version number in test scriptsBrent Cook2024-04-081-1/+1
| | | | | This avoids issue reported in #1041 with file glob confusing cd. Also remove extra newline from VERSION when update.sh runs.
* explicitly undef __CET__ on masm cppBrent Cook2024-03-271-1/+1
| | | | | Some systems (e.g. OpenBSD) unconditionally set __CET__ in the C preprocessor.
* Update build system for file removalTheo Buehler2024-03-021-1/+1
|
* upstreamed masm alignment fixBrent Cook2024-02-271-9/+3
|
* define _MSC_VER when preprocessing, add guardsBrent Cook2024-02-251-1/+1
|
* include placeholder cet.h for cppBrent Cook2024-02-251-1/+1
|
* Remove use of endbr64.patchTheo Buehler2024-02-241-1/+0
|
* Add posix_time.hTheo Buehler2024-02-181-1/+1
|
* align read only sections on masm/windows to 64 bytesBrent Cook2024-02-121-3/+2
| | | | | Avoid conflicts where alignment is specified later in the underlying assembly.
* integrate new upstream endbr64 test code, remove os-specific revertsBrent Cook2024-02-121-19/+8
|
* restrict patches to windows / macos platformsBrent Cook2023-10-311-5/+22
|
* portable asm generator patches for portableBrent Cook2023-10-301-2/+7
| | | | | | This reverses changes from the 3.8.x upstream that are causing issues on a few different platforms, including macOS x64, Windows, and older Linux/FreeBSD.
* remove conflicting align directives for MASMBrent Cook2023-10-291-0/+1
|
* Adjust for file removal and renamingTheo Buehler2023-07-281-1/+1
|
* make update.sh compatible with Solaris 11 tail behaviorBrent Cook2023-07-061-1/+1
|
* move endbr64 removal to preprocessorBrent Cook2023-07-031-9/+0
|
* fix asm on x86_64 macosBrent Cook2023-05-261-0/+9
|
* add and enable policy testsTheo Buehler2023-04-281-0/+1
|
* Drop GF2m assemblyTheo Buehler2023-04-151-2/+0
|
* Hook a few more tests to the buildTheo Buehler2023-04-141-0/+2
|
* Checkout openbsd tag or closest commit when on a release tagBrent Cook2023-03-261-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.
* generate opensslconf.h for mipsBrent Cook2023-03-231-1/+1
|
* fix mips/mips64 buildsBrent Cook2023-03-231-34/+63
|
* generate opensslconf.h based on host cpu architectureBrent Cook2023-02-151-1/+6
|
* directly grab bn asm sourceBrent Cook2023-02-131-0/+7
|
* Revert "pin master build to upstream commit"Brent Cook2023-02-131-1/+2
| | | | This reverts commit a7ca886cb03e52718b51f9dd35ea15f28db71a2b.
* autoconf: x509_verify.h is no longer publicTheo Buehler2023-02-131-1/+1
|
* pin master build to upstream commitBrent Cook2023-02-111-2/+1
|
* Fixes for GitHub organisation renameJoshua Sing2023-01-111-1/+1
|
* add direct source dependency to each libraryBrent Cook2022-12-141-0/+3
| | | | | Fix library generation with some CMake generators by including a direct source file dependency for each library.
* Build a static test library with all symbolsBrent Cook2022-12-131-0/+1
| | | | | Build and link a special test library rather than assuming that the build has static libraries available.
* Update autoconf framework to build againTheo Buehler2022-11-221-1/+3
|
* updates for new files and test casesBrent Cook2022-07-311-1/+1
|
* update for latest changesBrent Cook2022-07-101-2/+2
|
* expose kdf.h as a public headerBrent Cook2022-05-091-1/+1
|
* update for latest upstreamBrent Cook2022-05-081-1/+1
|
* Copy ARM related files from arch/arm/kinichiro2022-03-251-3/+3
|
* Add strtonum to compat library and export itkinichiro2021-12-261-3/+1
| | | | | crypto library requires strtonum now, and add it to compat library. remove it from applications compat/ directories.
* Add ctkinichiro2021-11-271-1/+2
|
* Add '--enable-libtls-only' build optionBrent Cook2021-04-071-4/+6
|
* include strtonum for ocspcheckBrent Cook2020-10-191-0/+1
|
* Land #611, remove libtls-standaloneBrent Cook2020-10-061-20/+1
|\
| * disable some additional libtls-standalone bitsBrent Cook2020-08-201-20/+1
| |
* | Add x509_verify.c x509_verify.hkinichiro2020-09-141-1/+1
|/
* add possibility to override upstream opensslv.h with a local versionBrent Cook2020-06-151-1/+7
|
* Move crypto/x509v3/ files to crypto/x509/kinichiro2020-06-101-1/+1
|
* add cms.h to public headersBrent Cook2019-09-091-1/+1
|
* remove comments and unify fixupsBrent Cook2019-06-101-12/+11
|
* Fix masm buildkinichiro2019-06-101-2/+12
| | | | | | - Fix masm operators and comments - Add -DOPENSSL_NO_ASM only if not 64 bit build - Add -DCMAKE_INSTALL_PREFIX to avoid build error
* run masm files through the C preprocessorBrent Cook2019-06-101-2/+10
|