Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Remove OPENSSL_NO_DEPRECATED from e_old.c | Theo Buehler | 2023-04-25 | 1 | -0/+18 |
| | |||||
* | regen openssl patch | Theo Buehler | 2023-04-25 | 1 | -3/+3 |
| | |||||
* | regen tlsexttest.c patch | Theo Buehler | 2023-04-25 | 1 | -7/+7 |
| | |||||
* | Regen x509.h patch | Theo Buehler | 2023-04-18 | 1 | -4/+4 |
| | |||||
* | Fix build for MSVC | Brent Cook | 2023-03-15 | 5 | -24/+192 |
| | |||||
* | Adjust patch to recent speed.c change | Theo Buehler | 2023-02-28 | 1 | -1/+1 |
| | |||||
* | stop exposing hidden defines in public opensslconf.h | Brent Cook | 2023-02-28 | 2 | -0/+26 |
| | | | | pull in hidden headers instead, patching drectly for Windows support | ||||
* | disable BN asm for amd64 win32 build | Brent Cook | 2023-02-27 | 1 | -0/+21 |
| | |||||
* | remove unused patch | Brent Cook | 2023-02-21 | 1 | -11/+0 |
| | |||||
* | generate opensslconf.h based on host cpu architecture | Brent Cook | 2023-02-15 | 1 | -24/+0 |
| | |||||
* | update bn_shift patch | Brent Cook | 2023-02-13 | 1 | -5/+5 |
| | |||||
* | refresh patches | Theo Buehler | 2023-02-13 | 2 | -19/+19 |
| | |||||
* | Remove obsolete bn_div patch | Theo Buehler | 2023-02-13 | 1 | -11/+0 |
| | |||||
* | remove unneeded patch | Brent Cook | 2023-01-04 | 1 | -11/+0 |
| | |||||
* | Use bigger hammer to disable benchmarks | Theo Buehler | 2022-12-18 | 1 | -17/+6 |
| | |||||
* | Disable bn_shift benchmarks on Windows | Theo Buehler | 2022-12-18 | 1 | -0/+45 |
| | | | | Windows doesn't know about SIGALRM | ||||
* | Patch in use of BN_zero() until next sync | Theo Buehler | 2022-12-18 | 1 | -0/+11 |
| | |||||
* | regen bn_isqrt.c patch | Theo Buehler | 2022-12-09 | 1 | -4/+4 |
| | |||||
* | regen patches | Theo Buehler | 2022-11-27 | 2 | -7/+7 |
| | |||||
* | Adjust patches for lcl.h -> local.h rename | Theo Buehler | 2022-11-27 | 2 | -4/+4 |
| | |||||
* | Don't leak namespace macros out of the library | Theo Buehler | 2022-11-23 | 1 | -2/+2 |
| |