Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | security updatev3.5.4 | Brent Cook | 2023-02-07 | 2 | -3/+20 |
| | |||||
* | add local patch for https://github.com/libressl-portable/portable/issues/760 | Brent Cook | 2022-07-10 | 1 | -0/+45 |
| | |||||
* | 3.5.3 stable updatev3.5.3 | Brent Cook | 2022-05-15 | 1 | -0/+18 |
| | |||||
* | update patch | Brent Cook | 2022-03-21 | 1 | -4/+4 |
| | |||||
* | remove local patch now upstream | Brent Cook | 2022-03-15 | 1 | -38/+0 |
| | |||||
* | add infinite loop fix in BN_mod_sqrt | Brent Cook | 2022-03-12 | 1 | -0/+38 |
| | |||||
* | rebase patches | Brent Cook | 2022-02-27 | 4 | -23/+24 |
| | |||||
* | rebase patches | Brent Cook | 2022-02-06 | 2 | -19/+19 |
| | |||||
* | rebase tlsexttest patch | Brent Cook | 2021-04-08 | 1 | -3/+3 |
| | |||||
* | Land #611, remove libtls-standalone | Brent Cook | 2020-10-06 | 1 | -18/+2 |
|\ | |||||
| * | disable some additional libtls-standalone bits | Brent Cook | 2020-08-20 | 1 | -18/+2 |
| | | |||||
* | | rediff patches | Brent Cook | 2020-09-04 | 4 | -20/+20 |
|/ | |||||
* | update tlsexttest patch | Brent Cook | 2020-07-06 | 1 | -3/+3 |
| | |||||
* | Fix patch for tests/tlsexttest.c | kinichiro | 2020-05-12 | 1 | -42/+7 |
| | |||||
* | Enable regress handshake_table on Windows | kinichiro | 2020-05-04 | 1 | -0/+18 |
| | |||||
* | rebase patches | Brent Cook | 2020-02-15 | 2 | -27/+26 |
| | |||||
* | update netcat patch | Brent Cook | 2019-11-30 | 1 | -9/+9 |
| | |||||
* | rebased netcat patch | Brent Cook | 2019-10-27 | 1 | -17/+17 |
| | |||||
* | Use posix_win.c functions on WIN32 | kinichiro | 2019-07-28 | 3 | -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 WIN32 | kinichiro | 2019-07-26 | 2 | -4/+28 |
| | | | | Reported by @ulfworsoe https://github.com/libressl-portable/portable/issues/542 | ||||
* | Enable speed on win32 | kinichiro | 2019-07-14 | 1 | -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 patches | Brent Cook | 2019-05-07 | 2 | -15/+15 |
| | |||||
* | update patch | Brent Cook | 2019-02-09 | 1 | -10/+10 |
| | |||||
* | add _LP64 checks | Brent Cook | 2019-01-20 | 2 | -0/+22 |
| | |||||
* | rebase patches | Brent Cook | 2019-01-19 | 3 | -21/+21 |
| | |||||
* | account for differences in FAIL macros | Brent Cook | 2019-01-18 | 1 | -2/+2 |
| | |||||
* | adjust for latest upstream changes | Brent Cook | 2019-01-18 | 1 | -16/+16 |
| | |||||
* | rename modes_lcl patch so it applies | Brent Cook | 2019-01-07 | 1 | -0/+0 |
| | |||||
* | rebase netcat.c.patch | Brent Cook | 2018-11-16 | 1 | -24/+24 |
| | |||||
* | Rediffed patches for merge fuzz | Brent Cook | 2018-11-07 | 5 | -40/+38 |
| | |||||
* | Misc fixes to bring portable in line with upstream. | bobsayshilol | 2018-11-07 | 7 | -60/+26 |
| | |||||
* | Suppress "overriding WinCrypt defines" warnings | Nobuyoshi Nakada | 2018-07-29 | 1 | -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 Studio | kinichiro | 2018-03-18 | 3 | -0/+39 |
| | |||||
* | Modify regress tests/tlsexttest.c for 0 sized array | kinichiro | 2017-12-30 | 1 | -3/+73 |
| | | | | - Windows and hp-ux ANSI compiler can not handle 0 sized array initialization. | ||||
* | netcat.c.patch: eliminate syntax error from patch | Kyle J. McKay | 2017-12-05 | 1 | -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 tlsexttest | kinichiro | 2017-09-03 | 1 | -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 fuzz | Brent Cook | 2017-07-17 | 3 | -29/+28 |
| | |||||
* | update netcat patch | kinichiro | 2017-07-07 | 1 | -19/+19 |
| | |||||
* | update nc patch | Brent Cook | 2017-06-03 | 1 | -22/+30 |
| | |||||
* | defining DEFAULT_CA_FILE only if it is not defined. | kinichiro | 2017-06-04 | 1 | -0/+12 |
| | | | | indicated by Kyle J. McKay mackyle@gmail.com | ||||
* | rebase netcat patch | Brent Cook | 2017-03-25 | 1 | -15/+15 |
| | |||||
* | Add definition of ssize_t to tls.h for Windows | kinichiro | 2017-02-13 | 1 | -0/+32 |
| | |||||
* | Fix patch for netcat.c | kinichiro | 2017-02-07 | 1 | -22/+22 |
| | |||||
* | use __MINGW_PRINTF_FORMAT for BIO_* print functions if available | Brent Cook | 2016-11-06 | 1 | -0/+36 |
| | |||||
* | update patches | Brent Cook | 2016-11-06 | 2 | -19/+19 |
| | |||||
* | update windows header patches | Brent Cook | 2016-11-04 | 1 | -3/+3 |
| | |||||
* | set correct DEFAULT_CA_FILE path | Brent Cook | 2016-10-30 | 1 | -14/+24 |
| | |||||
* | Enable tests on Visual Studio | kinichiro | 2016-10-30 | 2 | -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) patch | Brent Cook | 2016-09-04 | 1 | -20/+20 |
| | |||||
* | remove DEFAULT_CA_FILE patch, since libtls handles this by default | Brent Cook | 2016-08-13 | 1 | -36/+14 |
| |