aboutsummaryrefslogtreecommitdiff
path: root/patches (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bump versionv3.6.2Brent Cook2023-02-061-2/+2
|
* add updated patchBrent Cook2023-02-061-0/+17
|
* LibreSSL 3.6.1v3.6.1Brent Cook2022-10-241-0/+18
|
* Regen bio.h.patchTheo Buehler2022-09-061-7/+6
|
* Regen aeadtest.c.patchTheo Buehler2022-09-051-3/+3
|
* Regen tlsexttestc.c.patchTheo Buehler2022-09-051-4/+4
|
* Drop long long casts that are now upstreamTheo Buehler2022-09-051-34/+0
|
* fix corrupted patch on mergeBrent Cook2022-08-291-22/+0
|
* build updates for latest upstreamBrent Cook2022-08-291-0/+22
|
* MSC doesn't have getoptTheo Buehler2022-08-151-0/+18
|
* regen tlsextest patchTheo Buehler2022-08-151-8/+8
| | | | fixes #777
* Update ssl_txt.c patchTheo Buehler2022-06-221-6/+8
|
* Update netcat patchTheo Buehler2022-06-221-12/+12
| | | | Fixes #768
* Stop disabling __attribute__ on Windows with Clangkinichiro2022-04-291-1/+1
| | | | | | | | | On Windows with targeting the MSVC ABI, Clang will define _MSC_VER, and does not treat __attribute__ as a macro. Clang's builtin headers (e.g. immintrin.h) use __attribute__ liberally, and do not expect it to be ifdef-ed away. Suggested from Nicholas Hutchinson by github issue.
* update patchBrent Cook2022-03-211-4/+4
|
* remove local patch now upstreamBrent Cook2022-03-151-38/+0
|
* add infinite loop fix in BN_mod_sqrtBrent Cook2022-03-121-0/+38
|
* rebase patchesBrent Cook2022-02-274-23/+24
|
* rebase patchesBrent Cook2022-02-062-19/+19
|
* rebase tlsexttest patchBrent Cook2021-04-081-3/+3
|
* Land #611, remove libtls-standaloneBrent Cook2020-10-061-18/+2
|\
| * disable some additional libtls-standalone bitsBrent Cook2020-08-201-18/+2
| |
* | rediff patchesBrent Cook2020-09-044-20/+20
|/
* update tlsexttest patchBrent Cook2020-07-061-3/+3
|
* Fix patch for tests/tlsexttest.ckinichiro2020-05-121-42/+7
|
* Enable regress handshake_table on Windowskinichiro2020-05-041-0/+18
|
* rebase patchesBrent Cook2020-02-152-27/+26
|
* update netcat patchBrent Cook2019-11-301-9/+9
|
* rebased netcat patchBrent Cook2019-10-271-17/+17
|
* Use posix_win.c functions on WIN32kinichiro2019-07-283-63/+0
| | | | | | - read() returns bytes count as 1 for crlf unless binary mode isn't specified with open(). Reported by @ulfworsoe in libressl-portable#542 - err could be WSANOTINITIALISED when WSAStartup() is not called
* Force binary mode for open() on WIN32kinichiro2019-07-262-4/+28
| | | | Reported by @ulfworsoe https://github.com/libressl-portable/portable/issues/542
* Enable speed on win32kinichiro2019-07-141-0/+99
| | | | | - Use thread and sleep instead of signal and alarm, on win32 - Disable -multi option on win32 since fork is hard to implement
* rebase patchesBrent Cook2019-05-072-15/+15
|
* update patchBrent Cook2019-02-091-10/+10
|
* add _LP64 checksBrent Cook2019-01-202-0/+22
|
* rebase patchesBrent Cook2019-01-193-21/+21
|
* account for differences in FAIL macrosBrent Cook2019-01-181-2/+2
|
* adjust for latest upstream changesBrent Cook2019-01-181-16/+16
|
* rename modes_lcl patch so it appliesBrent Cook2019-01-071-0/+0
|
* rebase netcat.c.patchBrent Cook2018-11-161-24/+24
|
* Rediffed patches for merge fuzzBrent Cook2018-11-075-40/+38
|
* Misc fixes to bring portable in line with upstream.bobsayshilol2018-11-077-60/+26
|
* Suppress "overriding WinCrypt defines" warningsNobuyoshi Nakada2018-07-291-1/+1
| | | | | Suppress "overriding WinCrypt defines" from openssl/x509.h by defining `NOCRYPT`. Only this file does not check `__WINCRYPT_H__` macro like other headers, since https://github.com/libressl-portable/portable/commit/5d8a1cf7155130bd8101090d7e1d0c2f90d9b123#diff-74b6370bc092dd2988ab577b2eaa21dcR7
* Fix using right functions for file descriptor with MS Visual Studiokinichiro2018-03-183-0/+39
|
* Modify regress tests/tlsexttest.c for 0 sized arraykinichiro2017-12-301-3/+73
| | | | - Windows and hp-ux ANSI compiler can not handle 0 sized array initialization.
* netcat.c.patch: eliminate syntax error from patchKyle J. McKay2017-12-051-1/+1
| | | | | | | | | | | | | If the target system does not define IPV6_TCLASS, this part of the patch handles that with an ENOPROTOOPT error rather than failing to compile. Unfortunately it's missing a trailing semicolon leading to a compilation error. Add the missing semicolon to fix the problem. Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
* Add patch for regress tlsexttestkinichiro2017-09-031-0/+41
| | | | | | Some compiler does not support 0 sized array. This patch changes 0 sized array to have NULL and using variable instead of sizeof function.
* rebase patches on latest, remove fuzzBrent Cook2017-07-173-29/+28
|
* update netcat patchkinichiro2017-07-071-19/+19
|
* update nc patchBrent Cook2017-06-031-22/+30
|