Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | regen amd64 crypto_arch.patch | Theo Buehler | 2025-07-23 | 1 | -4/+4 |
| | |||||
* | Adjust to GCM refactoring | Theo Buehler | 2025-06-29 | 3 | -34/+34 |
| | |||||
* | regen nc patch | Theo Buehler | 2025-06-27 | 1 | -13/+13 |
| | |||||
* | Revert "Sprinkle some #ifdef" | Theo Buehler | 2025-06-17 | 2 | -110/+0 |
| | | | | This reverts commit a64e99ae2562f8294e0910ce2b72aa17249bd1aa. | ||||
* | Sprinkle some #ifdef | Theo Buehler | 2025-06-16 | 2 | -0/+110 |
| | |||||
* | regen patches | Theo Buehler | 2025-06-16 | 2 | -8/+8 |
| | |||||
* | regen patch | Theo Buehler | 2025-05-31 | 1 | -1/+1 |
| | |||||
* | Windows still doesn't understand __attribute__ | Theo Buehler | 2025-05-31 | 1 | -0/+11 |
| | |||||
* | regen netcat.c patch | Theo Buehler | 2025-05-31 | 1 | -14/+14 |
| | |||||
* | regen openssl.c patch | Theo Buehler | 2025-05-31 | 1 | -3/+3 |
| | |||||
* | regen speed.c patch | Theo Buehler | 2025-05-31 | 1 | -13/+13 |
| | |||||
* | create noop and apple cpu_caps checks for aarch64 | Brent Cook | 2025-05-19 | 1 | -39/+0 |
| | |||||
* | Remove no longer needed modes_local patch | Theo Buehler | 2025-04-29 | 1 | -18/+0 |
| | | | | Fixes #1153 | ||||
* | rebase aarch64 crypto_arch.h patch | Brent Cook | 2025-03-13 | 1 | -3/+6 |
| | |||||
* | Disable SHA-256 asm for aarch64 | Theo Buehler | 2025-03-07 | 1 | -0/+13 |
| | |||||
* | disable sha-asm on amd64 | Theo Buehler | 2025-02-14 | 1 | -0/+18 |
| | |||||
* | Update for speed.c and .h churn | Theo Buehler | 2025-01-02 | 2 | -16/+17 |
| | |||||
* | tb, you should know by now that windows has no __attribute__ | Theo Buehler | 2024-12-26 | 1 | -0/+11 |
| | |||||
* | Fix CTASSERT() once and for all | Theo Buehler | 2024-12-14 | 1 | -8/+8 |
| | |||||
* | Regen crypto-cpu-caps.c patches | Theo Buehler | 2024-12-14 | 2 | -8/+8 |
| | |||||
* | Update speed patch | Theo Buehler | 2024-12-14 | 1 | -12/+12 |
| | |||||
* | Teach windows some more about __attribute__ | Theo Buehler | 2024-11-08 | 1 | -0/+11 |
| | |||||
* | Hook up new aarch64 feature detection | Theo Buehler | 2024-11-08 | 1 | -0/+39 |
| | |||||
* | Simplify patch and use %llu | Theo Buehler | 2024-11-03 | 1 | -11/+5 |
| | |||||
* | Print uid_t portably with PRIu64. | Jonas 'Sortie' Termansen | 2024-11-02 | 1 | -0/+21 |
| | |||||
* | Also disable cpu caps on windows i386 | Theo Buehler | 2024-10-18 | 1 | -0/+20 |
| | |||||
* | disable cpu caps on windows for now | Theo Buehler | 2024-10-18 | 1 | -0/+20 |
| | |||||
* | Regen netcat patch | Theo Buehler | 2024-08-17 | 1 | -10/+10 |
| | |||||
* | regen patches | Theo Buehler | 2024-08-02 | 3 | -9/+9 |
| | |||||
* | Simplify speed.c diff | Theo Buehler | 2024-07-13 | 1 | -5/+3 |
| | |||||
* | speed.c is likely broken on Windows, so add a hack | Theo Buehler | 2024-07-13 | 1 | -12/+29 |
| | |||||
* | Make RFC 5280 test xfail on 32-bit time_t systems | Theo Buehler | 2024-05-26 | 1 | -48/+0 |
| | |||||
* | Rebase crypto_namespace.h.patch | Theo Buehler | 2024-04-11 | 1 | -4/+4 |
| | |||||
* | Rebase weird _WIN32 hack for BN | Theo Buehler | 2024-03-27 | 1 | -8/+13 |
| | |||||
* | Regen openssl.c.patch | Theo Buehler | 2024-03-04 | 1 | -3/+3 |
| | |||||
* | upstreamed masm alignment fix | Brent Cook | 2024-02-27 | 1 | -30/+0 |
| | |||||
* | The endbr64.patch is now upstream | Theo Buehler | 2024-02-24 | 1 | -1215/+0 |
| | |||||
* | align read only sections on masm/windows to 64 bytes | Brent Cook | 2024-02-12 | 1 | -0/+30 |
| | | | | | 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 | 6 | -1732/+1215 |
| | |||||
* | Stop undefining X509_CERT_PAIR | Theo Buehler | 2023-12-19 | 1 | -4/+2 |
| | | | | Pointed out in #910 | ||||
* | remove additional endbr64 patch, add tests for macos-11 | Brent Cook | 2023-11-18 | 1 | -0/+20 |
| | |||||
* | amd64/bn_arch.h: avoid redefinition of `OPENSSL_NO_ASM` | Viktor Szakats | 2023-11-08 | 1 | -2/+4 |
| | | | | | | | | | | | | | | Fixes this warning when `OPENSSL_NO_ASM` is already set by the build system (seen with CMake): ``` In file included from ./libressl/crypto/bn/bn_mul.c:65: ./libressl/crypto/bn/arch/amd64/bn_arch.h:24:9: warning: 'OPENSSL_NO_ASM' macro redefined [-Wmacro-redefined] ^ <command line>:10:9: note: previous definition is here ^ ``` Reported in #910 | ||||
* | Land #924, allow disabling WINCRYPT warnings | Brent Cook | 2023-11-01 | 1 | -17/+15 |
|\ | |||||
| * | Allow disabling warning about WINCRYPT overrides | Theo Buehler | 2023-11-01 | 1 | -17/+15 |
| | | | | | | | | Fixes #919 | ||||
* | | portable asm generator patches for portable | Brent Cook | 2023-10-30 | 4 | -0/+1712 |
|/ | | | | | | 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. | ||||
* | Regen netcat patch | Theo Buehler | 2023-08-15 | 1 | -6/+6 |
| | |||||
* | Update x509.h patch | Theo Buehler | 2023-08-03 | 1 | -4/+3 |
| | |||||
* | Regen patches | Theo Buehler | 2023-07-28 | 2 | -7/+7 |
| | |||||
* | Rebase modes_local.h patch over KNF rampage | Theo Buehler | 2023-07-08 | 1 | -13/+10 |
| | |||||
* | upstreamed ocsp_test | Brent Cook | 2023-07-07 | 1 | -14/+0 |
| |