Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 1c559194 | 2014-10-30 15:40:57 | Add an OpenSSL compatible ./config wrapper This allows sofware expecting OpenSSL's config script, to a limited extent, to continue building without changes. Thanks to technion for pointing this out and providing the initial patch. | ||
| a2373f70 | 2014-10-30 10:52:29 | wrap arc4random header ok @doug | ||
| a4cc9539 | 2014-10-29 15:44:36 | Improve and simplify function and header detection logic. Simplify autoconf checks by using AC_CHECK_FUNCS/HEADERS. Clarify some ambiguous dependencies around strnlen/strndup. Unconditionally enable pidwraptest for all arc4random implementations. Remove HAVE_VASPRINTF conditional, since asprintf requires vasprintf. ok @doug | ||
| 727bccd0 | 2014-10-29 15:59:35 | use the correct HOST_OS for the Windows build ok doug@ | ||
| 72c1e56b | 2014-10-29 15:46:20 | enable -lcrypto -lssl with all test programs directly. This removes the need to specify each one individually. ok doug@ | ||
| ccaf9cdd | 2014-10-26 09:23:03 | remove duplicate (and overlapping) .1 manpages openssl.1 contains all of the information from the other application manpages, and is the only one packaged in OpenBSD. So, remove the other obsolete .1 manpages (and avoid overlapping system pages like passwd.1) | ||
| 8b695e53 | 2014-10-22 19:12:18 | set various glibc flags that also are useful with mingw for example, asprintf/vasprintf are unmasked with _GNU_SOURCE in mingw | ||
| eb26e56b | 2014-10-22 13:06:36 | undef LIBRESSL_INTERNAL for the pidwrap test. | ||
| a91d1013 | 2014-10-22 15:47:31 | update string.h for include strings.h for HPUX environment | ||
| 54259e50 | 2014-10-22 12:37:06 | include a proper check for memmem when configuring unit tests This allows the proper compatibility header definition to be exposed. |