aboutsummaryrefslogtreecommitdiff
path: root/tls/Makefile.am (follow)
Commit message (Expand)AuthorAgeFilesLines
* only link libtls statically to libssl/libcrypto when building standaloneBrent Cook2023-07-051-1/+8
* fix dangling whitespace when building object listBrent Cook2023-05-271-1/+1
* add direct source dependency to each libraryBrent Cook2022-12-141-0/+1
* Build a static test library with all symbolsBrent Cook2022-12-131-0/+9
* Add tls/tls_signer.ckinichiro2022-01-261-0/+1
* Link crypto and ssl object files directly instead of static librarykinichiro2020-10-041-3/+8
* Configure libtls and nc(1) to statically link to libcrypto/sslBrent Cook2020-10-041-3/+3
* Override the default path of cert.pem in libtlskinichiro2019-11-161-2/+2
* update autoconf for latest compat functionsBrent Cook2019-01-311-1/+0
* Add compat bits for libtls on Windowskinichiro2018-02-251-0/+7
* Add tls/tls_keypair.ckinichiro2018-02-111-0/+1
* Move strsep.c to crypto/compat/ and add ocspcheck build to CMakekinichiro2017-01-251-4/+0
* Stop generating .def files by update.shkinichiro2017-01-181-1/+0
* implement support for hiding symbols in libtls / libsslBrent Cook2016-11-061-1/+2
* Add tls_ocsp.c to Makefile.am and CMakeLists.txtkinichiro2016-11-041-0/+1
* export DLLs functions for MSVC with CMakekinichiro2016-10-301-0/+1
* Portable code part for callbacks in accept/connectTobias Pape2016-06-281-0/+1
* fix ld warning "attempted multiple inclusion of file" on Solariskinichiro2016-04-211-1/+3
* fixup cert.pem path override for libtls, add for nc(1)Brent Cook2015-12-071-2/+2
* override _PATH_SSL_CA_FILE with OPENSSLDIR at build timeBrent Cook2015-12-061-0/+7
* include new tls headersBrent Cook2015-09-131-0/+1
* add 'nc' to the distribution as an example of libtls client and serverBrent Cook2015-09-121-0/+1
* add initial CMake and Visual Studio build supportBrent Cook2015-07-211-0/+1
* revert changes to libtls-standalone Makefile.am that ended up in tlsBrent Cook2015-05-231-3/+5
* stub in initial libtls standalone treeBrent Cook2015-05-231-5/+3
* rework CFLAGS/CPPFLAGS settings during configurationBrent Cook2015-03-221-1/+0
* enable libtls by defaultBrent Cook2015-03-191-3/+0
* add strsep fallback for libtlsBrent Cook2015-02-141-0/+5
* add all LIBADD dependencies for tlsBrent Cook2014-12-141-1/+1
* allow Windows DLLs to be builtBrent Cook2014-12-141-1/+1
* add LIBADD library dependencies to libssl/libtlsBrent Cook2014-12-141-0/+1
* read all library versions directly from filesBrent Cook2014-12-061-0/+18