Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 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 | ||
| b3270494 | 2014-12-04 22:37:22 | add support for building libtls 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@ | ||
| fc5e43c3 | 2014-12-03 23:11:08 | update changelog for 2.1.2 | ||
| a19dd0e6 | 2014-12-03 22:58:24 | better cleanup biotest.c | ||
| e83c30c1 | 2014-11-20 07:32:15 | monkey patch more POSIX-like behavior out of winsock 2 Windows sockets functions look on the outside like they behave similarly to POSIX functions, but there are many subtle and glaring differences, including errors reported via WSAGetLastError, read, write, and close do not work on sockets, setsockopt takes a (char *) rather than (void *), etc. This header implements wrappers that coerce more POSIX-like behavior from these functions, making portable code easier to develop. BENEFITS: One does not necessarily need to sprinkle #ifdefs around code to handle the Windows and non-Windows behavior when porting code. CAVEATS: There may be performance implications with the 'mother-may-I' approach to determining if a descriptor is a socket or a file. The errno mappings are not 100% what one might expect compared to POSIX since there were not always good 1:1 equivalents from the WSA errors. | ||
| cccdd689 | 2014-11-19 07:43:07 | add minimal winsock->BSD networking header shims also add license header to existing shims |