aboutsummaryrefslogtreecommitdiff
path: root/patches (follow)
Commit message (Collapse)AuthorAgeFilesLines
* LibreSSL 3.2.7Brent Cook2021-09-271-2/+2
|
* LibreSSL 3.2.6v3.2.6Brent Cook2021-08-231-2/+2
|
* LibreSSL 3.2.5v3.2.5Brent Cook2021-03-171-2/+2
|
* update version to LibreSSL 3.2.4Brent Cook2021-02-031-2/+2
|
* LibreSSL 3.2.3v3.2.3Brent Cook2020-12-081-0/+18
|
* disable some additional libtls-standalone bitsBrent Cook2020-10-171-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
|
* defining DEFAULT_CA_FILE only if it is not defined.kinichiro2017-06-041-0/+12
| | | | indicated by Kyle J. McKay mackyle@gmail.com
* rebase netcat patchBrent Cook2017-03-251-15/+15
|
* Add definition of ssize_t to tls.h for Windowskinichiro2017-02-131-0/+32
|
* Fix patch for netcat.ckinichiro2017-02-071-22/+22
|
* use __MINGW_PRINTF_FORMAT for BIO_* print functions if availableBrent Cook2016-11-061-0/+36
|
* update patchesBrent Cook2016-11-062-19/+19
|
* update windows header patchesBrent Cook2016-11-041-3/+3
|
* set correct DEFAULT_CA_FILE pathBrent Cook2016-10-301-14/+24
|
* Enable tests on Visual Studiokinichiro2016-10-302-0/+29
| | | | | | | | | | | - add patch for aeadtest.c to undef IN - add patch for ocsp_test.c to call BIO_sock_init() before getaddrinfo() - define STDERR_FILENO in unistd.h to build pkcs7test.c - add option ENABLE_VSTEST(default OFF) to enable test on Visual Studio - modify to pass test data file as an argument (aeadtest, evptest) - add Windows scripts (ocsptest, pq_test, ssltest, testdsa, testenc, testrsa) - do not build pidwraptest on MSVC - fix some indentations
* rebase nc(1) patchBrent Cook2016-09-041-20/+20
|
* remove DEFAULT_CA_FILE patch, since libtls handles this by defaultBrent Cook2016-08-131-36/+14
|
* avoid BSWAP assembly for ARM <= v6Brent Cook2016-07-171-0/+21
|
* format 64-bit int portably (windows wants %l64d)Brent Cook2016-07-171-0/+19
|
* Revert "remove DEFAULT_CA_FILE patch, since libtls handles this by default"Brent Cook2016-07-091-14/+36
| | | | This reverts commit 30adf9c06e8d3d7ac9e89f4b2b290567bcafa75c.
* remove DEFAULT_CA_FILE patch, since libtls handles this by defaultBrent Cook2016-07-071-36/+14
|
* update for netcat changesBrent Cook2016-06-301-75/+15
|