Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Disable MD5 ASM | Theo Buehler | 2025-01-24 | 1 | -1/+0 |
| | |||||
* | Remove mlkem and bytestring from public visibility for now | Theo Buehler | 2024-12-19 | 1 | -2/+1 |
| | |||||
* | Hook ML-KEM related tests | Kenjiro Nakayama | 2024-12-17 | 1 | -0/+1 |
| | | | | This patch adds ML-KEM related tests. | ||||
* | Also install test headers | Theo Buehler | 2024-12-14 | 1 | -1/+1 |
| | |||||
* | Link mlkem to build | Theo Buehler | 2024-12-14 | 1 | -1/+2 |
| | |||||
* | Disable sha1 assembly on amd64 | Theo Buehler | 2024-12-04 | 1 | -1/+0 |
| | |||||
* | Disable sha512 perlasm | Theo Buehler | 2024-11-16 | 1 | -1/+0 |
| | |||||
* | Disable sha256 assembly | Theo Buehler | 2024-11-08 | 1 | -1/+0 |
| | |||||
* | Hook up crypto_cpu_caps_init() | Theo Buehler | 2024-10-18 | 1 | -1/+4 |
| | |||||
* | Adjust for whirlpool removal | Theo Buehler | 2024-08-31 | 1 | -2/+2 |
| | |||||
* | Need to copy over crypto_arch.h | Theo Buehler | 2024-08-11 | 1 | -1/+3 |
| | |||||
* | ui_compat.h was removed | Theo Buehler | 2024-08-10 | 1 | -1/+1 |
| | |||||
* | ssl2.h and ssl23.h are gone | Theo Buehler | 2024-07-13 | 1 | -1/+1 |
| | |||||
* | pem2.h headed to the bit bucket | Theo Buehler | 2024-04-25 | 1 | -1/+1 |
| | |||||
* | Land #1047, use file version number in test scripts | Brent Cook | 2024-04-08 | 1 | -1/+1 |
|\ | |||||
| * | use a specific version number in test scripts | Brent Cook | 2024-04-08 | 1 | -1/+1 |
| | | | | | | | | | | This avoids issue reported in #1041 with file glob confusing cd. Also remove extra newline from VERSION when update.sh runs. | ||||
* | | Land #1035, explicitly undef __CET__ on masm cpp | Brent Cook | 2024-04-08 | 1 | -1/+1 |
|\ \ | |/ |/| | |||||
| * | explicitly undef __CET__ on masm cpp | Brent Cook | 2024-03-28 | 1 | -1/+1 |
| | | | | | | | | | | Some systems (e.g. OpenBSD) unconditionally set __CET__ in the C preprocessor. | ||||
* | | camellia/cast consolidation coping | Theo Buehler | 2024-03-29 | 1 | -1/+0 |
| | | |||||
* | | Consolidate whirlpool | Theo Buehler | 2024-03-28 | 1 | -1/+0 |
|/ | |||||
* | More garbage was hiding here | Theo Buehler | 2024-03-27 | 1 | -2/+0 |
| | |||||
* | update.sh: add LIBRESSL_GIT_OPTIONS | Viktor Szakats | 2024-03-22 | 1 | -5/+3 |
| | |||||
* | update.sh: use shallow clone to spare time/bandwidth | Viktor Szakats | 2024-03-20 | 1 | -2/+2 |
| | |||||
* | Update build system for file removal | Theo Buehler | 2024-03-02 | 1 | -1/+1 |
| | |||||
* | upstreamed masm alignment fix | Brent Cook | 2024-02-27 | 1 | -9/+3 |
| | |||||
* | define _MSC_VER when preprocessing, add guards | Brent Cook | 2024-02-25 | 1 | -1/+1 |
| | |||||
* | include placeholder cet.h for cpp | Brent Cook | 2024-02-25 | 1 | -1/+1 |
| | |||||
* | Remove use of endbr64.patch | Theo Buehler | 2024-02-24 | 1 | -1/+0 |
| | |||||
* | Add posix_time.h | Theo Buehler | 2024-02-18 | 1 | -1/+1 |
| | |||||
* | align read only sections on masm/windows to 64 bytes | Brent Cook | 2024-02-12 | 1 | -3/+2 |
| | | | | | Avoid conflicts where alignment is specified later in the underlying assembly. | ||||
* | integrate new upstream endbr64 test code, remove os-specific reverts | Brent Cook | 2024-02-12 | 1 | -19/+8 |
| | |||||
* | restrict patches to windows / macos platforms | Brent Cook | 2023-10-31 | 1 | -5/+22 |
| | |||||
* | portable asm generator patches for portable | Brent Cook | 2023-10-30 | 1 | -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 MASM | Brent Cook | 2023-10-29 | 1 | -0/+1 |
| | |||||
* | Adjust for file removal and renaming | Theo Buehler | 2023-07-28 | 1 | -1/+1 |
| | |||||
* | make update.sh compatible with Solaris 11 tail behavior | Brent Cook | 2023-07-06 | 1 | -1/+1 |
| | |||||
* | move endbr64 removal to preprocessor | Brent Cook | 2023-07-03 | 1 | -9/+0 |
| | |||||
* | fix asm on x86_64 macos | Brent Cook | 2023-05-26 | 1 | -0/+9 |
| | |||||
* | add and enable policy tests | Theo Buehler | 2023-04-28 | 1 | -0/+1 |
| | |||||
* | Drop GF2m assembly | Theo Buehler | 2023-04-15 | 1 | -2/+0 |
| | |||||
* | Hook a few more tests to the build | Theo Buehler | 2023-04-14 | 1 | -0/+2 |
| | |||||
* | Checkout openbsd tag or closest commit when on a release tag | Brent Cook | 2023-03-26 | 1 | -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 mips | Brent Cook | 2023-03-23 | 1 | -1/+1 |
| | |||||
* | fix mips/mips64 builds | Brent Cook | 2023-03-23 | 1 | -34/+63 |
| | |||||
* | generate opensslconf.h based on host cpu architecture | Brent Cook | 2023-02-15 | 1 | -1/+6 |
| | |||||
* | directly grab bn asm source | Brent Cook | 2023-02-13 | 1 | -0/+7 |
| | |||||
* | Revert "pin master build to upstream commit" | Brent Cook | 2023-02-13 | 1 | -1/+2 |
| | | | | This reverts commit a7ca886cb03e52718b51f9dd35ea15f28db71a2b. | ||||
* | autoconf: x509_verify.h is no longer public | Theo Buehler | 2023-02-13 | 1 | -1/+1 |
| | |||||
* | pin master build to upstream commit | Brent Cook | 2023-02-11 | 1 | -2/+1 |
| | |||||
* | Fixes for GitHub organisation rename | Joshua Sing | 2023-01-11 | 1 | -1/+1 |
| |