aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | adjust CMAKE_SYSTEM_PROCESSOR on Windows buildsBrent Cook2025-06-051-2/+10
| | | | | | | | | | | | | | | Match CMAKE_GENERATOR_PLATFORM so that cross-builds work properly. Otherwise, we're just targeting the build system anyway.
* | | sync opensslconf.h: only HEADER_DES_H remainsTheo Buehler2025-06-052-2/+2
| | | | | | | | | | | | Change-Id: I6a6a6964d1f15bb620559cb4eaa57d323fe5e6f0
* | | Remove md2 leftoversTheo Buehler2025-06-052-8/+0
|/ /
* | Land #1175, Add ISC copyright headers, add explicit COPYING to LibreSSL ↵Brent Cook2025-06-0365-23/+1053
|\ \ | |/ |/| | | portable tree
| * add copyright headers to test batch filesBrent Cook2025-06-0311-15/+156
| |
| * add copyright headers to test shell scriptsBrent Cook2025-06-0317-5/+252
| |
| * add top-level script copyright noticesBrent Cook2025-06-027-0/+105
| |
| * adjust incorrect commit yearsBrent Cook2025-06-0112-12/+12
| | | | | | Co-authored-by: Theo Buehler <botovq@users.noreply.github.com>
| * add autotools build copyright headersBrent Cook2025-06-0114-0/+196
| |
| * add copyright headers to Cmake filesBrent Cook2025-06-0114-0/+211
| | | | | | | | based on original committer and date
| * explicitly copy COPYING file in this project from LICENSE file in CVS treeBrent Cook2025-06-013-3/+133
| |
* | Land #1174 - update CI runners to Windows 2025Theo Buehler2025-05-311-3/+4
|\ \
| * | Update Windows CI runner to 2025Theo Buehler2025-05-311-3/+4
|/ / | | | | | | | | | | Fixes #1172 Change-Id: I6a6a6964447afd42de3911d945671e44f0329d41
* | Disable md_test and sha_test on Windows for nowTheo Buehler2025-05-311-6/+12
| |
* | regen patchTheo Buehler2025-05-311-1/+1
| |
* | Update ChangeLogTheo Buehler2025-05-311-0/+17
| |
* | Windows still doesn't understand __attribute__Theo Buehler2025-05-311-0/+11
| |
* | only define noinst_HEADERS onceTheo Buehler2025-05-311-1/+1
| |
* | Fix typos plus some automake appeasingTheo Buehler2025-05-311-4/+5
| |
* | Include tests for automake buildsTheo Buehler2025-05-311-0/+1
| |
* | link tests that need it against test helpersTheo Buehler2025-05-312-4/+11
| |
* | link bn_mod_words.c to buildTheo Buehler2025-05-312-0/+2
| |
* | link bn_add_sub.c to buildTheo Buehler2025-05-312-0/+2
| |
* | link ec_field.c and ec_hp_methods.c to buildTheo Buehler2025-05-312-0/+5
| |
* | aes_ige.c was merged into aes.cTheo Buehler2025-05-312-2/+0
| |
* | There's only one rc2.c file nowTheo Buehler2025-05-312-10/+2
| |
* | regen netcat.c patchTheo Buehler2025-05-311-14/+14
| |
* | regen openssl.c patchTheo Buehler2025-05-311-3/+3
| |
* | regen speed.c patchTheo Buehler2025-05-311-13/+13
| |
* | Update .gitignoreTheo Buehler2025-05-311-1/+2
| |
* | remove arm perlasm tendrilsTheo Buehler2025-05-246-56/+0
|/
* update CMake and MakefileKenjiro Nakayama2025-05-225-16/+0
|
* update.sh: stop generating vpaes and bsaes x86_64 assemblyKenjiro Nakayama2025-05-221-2/+0
| | | | | | | Remove generation of vpaes and bsaes assembly sources from update.sh, as these are removed from source tree. See: https://github.com/openbsd/src/commit/824f363240372afd9c86bea543128d656b531c16
* ignore more build artifactsBrent Cook2025-05-191-1/+2
|
* trim some whitespace for hpux checksBrent Cook2025-05-191-3/+3
|
* rename cpu_caps apple to darwinBrent Cook2025-05-193-2/+2
|
* add windows aarch64 cpu_capsBrent Cook2025-05-192-0/+38
|
* add linux aarc64 cpu_capsBrent Cook2025-05-193-0/+68
|
* create noop and apple cpu_caps checks for aarch64Brent Cook2025-05-195-40/+102
|
* ignore only upstream filesBrent Cook2025-05-191-1/+2
|
* Land #1164, remove BIO_s_log in advance of upstream removalBrent Cook2025-05-182-7/+2
|\
| * experiment with removing BIO_s_log in advance of upstream removalBrent Cook2025-05-182-7/+2
| |
* | remove tmp files left behind during masm generationBrent Cook2025-05-181-0/+2
| |
* | fix gitignore brokenness in cryptoBrent Cook2025-05-182-30/+113
|/ | | | | | | | | | | | | | | /crypto/* masks too much and breaks the exclusion function. The docs for gitignore state that if a parent directory is ignored, negating a pattern with a ! prefix has no effect since it is not possible to reinclude a file if the parent director is excluded. https://git-scm.com/docs/gitignore This just is more explicit, which catches files added out of tree more readily. Also delete the long-removed libtls-standalone references
* Land #1163 - Fix build on WindowsTheo Buehler2025-05-101-2/+3
|\
| * b_win.c: whitespace nitTheo Buehler2025-05-101-1/+1
| |
| * Include "err_local.h" rather than <openssl/err.h>Theo Buehler2025-05-101-1/+2
|/
* Update man linksTheo Buehler2025-05-101-46/+38
|
* Update ChangeLogTheo Buehler2025-05-101-0/+3
|
* Land #1162 - remove x509name testTheo Buehler2025-05-052-10/+0
|\