Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rebase aarch64 crypto_arch.h patch | Brent Cook | 2 days | 1 | -3/+6 |
| | |||||
* | Disable SHA-256 asm for aarch64 | Theo Buehler | 8 days | 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 |
| | |||||
* | remove Windows lld workaround | Brent Cook | 2023-07-07 | 1 | -21/+0 |
| | |||||
* | Land #886, add compat getopt implementation | Brent Cook | 2023-07-07 | 2 | -36/+0 |
|\ | |||||
| * | add compat getopt implementation, remove patches | Brent Cook | 2023-07-07 | 2 | -36/+0 |
| | | | | | | | | | | | | | | | | | | This adds a getopt implementation for compatibility where it is not available, removing a couple of regress patches. Note, this is a slightly modified copy from OpenBSD libc that doesn't expose getopt_long, which has dependency conflicts with Windows system headers and isn't needed anyway. | ||||
* | | remove aeadtest patch upstreamed | Brent Cook | 2023-07-07 | 1 | -15/+0 |
|/ | |||||
* | Remove patches merged into upstream | Theo Buehler | 2023-07-05 | 2 | -149/+0 |
| | |||||
* | Add hidden/openssl/chacha.h | Theo Buehler | 2023-07-05 | 1 | -0/+14 |
| | |||||
* | Remove patch that was merged upstream | Theo Buehler | 2023-07-05 | 1 | -35/+0 |
| | |||||
* | Remove patch that was merged into upstream | Theo Buehler | 2023-07-05 | 1 | -76/+0 |
| | |||||
* | Regen patches | Theo Buehler | 2023-06-24 | 2 | -4/+4 |
| | |||||
* | speed.c: move errstr out of #ifndef | Theo Buehler | 2023-05-21 | 1 | -4/+3 |
| | |||||
* | Regen speed.c diff | Theo Buehler | 2023-05-21 | 1 | -18/+18 |
| | |||||
* | regen tlsexttest.patch | Theo Buehler | 2023-04-28 | 1 | -7/+7 |
| | |||||
* | patching a non-existent file doesn't work so well... | Theo Buehler | 2023-04-26 | 1 | -18/+0 |
| |