aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update ChangeLogTheo Buehler2025-01-251-0/+1
|
* Disable MD5 ASMTheo Buehler2025-01-246-17/+0
|
* Update ChangeLogTheo Buehler2025-01-221-0/+1
|
* update ChangeLogTheo Buehler2025-01-211-0/+1
|
* update ChangeLogTheo Buehler2025-01-191-0/+2
|
* Update ChangeLogTheo Buehler2025-01-191-0/+3
|
* Zap doubled wordTheo Buehler2025-01-111-1/+1
|
* Update ChangeLogTheo Buehler2025-01-111-1/+1
|
* Land 1135 - CI: improve cmake config workflowTheo Buehler2025-01-113-89/+99
|\
| * ci: change cmake workflow name to match othersJoshua Sing2025-01-111-3/+3
| |
| * ci: improve cmake config workflowJoshua Sing2025-01-113-89/+99
|/
* Land #1134 - pin ubuntu-latest to 24.04Theo Buehler2025-01-0911-13/+13
|\
| * What happens on ubuntu-24.04?Theo Buehler2025-01-0911-13/+13
|/ | | | | | Actions have been issuing annoying warnings about ubuntu-24.04 becoming the default for ubuntu-latest for some definition of "soon". Let's see if we care.
* Update ChangelogTheo Buehler2025-01-071-0/+1
|
* Update ChangeLogTheo Buehler2025-01-061-0/+1
|
* Update ChangeLogTheo Buehler2025-01-051-0/+2
|
* link rsa_method_test to buildTheo Buehler2025-01-042-0/+10
|
* Update for speed.c and .h churnTheo Buehler2025-01-023-21/+17
|
* Update man linksTheo Buehler2024-12-271-0/+2
|
* Land #1130 - add endianness functions for appleTheo Buehler2024-12-261-2/+2
|\
| * Add in missing endianess functions for Apple targetsCameron Lowell Palmer2024-12-201-2/+2
| |
* | try to appease emscriptenTheo Buehler2024-12-261-0/+2
| |
* | tb, you should know by now that windows has no __attribute__Theo Buehler2024-12-261-0/+11
| |
* | Adjust the ML-KEM tests to recent reorganizationTheo Buehler2024-12-2614-264/+53
| |
* | update man linksTheo Buehler2024-12-241-6/+6
|/
* fix .gitignore for mlkem and pick up hidden headerTheo Buehler2024-12-202-3/+2
|
* Remove mlkem and bytestring from public visibility for nowTheo Buehler2024-12-194-2/+4
|
* Provide getdelim and getline compat shimsTheo Buehler2024-12-208-1/+163
| | | | | | These are portable implementations from NetBSD that are needed on Windows and perhaps some other platforms with the new versions of the mlkem tests.
* Land #1229 - unset CC only for mingw and arm32Theo Buehler2024-12-182-5/+11
|\
| * Move ARCH checkKenjiro Nakayama2024-12-181-4/+4
| |
| * update styleKenjiro Nakayama2024-12-181-1/+1
| |
| * unset CC only for mingw and arm32Kenjiro Nakayama2024-12-182-1/+7
| | | | | | | | | | | | | | Since `scripts/test` always unset "CC", the github action for "clang" in Linux does not use clang unintentionally. This patch unset CC only for mingw{32,64} and arm32.
* | Land #1128 - some fixes for ML-KEM testsTheo Buehler2024-12-170-0/+0
|\ \ | |/ |/|
* | Some fixes for ML-KEM testsTheo Buehler2024-12-173-12/+22
|/ | | | | | | - Run the 1024 iteration test as well as unit tests. - Remove unused test script with unexpected contents. Follow-on to #1127
* Land #1127 - link MLKEM tests to buildTheo Buehler2024-12-1715-0/+283
|\
| * Hook ML-KEM related testsKenjiro Nakayama2024-12-1715-0/+283
| | | | | | | | This patch adds ML-KEM related tests.
* | Update ChangeLogTheo Buehler2024-12-171-0/+1
|/
* Fix CTASSERT() once and for allTheo Buehler2024-12-141-8/+8
|
* Regen crypto-cpu-caps.c patchesTheo Buehler2024-12-142-8/+8
|
* Also install test headersTheo Buehler2024-12-141-1/+1
|
* Updat man linksTheo Buehler2024-12-141-7/+7
|
* Update speed patchTheo Buehler2024-12-141-12/+12
|
* Link mlkem to buildTheo Buehler2024-12-143-1/+11
|
* Tweak ChangeLogTheo Buehler2024-12-121-1/+1
|
* Update ChangeLogTheo Buehler2024-12-101-0/+3
|
* Update ChangeLogTheo Buehler2024-12-101-1/+3
|
* Update man linksTheo Buehler2024-12-081-0/+6
|
* Update man linksTheo Buehler2024-12-061-36/+2
|
* Disable sha1 assembly on amd64Theo Buehler2024-12-046-17/+0
|
* Land #1126 - hint for homebrew install destinationTheo Buehler2024-11-301-0/+5
|\