Commit Graph

  • f8195c9c22 check link requirements for dl_iterate_phdr Brent Cook 2014-07-27 06:15:26 -05:00
  • 1b62d5e416 remove bash-isms from test scripts Brent Cook 2014-07-27 06:13:54 -05:00
  • 0a74a4d464 add strndup/strnlen compat functions from OpenBSD Brent Cook 2014-07-27 06:11:56 -05:00
  • fb67b92eb2 include system headers for err.h compat macros Brent Cook 2014-07-27 06:10:23 -05:00
  • 6383a0722c remove thread_private.h, no longer needed Brent Cook 2014-07-27 06:09:51 -05:00
  • a5c82283e0 remove per-OS arc4random_buf overrides Brent Cook 2014-07-24 20:23:24 -05:00
  • 55d07e70dc clarify license and origin for pidwraptest Brent Cook 2014-07-23 19:18:45 -05:00
  • 8bf6bdeba4 add calloc to the list (integer overflow..) Bob Beck 2014-07-21 21:07:26 -06:00
  • ee6e88285a Update README to indicate general policy about intrinsics Bob Beck 2014-07-21 21:02:21 -06:00
  • dd883345d3 bump version Brent Cook 2014-07-21 20:36:14 -05:00
  • ea6e7116c9 build openbsd memmem implementation for explicit_bzero test Brent Cook 2014-07-21 18:57:06 -05:00
  • 451dbd967c compute absolute paths to source Brent Cook 2014-07-21 18:56:24 -05:00
  • 33bc05ca9c better handle disabled tests and exclude files Brent Cook 2014-07-21 18:30:31 -05:00
  • 23dc97f8c2 rename local tests to end in test.c Brent Cook 2014-07-21 18:25:54 -05:00
  • f425f564d5 test for and use system explicit_bzero if it exists Brent Cook 2014-07-21 07:50:32 -05:00
  • 0ec7cdcbad include err.h shim Brent Cook 2014-07-21 07:34:01 -05:00
  • 4335a49f51 use correct link order for app and tests Brent Cook 2014-07-21 05:40:28 -05:00
  • 8a44ab84f0 preserve timestamps on copy from upstream checkout Brent Cook 2014-07-21 04:21:59 -05:00
  • f4d98ff1b2 conditionally disable -Wpointer-sign where supported Brent Cook 2014-07-20 14:45:26 -05:00
  • 136ddd7a9b update guard, add win32 support for endian.h Brent Cook 2014-07-20 13:59:03 -05:00
  • 9c2c499bf3 Use correct static link order for unit tests. Brent Cook 2014-07-20 13:40:14 -05:00
  • 237250e07a include <_bsd_types.h> on MinGW Brent Cook 2014-07-20 13:32:44 -05:00
  • edebb7a66e remove thread_private.h defines, moved to arc4random_*.h Brent Cook 2014-07-19 10:49:08 -05:00
  • 1b1bce16b1 update to newly-refactored arc4random compatibility shims Brent Cook 2014-07-17 23:58:46 -05:00
  • d697fdb4af initial underpinnings for mingw/cross compilation support Brent Cook 2014-07-17 21:20:34 -05:00
  • 0bc4bdde5f move fork_rand.sh so it does not get run every time Brent Cook 2014-07-15 17:22:39 -05:00
  • d3746d3a6e indicate failure to the test harness Brent Cook 2014-07-15 17:20:09 -05:00
  • 477f1f0187 added fork_rand test to check for PID wraparound Brent Cook 2014-07-15 16:43:00 -05:00
  • c41fb098b9 crank version Bob Beck 2014-07-15 20:14:37 -06:00
  • 32d9eeeecf register the atfork handler from arc4random Brent Cook 2014-07-15 14:50:05 -05:00
  • 7f2fab20bc enable the asn1 test Brent Cook 2014-07-15 14:49:34 -05:00
  • c5c2aa37be Add the public signing key so it can be fetched from github Bob Beck 2014-07-14 20:50:52 -06:00
  • bbd51d0e32 give section 1 man pages a .1 suffix instead of .3 Mark Kettenis 2014-07-14 16:09:18 +02:00
  • 687a2966ba remove stray brackets in --with-enginesdir/openssldir support Mark Kettenis 2014-07-14 15:43:18 +02:00
  • 7a9aa4dd7e use generic test for clock_gettime flags Brent Cook 2014-07-12 10:08:39 -05:00
  • b12be4016a added configurable ENGINESDIR and OPENSSLDIR Brent Cook 2014-07-12 05:28:21 -05:00
  • 82610be03b Crank ok bcook@ Bob Beck 2014-07-13 03:14:27 -06:00
  • 4b8c359b94 remove problematic DISTCLEANFILES variable ok bcook@ Bob Beck 2014-07-13 03:13:35 -06:00
  • 5c43a9e5ef cleanup auto-generated .pc files Brent Cook 2014-07-12 03:44:31 -05:00
  • e0386dd263 rc4_util.c went away ok bcook@ Bob Beck 2014-07-13 03:02:25 -06:00
  • 65944782c3 add platform libraries to libcompat's LIBADD list Brent Cook 2014-07-12 03:34:08 -05:00
  • 6017202b77 disable unconditional -Wno-pointer-sign Brent Cook 2014-07-11 21:07:48 -05:00
  • 058914fea2 add a check to see if <sys/sysctl.h> exists Brent Cook 2014-07-11 18:09:49 -05:00
  • c1f7374df0 We're probably gonna need this for solaris 10 Bob Beck 2014-07-12 09:15:11 -06:00
  • 596ef45803 source library version from a common place, speed man builds Brent Cook 2014-07-12 03:36:32 -06:00
  • e14147356d hide unit test build results in .gitignore Brent Cook 2014-07-12 02:40:05 -06:00
  • 09fdc9c09b source the proper man links file Brent Cook 2014-07-11 10:51:28 -05:00
  • 0137439f5d remove unconditional -Werror Brent Cook 2014-07-11 07:30:05 -05:00
  • 1e71b73215 link -lrt on linux for glibc < 2.17 compatibility Brent Cook 2014-07-11 07:26:09 -05:00
  • 465e8fc6c0 more manpage links Brent Cook 2014-07-11 05:02:17 -05:00
  • 8b125f31bb build strtonum directly into apps/openssl Brent Cook 2014-07-11 04:47:03 -05:00
  • 84e11fe89d updated manpage links Brent Cook 2014-07-11 04:23:40 -05:00
  • 531318957a Merge branch 'master' of cvs.openbsd.org:/cvs.b/libressl/portable Bob Beck 2014-07-11 10:16:40 -06:00
  • e6928e1a36 Readme wording changes ok bcook@ deraadt@ Bob Beck 2014-07-11 10:16:03 -06:00
  • e1e636db22 prefer symlinks rather than hardlinks for manpages Brent Cook 2014-07-11 03:55:48 -05:00
  • 0e9857d448 put CPP defines in CPPFLAGS Brent Cook 2014-07-11 03:43:24 -05:00
  • 77b34fe012 Ignore .1 man pages, and fix update to include new opensslfeatures.h ok bcook@ Bob Beck 2014-07-11 10:08:57 -06:00
  • f505e986b7 slight wording and caps change Bob Beck 2014-07-11 07:55:48 -06:00
  • 0dbaf32ece Update README to include info about github clone. Bob Beck 2014-07-11 07:53:18 -06:00
  • d698dcfaa1 update manpage links list Brent Cook 2014-07-11 01:26:35 -05:00
  • bc2d1a3255 fixes for manpage linker Brent Cook 2014-07-11 00:51:33 -05:00
  • 5acefa2f5a add manpages and links Brent Cook 2014-07-11 00:15:13 -05:00
  • 589165fef3 remove unneeded CPP flags Brent Cook 2014-07-10 22:39:41 -05:00
  • 6d6c94a291 Actually get man pages. Charlie Root 2014-07-11 04:43:20 -06:00
  • b3399bfabe update ignores Brent Cook 2014-07-10 22:13:17 -05:00
  • a4508f25ae remove autogenerated file Brent Cook 2014-07-10 22:09:50 -05:00
  • 8e6009c711 axe unneeded solaris compatibility definitions Brent Cook 2014-07-10 20:58:58 -05:00
  • 4d4e8bb945 ignore generated COPYING file Charlie Root 2014-07-11 04:17:07 -06:00
  • ab3d9838cd wording changes and initial stab at crypto man pages. still need to get man links working and ssl and apps man pages added. Charlie Root 2014-07-11 04:14:48 -06:00
  • 9c478f202c fix update.sh to generate ChangeLog with something sane in it Bob Beck 2014-07-11 02:37:49 -06:00
  • 3b147ed66d Fix up README to reflect LibReSSL portable Bob Beck 2014-07-11 02:29:53 -06:00
  • faaf265e84 build fixes and simplifications Brent Cook 2014-07-10 19:41:42 -05:00
  • 2ce79c599b fix out of tree builds for ssl test Brent Cook 2014-07-10 17:26:22 -05:00
  • 222a38f169 bump to version 2.0.0 Brent Cook 2014-07-10 17:24:03 -05:00
  • 388a1655d4 better fix for __bounded removal Brent Cook 2014-07-10 16:02:49 -05:00
  • d81b9bda51 fix CFLAGS line Charlie Root 2014-07-10 14:15:36 -06:00
  • 2981557a7f deal with bounded attribute Bob Beck 2014-07-10 14:11:44 -06:00
  • abe7bee360 Make things build again - add some missing headers Charlie Root 2014-07-10 08:36:47 -06:00
  • b3543f9c59 add LIBRESSL_GIT environment variable Bob Beck 2014-07-10 08:05:45 -06:00
  • e01095e615 this shouldn't be here either ok bcook@ Bob Beck 2014-07-10 08:04:35 -06:00
  • 7c8e8f2279 this directory can't be here. ok bcook@ Bob Beck 2014-07-10 08:03:54 -06:00
  • 985fdadd45 update script to work rebased on cvs.openbsd.org ok bcook@ Bob Beck 2014-07-10 07:36:19 -06:00
  • 2b6dbc39ef initial top-level import of subdirectories Brent Cook 2014-07-10 06:21:51 -05:00
  • e9eff5016a initial top-level import Brent Cook 2014-07-10 06:07:09 -05:00