aboutsummaryrefslogtreecommitdiff
path: root/apps (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix checking memmem in apps/ocspcheck/CMakeLists.txtkinichiro2017-09-261-1/+1
* use standard initialization for poll loop delayBrent Cook2017-08-131-1/+3
* Merge branch 'master' of https://github.com/libressl-portable/portable into S...d3x0r2017-07-063-6/+7
|\
| * use GNUInstallDirs from cmake to specify install paths.d3x0r2017-07-063-6/+6
* | Add option LIBRESSL_SKIP_INSTALLd3x0r2017-07-063-8/+16
|/
* add nc(1) manpage to install if enabledBrent Cook2017-04-121-0/+1
* Copy libc compat files rather than adding into the repositorykinichiro2017-01-282-380/+0
* skip building ocspcheck on MSCVBrent Cook2017-01-271-0/+4
* Copy openbsd library file every time rather than statically checking inkinichiro2017-01-273-267/+0
* Add inet_ntop and memmem for ocspcheckkinichiro2017-01-264-0/+289
* Move strsep.c to crypto/compat/ and add ocspcheck build to CMakekinichiro2017-01-251-0/+1
* initial ocspcheck integrationBrent Cook2017-01-243-1/+40
* fix static mingw builds, platform LDADD needs to come at the endBrent Cook2017-01-092-4/+4
* remove unneeded slash after DESTDIRkinichiro2016-10-301-4/+4
* remove cmsBrent Cook2016-09-142-2/+0
* remove DEFAULT_CA_FILE patch, since libtls handles this by defaultBrent Cook2016-08-131-5/+0
* Revert "remove DEFAULT_CA_FILE patch, since libtls handles this by default"Brent Cook2016-07-091-0/+5
* remove DEFAULT_CA_FILE patch, since libtls handles this by defaultBrent Cook2016-07-071-5/+0
* Land #192, fix fix ld warning "attempted multiple inclusion of file" on SolarisBrent Cook2016-05-022-5/+5
|\
| * fix ld warning "attempted multiple inclusion of file" on Solariskinichiro2016-04-212-5/+5
* | add cmake build optionskinichiro2016-04-142-0/+14
|/
* modify cmake to build nckinichiro2016-04-095-80/+139
* allow optionally installing nc(1) with '--enable-nc'Brent Cook2015-12-071-0/+4
* fixup cert.pem path override for libtls, add for nc(1)Brent Cook2015-12-071-0/+5
* ensure we don't pass a negative int to ctypes functionsBrent Cook2015-11-231-3/+3
* update apps.h includeBrent Cook2015-10-181-1/+1
* Windows compatibility fixesBrent Cook2015-10-184-6/+5
* nc: Use AM_CPPFLAGS, not CPPFLAGS in Makefile.amJeremy Huddleston Sequoia2015-10-141-1/+1
* add b64_ntop checking and fallback for nc(1)Brent Cook2015-10-012-0/+319
* visual studio path updatesBrent Cook2015-09-183-3/+4
* fix a library paths, nc patchBrent Cook2015-09-131-2/+2
* a few more linux nc build tweaksBrent Cook2015-09-131-0/+2
* allow nc to build on linux and os xBrent Cook2015-09-136-5/+361
* move windows file IO mode setup to apps_win.cBrent Cook2015-09-131-0/+31
* readd openssl.1, distribute nc.1Brent Cook2015-09-132-0/+4
* restrict nc to openbsd builds for nowBrent Cook2015-09-121-0/+4
* correct nc compat pathBrent Cook2015-09-121-1/+1
* add some backcompat in nc, don't install itBrent Cook2015-09-121-1/+9
* add 'nc' to the distribution as an example of libtls client and serverBrent Cook2015-09-127-168/+183
* remove engine.c from CMakeBrent Cook2015-09-111-1/+0
* remove engine from openssl(1)Brent Cook2015-09-111-1/+0
* Add install targets and shared libraries to CMakeJeff Davey2015-08-181-0/+2
* add cmake testsBrent Cook2015-07-211-5/+0
* add initial CMake and Visual Studio build supportBrent Cook2015-07-212-0/+85
* fixup how OPENSSLDIR is derived and expandedBrent Cook2015-07-151-8/+18
* Improve automatic handling of OPENSSLDIRBrent Cook2015-07-121-1/+21
* rework CFLAGS/CPPFLAGS settings during configurationBrent Cook2015-03-221-1/+0
* fix hangs reading stdin on WindowsBrent Cook2015-03-081-23/+16
* conditionally build certhash into openssl(1)Brent Cook2015-02-142-1/+19
* add the new openssl(1) certhash commandBrent Cook2015-02-111-0/+1