| Commit message (Expand) | Author | Age | Files | Lines |
* | Switch to check_symbol_exists() in simplest cases | Theo Buehler | 2024-08-21 | 1 | -1/+1 |
* | nc needs compat_obj on some platforms | Viktor Szakats | 2023-12-14 | 1 | -1/+1 |
* | also fix ocspcheck and nc, dedupe build logic | Viktor Szakats | 2023-11-05 | 1 | -5/+1 |
* | generate opensslconf.h in build dir for cmake | Brent Cook | 2023-07-04 | 1 | -2/+8 |
* | link internal apps statically | Brent Cook | 2023-05-27 | 1 | -4/+7 |
* | Fix unreachable nc portability shim | Sebastian Blunt | 2022-04-15 | 1 | -2/+1 |
* | Add strtonum to compat library and export it | kinichiro | 2021-12-26 | 2 | -12/+0 |
* | Remove unneeded target_include_directories with cmake | kinichiro | 2021-12-04 | 1 | -0/+1 |
* | Force cmake to link strtonum shim with Darwin less than 20 | kinichiro | 2021-05-22 | 1 | -1/+2 |
* | Statically link libcrypto/ssl into libtls with cmake | kinichiro | 2021-05-07 | 1 | -1/+1 |
* | modify nc build to link libcompat objects directly | Brent Cook | 2020-10-20 | 1 | -2/+6 |
* | Link crypto and ssl object files directly instead of static library | kinichiro | 2020-10-04 | 1 | -1/+1 |
* | Configure libtls and nc(1) to statically link to libcrypto/ssl | Brent Cook | 2020-10-04 | 1 | -3/+3 |
* | add private includes for apps and tests | Brent Cook | 2018-06-14 | 1 | -1/+1 |
* | scope private/public headers when embedding into other projects | Brent Cook | 2018-05-29 | 1 | -7/+1 |
* | Merge branch 'master' of https://github.com/libressl-portable/portable into S... | d3x0r | 2017-07-06 | 1 | -2/+2 |
|\ |
|
| * | use GNUInstallDirs from cmake to specify install paths. | d3x0r | 2017-07-06 | 1 | -2/+2 |
* | | Add option LIBRESSL_SKIP_INSTALL | d3x0r | 2017-07-06 | 1 | -2/+4 |
|/ |
|
* | add nc(1) manpage to install if enabled | Brent Cook | 2017-04-12 | 1 | -0/+1 |
* | Copy libc compat files rather than adding into the repository | kinichiro | 2017-01-28 | 2 | -380/+0 |
* | fix static mingw builds, platform LDADD needs to come at the end | Brent Cook | 2017-01-09 | 1 | -2/+2 |
* | remove DEFAULT_CA_FILE patch, since libtls handles this by default | Brent Cook | 2016-08-13 | 1 | -5/+0 |
* | Revert "remove DEFAULT_CA_FILE patch, since libtls handles this by default" | Brent Cook | 2016-07-09 | 1 | -0/+5 |
* | remove DEFAULT_CA_FILE patch, since libtls handles this by default | Brent Cook | 2016-07-07 | 1 | -5/+0 |
* | Land #192, fix fix ld warning "attempted multiple inclusion of file" on Solaris | Brent Cook | 2016-05-02 | 1 | -3/+3 |
|\ |
|
| * | fix ld warning "attempted multiple inclusion of file" on Solaris | kinichiro | 2016-04-21 | 1 | -3/+3 |
* | | add cmake build options | kinichiro | 2016-04-14 | 1 | -0/+6 |
|/ |
|
* | modify cmake to build nc | kinichiro | 2016-04-09 | 2 | -0/+55 |
* | allow optionally installing nc(1) with '--enable-nc' | Brent Cook | 2015-12-07 | 1 | -0/+4 |
* | fixup cert.pem path override for libtls, add for nc(1) | Brent Cook | 2015-12-07 | 1 | -0/+5 |
* | ensure we don't pass a negative int to ctypes functions | Brent Cook | 2015-11-23 | 1 | -3/+3 |
* | nc: Use AM_CPPFLAGS, not CPPFLAGS in Makefile.am | Jeremy Huddleston Sequoia | 2015-10-14 | 1 | -1/+1 |
* | add b64_ntop checking and fallback for nc(1) | Brent Cook | 2015-10-01 | 2 | -0/+319 |
* | fix a library paths, nc patch | Brent Cook | 2015-09-13 | 1 | -2/+2 |
* | a few more linux nc build tweaks | Brent Cook | 2015-09-13 | 1 | -0/+2 |
* | allow nc to build on linux and os x | Brent Cook | 2015-09-13 | 6 | -5/+361 |
* | readd openssl.1, distribute nc.1 | Brent Cook | 2015-09-13 | 1 | -0/+2 |
* | restrict nc to openbsd builds for now | Brent Cook | 2015-09-12 | 1 | -0/+4 |
* | correct nc compat path | Brent Cook | 2015-09-12 | 1 | -1/+1 |
* | add some backcompat in nc, don't install it | Brent Cook | 2015-09-12 | 1 | -1/+9 |
* | add 'nc' to the distribution as an example of libtls client and server | Brent Cook | 2015-09-12 | 1 | -0/+11 |