aboutsummaryrefslogtreecommitdiff
path: root/patches (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Regen netcat patchTheo Buehler2024-08-171-10/+10
|
* regen patchesTheo Buehler2024-08-023-9/+9
|
* Simplify speed.c diffTheo Buehler2024-07-131-5/+3
|
* speed.c is likely broken on Windows, so add a hackTheo Buehler2024-07-131-12/+29
|
* Make RFC 5280 test xfail on 32-bit time_t systemsTheo Buehler2024-05-261-48/+0
|
* Rebase crypto_namespace.h.patchTheo Buehler2024-04-111-4/+4
|
* Rebase weird _WIN32 hack for BNTheo Buehler2024-03-271-8/+13
|
* Regen openssl.c.patchTheo Buehler2024-03-041-3/+3
|
* upstreamed masm alignment fixBrent Cook2024-02-271-30/+0
|
* The endbr64.patch is now upstreamTheo Buehler2024-02-241-1215/+0
|
* align read only sections on masm/windows to 64 bytesBrent Cook2024-02-121-0/+30
| | | | | Avoid conflicts where alignment is specified later in the underlying assembly.
* integrate new upstream endbr64 test code, remove os-specific revertsBrent Cook2024-02-126-1732/+1215
|
* Stop undefining X509_CERT_PAIRTheo Buehler2023-12-191-4/+2
| | | | Pointed out in #910
* remove additional endbr64 patch, add tests for macos-11Brent Cook2023-11-181-0/+20
|
* amd64/bn_arch.h: avoid redefinition of `OPENSSL_NO_ASM`Viktor Szakats2023-11-081-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 warningsBrent Cook2023-11-011-17/+15
|\
| * Allow disabling warning about WINCRYPT overridesTheo Buehler2023-11-011-17/+15
| | | | | | | | Fixes #919
* | portable asm generator patches for portableBrent Cook2023-10-304-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 patchTheo Buehler2023-08-151-6/+6
|
* Update x509.h patchTheo Buehler2023-08-031-4/+3
|
* Regen patchesTheo Buehler2023-07-282-7/+7
|
* Rebase modes_local.h patch over KNF rampageTheo Buehler2023-07-081-13/+10
|
* upstreamed ocsp_testBrent Cook2023-07-071-14/+0
|
* remove Windows lld workaroundBrent Cook2023-07-071-21/+0
|
* Land #886, add compat getopt implementationBrent Cook2023-07-072-36/+0
|\
| * add compat getopt implementation, remove patchesBrent Cook2023-07-072-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 upstreamedBrent Cook2023-07-071-15/+0
|/
* Remove patches merged into upstreamTheo Buehler2023-07-052-149/+0
|
* Add hidden/openssl/chacha.hTheo Buehler2023-07-051-0/+14
|
* Remove patch that was merged upstreamTheo Buehler2023-07-051-35/+0
|
* Remove patch that was merged into upstreamTheo Buehler2023-07-051-76/+0
|
* Regen patchesTheo Buehler2023-06-242-4/+4
|
* speed.c: move errstr out of #ifndefTheo Buehler2023-05-211-4/+3
|
* Regen speed.c diffTheo Buehler2023-05-211-18/+18
|
* regen tlsexttest.patchTheo Buehler2023-04-281-7/+7
|
* patching a non-existent file doesn't work so well...Theo Buehler2023-04-261-18/+0
|
* Remove OPENSSL_NO_DEPRECATED from e_old.cTheo Buehler2023-04-251-0/+18
|
* regen openssl patchTheo Buehler2023-04-251-3/+3
|
* regen tlsexttest.c patchTheo Buehler2023-04-251-7/+7
|
* Regen x509.h patchTheo Buehler2023-04-181-4/+4
|
* Fix build for MSVCBrent Cook2023-03-155-24/+192
|
* Adjust patch to recent speed.c changeTheo Buehler2023-02-281-1/+1
|
* stop exposing hidden defines in public opensslconf.hBrent Cook2023-02-282-0/+26
| | | | pull in hidden headers instead, patching drectly for Windows support
* disable BN asm for amd64 win32 buildBrent Cook2023-02-271-0/+21
|
* remove unused patchBrent Cook2023-02-211-11/+0
|
* generate opensslconf.h based on host cpu architectureBrent Cook2023-02-151-24/+0
|
* update bn_shift patchBrent Cook2023-02-131-5/+5
|
* refresh patchesTheo Buehler2023-02-132-19/+19
|
* Remove obsolete bn_div patchTheo Buehler2023-02-131-11/+0
|
* remove unneeded patchBrent Cook2023-01-041-11/+0
|