kc3-lang/libressl

Branch :


Log

Author Commit Date CI Message
03cd45e2 2014-12-06 18:43:58 Enable optimized crypto operations for x86_64 This adds initial support for assembly crypto acceleration on x86_64 for ELF (Linux, *BSD, Solaris) and Mach-O (OS-X) systems. The build method is a little different than OpenSSL and OpenBSD. All the .s files are generated ahead of time when the tarball is generated, so there are no complicated makefile rules at configure/build time. This also means the builds are faster and perl is not required on the build system. Thanks to Wouter Clarie for providing the initial cleanup and patch that this is based on.
e57d5d8b 2014-12-07 13:12:41 sync man links from upstream I really need write something to automate this.
976f64d9 2014-12-06 18:59:25 read all library versions directly from files This makes building and testing easier because the library Makefile.am files are use directly rather than as templates. Thanks to Wouter Clarie for the idea.
14f4175b 2014-12-06 17:39:07 split long manpage makefile lines.
29804a73 2014-12-06 17:11:59 simplify packaging for libcrypto. Remove a lot of complex shell code. Upstream churn has slowed down, so it is now easier to maintain this directly as automake files. This is also needed to start integrating CPU-specific acceleration support. Since we are deriving the copy list from the Makefile.am files, we can now get rid of copy_src/copy_crypto.
605acdce 2014-12-06 17:47:44 remove obsolete define
d643bcf4 2014-12-06 17:47:30 simplify packaging for libssl. Follow libtls and derive the file list from the Makefile.am template itself.
13035fa6 2014-12-06 11:20:56 simplify building the apps Makefile Remove extra machinery in favor of a plain-old Makefile.am. Tighten up what files are copied on build, package a simple openssl.cnf.
33ff088a 2014-12-06 10:21:23 simplify packaging for libtls. Derive the file list from the Makefile.am template itself (DRY), ensure manpage is packaged with the final tarball.
d3ea95b9 2014-12-06 09:29:22 update changelog for libtls