aboutsummaryrefslogtreecommitdiff
path: root/tls (follow)
Commit message (Collapse)AuthorAgeFilesLines
* simplify packaging for libtls.Brent Cook2014-12-061-2/+9
| | | | | Derive the file list from the Makefile.am template itself (DRY), ensure manpage is packaged with the final tarball.
* add support for building libtlsBrent Cook2014-12-061-0/+10
Use './configure --enable-libtls' to build the library and install the associated manpages. Note that the API and ABI of this library may change still, though feedback is welcome. ok deraadt@ jsing@ tedu@