Commit Graph

  • d96f4bdcff rsa_import_pkcs8 Karel Miko 2017-04-04 09:08:10 +0200
  • 2816da42af Merge pull request #219 from libtom/feature/common Steffen Jaeckel 2017-06-08 23:30:28 +0200
  • d72d7d1d32 tuning makefile.mingw+msvc Karel Miko 2017-06-08 20:07:08 +0200
  • f47a71bc6c Update makefiles Steffen Jaeckel 2017-06-08 13:25:42 +0200
  • 5a3a27bbd6 rename der_tests to der_test Steffen Jaeckel 2017-06-08 13:25:40 +0200
  • 4bbce780c4 always provide compare_testvector() as a function Steffen Jaeckel 2017-06-08 12:40:03 +0200
  • ad45277745 use print_hex() in rsa_test() Steffen Jaeckel 2017-06-08 12:32:15 +0200
  • e45e02d635 Update makefiles Steffen Jaeckel 2017-06-08 11:55:11 +0200
  • 4e971a8518 don't use print_hex() from library Steffen Jaeckel 2017-06-08 11:55:07 +0200
  • fe0b72ef51 remove dependency of demos to tests/common Steffen Jaeckel 2017-06-08 11:54:38 +0200
  • da3b61c7b6 re-structure tests/common.c Steffen Jaeckel 2017-06-08 11:51:36 +0200
  • 4ceb82bf54 add register_all_{ciphers,hashes,prngs}() Steffen Jaeckel 2017-06-08 11:49:13 +0200
  • 7f91e5ae65 requiring 'name != NULL' in find_cipher_any() doesn't make sense Steffen Jaeckel 2017-06-07 23:42:33 +0200
  • 7aaa423004 tuning makefiles - mingw, msvc, cygwin Karel Miko 2017-06-07 20:14:27 +0200
  • b51a3f6dab update notes/hashsum_tv.txt Steffen Jaeckel 2017-06-06 18:47:28 +0200
  • 8c1d55f4c0 fix error when compiling w/ LTC_CLEAN_STACK but w/o LTC_FAST Steffen Jaeckel 2017-06-06 18:33:28 +0200
  • 40747cfcfd add a build-run with debugging-options Steffen Jaeckel 2017-06-06 18:18:21 +0200
  • b83f9472c0 Update makefiles Steffen Jaeckel 2017-06-06 18:07:38 +0200
  • b78c5551f7 move compare_testvector() implementation to the library Steffen Jaeckel 2017-06-06 18:07:33 +0200
  • e1a1145802 rename 'testprof/' to 'tests/' Steffen Jaeckel 2017-06-05 15:58:10 +0200
  • 07ffa0f1a2 remove tomcrypt_prof test-only library Steffen Jaeckel 2017-06-05 15:51:29 +0200
  • 201681ee3b merge testprof/timing_test.c into demos/timing.c Steffen Jaeckel 2017-05-30 18:29:34 +0200
  • 70a27a852e Update makefiles Steffen Jaeckel 2017-05-24 21:07:07 +0200
  • 8ef805817c rename time_cipher[2-4]? appropriately Steffen Jaeckel 2017-05-24 21:36:15 +0200
  • 9d4094b8e9 rename x86_prof.c to timing_test.c Steffen Jaeckel 2017-05-24 21:17:28 +0200
  • abe8d26246 move epoch_usec() to test.c Steffen Jaeckel 2017-05-24 21:16:43 +0200
  • f7d3c2bfa1 merge testprof/test_driver.c to testprof/common.c Steffen Jaeckel 2017-05-24 21:06:40 +0200
  • 0a23c6d32e also check for cipher descriptors Steffen Jaeckel 2017-05-12 16:48:44 +0200
  • 1c4c84e7f9 fix tv_gen Steffen Jaeckel 2017-05-12 16:17:27 +0200
  • 3f66f7df83 Update makefiles Steffen Jaeckel 2017-05-09 16:27:41 +0200
  • eaf20dda5b demos must now link against testprof/common.o Steffen Jaeckel 2017-05-05 15:39:39 +0200
  • 9b8fff6260 add testprof/common.c Steffen Jaeckel 2017-05-05 13:52:39 +0200
  • db5438ca55 don't build openssl-enc for tests Steffen Jaeckel 2017-06-08 22:19:48 +0200
  • 08a461b39c also build openssl-enc Steffen Jaeckel 2017-06-08 21:32:10 +0200
  • 4929860641 fix file modes Steffen Jaeckel 2017-05-31 01:57:40 +0200
  • 1de3f2a1f6 correctly NOP Steffen Jaeckel 2017-05-11 14:53:51 +0200
  • f1118b4647 Merge pull request #222 from bmwiedemann/develop Steffen Jaeckel 2017-05-29 18:18:57 +0200
  • 704055810f sort input files Bernhard M. Wiedemann 2017-05-29 14:58:07 +0200
  • 04573d8100 Merge pull request #221 from ksherlock/echo-n Steffen Jaeckel 2017-05-24 09:46:02 +0200
  • 9913c1dcb8 AIX and OS X (and maybe BSD) sh has a built-in echo which doesn’t support the -n flag (OS X sh is actually bash but it doesn’t support -n based on compile-time flags and the POSIXLY_CORRECT environment variable). Kelvin Sherlock 2017-05-22 13:44:53 -0400
  • 88eec86d1a Merge pull request #220 from ksherlock/compare_testvector Steffen Jaeckel 2017-05-22 21:50:04 +0200
  • a8d81a7214 fix sha3 test numbers Kelvin Sherlock 2017-05-21 15:32:16 -0400
  • 30f8aaad8c replace XMEMCMP with compare_testvector, other consistency cleanup in testing code. Kelvin Sherlock 2017-05-14 21:56:58 -0400
  • 4efe229726 Merge pull request #208 from libtom/improve/makefiles Steffen Jaeckel 2017-05-11 23:56:47 +0200
  • a12b97f84e travis doesn't seem to provide lcov... Steffen Jaeckel 2017-05-11 16:37:14 +0200
  • 90d5fe5bdb re-format .travis.yml Steffen Jaeckel 2017-05-11 16:32:03 +0200
  • 56283c947a improve coverage creation Steffen Jaeckel 2017-05-11 15:53:22 +0200
  • 6a4978ef5e better EXTRALIBS Steffen Jaeckel 2017-05-11 15:40:50 +0200
  • 81f0297285 small fix-ups Steffen Jaeckel 2017-05-10 13:54:05 +0200
  • 7379c94f0a merge .include and .common makefiles Steffen Jaeckel 2017-05-10 11:56:52 +0200
  • 2c27aee5d4 fixup df733f79fa Steffen Jaeckel 2017-05-09 16:15:30 +0200
  • ea67579298 further clean-up Steffen Jaeckel 2017-05-08 23:30:39 +0200
  • 6cd8f2504b clean-up some makefiles Steffen Jaeckel 2017-05-09 11:59:35 +0200
  • d996958133 move biggest part of install rules to makefile.common Steffen Jaeckel 2017-05-09 00:07:22 +0200
  • 2b9dbb4ff7 cosmetics in makefile.unix|mingw|msvc Karel Miko 2017-05-09 18:27:47 +0200
  • 0cd9e94736 Partially revert "don't include testprof for library build" Steffen Jaeckel 2017-05-08 18:09:45 +0200
  • 794a416715 fix libtomcrypt.pc installation Steffen Jaeckel 2017-05-08 17:36:55 +0200
  • abe9116de5 introduce makefile.common Steffen Jaeckel 2017-05-07 23:07:57 +0200
  • ee0874b50b minor improvements Steffen Jaeckel 2017-05-07 23:01:27 +0200
  • 3c5ec6b699 split-out binary installation in separate install target Steffen Jaeckel 2017-05-07 22:30:59 +0200
  • 7ed5a832b0 tuning makefile.msvc+mingw Karel Miko 2017-05-05 21:10:28 +0200
  • 37fa03829c use gnu-make wildcard to get source files Steffen Jaeckel 2017-05-05 19:39:55 +0200
  • 12cf50d4e2 move translation rule after modifications of CFLAGS Steffen Jaeckel 2017-05-05 19:11:16 +0200
  • 39f12dafc4 make travis build a bit more verbose Steffen Jaeckel 2017-05-05 18:58:30 +0200
  • ab34b0bd93 or perhaps exclude .git* Karel Miko 2017-05-05 17:17:05 +0200
  • 85197a485a do not exclude anything during make zipup Karel Miko 2017-05-05 17:15:56 +0200
  • add3495bfc fix perlcritics warnings in helper.pl Karel Miko 2017-05-05 17:14:18 +0200
  • 5e4415427a OSX touch has no "--reference" long-option, only "-r" Steffen Jaeckel 2017-05-05 16:25:20 +0200
  • c93bee9575 rename perlcritic make target & also run helper.pl -a Steffen Jaeckel 2017-05-05 16:14:10 +0200
  • b35ce0467b move documentation-related files to doc folder Steffen Jaeckel 2017-05-05 16:10:33 +0200
  • 6e484cd420 use make internal macros Steffen Jaeckel 2017-05-05 15:35:06 +0200
  • c0abe2a5dc crypt doesn't exist anymore Steffen Jaeckel 2017-05-05 15:28:02 +0200
  • 8ee458b625 don't include testprof for library build Steffen Jaeckel 2017-05-05 15:24:50 +0200
  • 1b71e23e42 fix some testprof related errors Steffen Jaeckel 2017-05-05 15:07:18 +0200
  • 544f7cc6ce ignore eclipse special files Steffen Jaeckel 2017-05-05 15:03:17 +0200
  • ee17cc2e67 compress archive to xz Steffen Jaeckel 2017-05-05 14:34:01 +0200
  • 1300c5ade5 make fixupind.pl part of helper.pl Karel Miko 2017-05-05 10:36:23 +0200
  • 3176103c15 fix makefile.icc in makefile update scripts Karel Miko 2017-05-05 10:35:36 +0200
  • 31cf796011 updated makefile.unix should work fine with Intel C compiler, so no need to keep an extra clone - makefile.icc Karel Miko 2017-05-05 10:18:15 +0200
  • 9a3db508bb typo in "git commit: .." Karel Miko 2017-05-05 09:28:05 +0200
  • 5c2bea093a zipup target facelift Karel Miko 2017-05-04 16:01:56 +0200
  • 3fd1771d35 also install useful demos Steffen Jaeckel 2017-05-03 18:36:35 +0200
  • 90daad0764 add new make-target 'bins' Steffen Jaeckel 2017-05-01 11:17:23 +0200
  • 85dc39483f rename crypt to ltcrypt Steffen Jaeckel 2017-04-26 01:00:50 +0200
  • f544418d56 re-work makefile.mingw in the same style as makefile.unix Karel Miko 2017-05-03 07:36:05 +0200
  • c225f22a23 remove building dynamic libs from makefile.unix Karel Miko 2017-05-03 07:35:43 +0200
  • ceb7332631 typo Karel Miko 2017-05-02 21:42:07 +0200
  • 3540eedb4a HP-UX make does not like ?= and $< Karel Miko 2017-05-02 21:07:21 +0200
  • bb4a051e40 makefile.unix facelift Karel Miko 2017-05-02 20:54:41 +0200
  • bf45ea66e5 drop the need for testprof/makefile* Karel Miko 2017-05-02 20:47:00 +0200
  • 2c97498554 wipe out testprof/makefile* Karel Miko 2017-05-02 20:45:41 +0200
  • 93067e189a fix testprof/makefile.shared Steffen Jaeckel 2017-05-02 10:43:56 +0200
  • 7ac857686d add git version as compile flag Steffen Jaeckel 2017-05-02 10:35:00 +0200
  • 7898864b24 use glibtool on Macs Steffen Jaeckel 2017-05-02 10:34:16 +0200
  • d21d01bcb5 consolidate makefiles a bit Steffen Jaeckel 2017-05-02 10:33:39 +0200
  • c2bb38555e Merge pull request #218 from libtom/pr/fix-clang-static-analyzer-warnings karel-m 2017-05-11 22:55:39 +0200
  • 43e46a2efc fix clang static analyzer warnings/errors - see #217 Karel Miko 2017-05-11 20:37:06 +0200
  • 08cc78007b Merge pull request #211 from libtom/pr/win32-rng_nix karel-m 2017-05-11 18:10:08 +0200
  • 786853cb5c move #if defined(LTC_BASE64) Karel Miko 2017-05-11 17:42:33 +0200
  • ef6223f013 fix misleading-indentation warnings (mingw + gcc 7.1 + -Wall -Wextra) Karel Miko 2017-05-10 19:32:57 +0200