Commit Graph

1466 Commits

Author SHA1 Message Date
Karel Miko
617698e544 Merge branch 'diamondo25-patch-2' into develop
Fix not defined warnings (-Wundef)
2017-11-03 17:06:23 +01:00
Karel Miko
053996dc5e Fix _POSIX_C_SOURCE not defined warning (-Wundef) 2017-11-03 17:05:56 +01:00
Erwin Oegema
5a6c258679 Fix LTC_TEST_DBG not defined warning (-Wundef) 2017-11-03 17:04:32 +01:00
karel-m
b4eae5231d
Merge pull request #320 from diamondo25/patch-1
Remove duplicate prototypes
2017-11-03 17:01:51 +01:00
Erwin Oegema
b1115b4e8f
Remove duplicate prototypes 2017-11-01 15:30:36 +01:00
Larry Bugbee
9b65d46584 Merge pull request #318 from libtom/add-salsa20
Add salsa20
2017-10-24 13:28:55 -07:00
Larry Bugbee
f1da5783eb fixed C90 warning: value after decl
warning: ISO C90 forbids mixed declarations and code
2017-10-23 22:40:21 -07:00
Larry Bugbee
74dcbc810f fixed C90 warning: value after decl
warning: ISO C90 forbids mixed declarations and code
2017-10-23 22:00:45 -07:00
Larry Bugbee
6ada199d7d added keystream regression test 2017-10-23 21:43:17 -07:00
Larry Bugbee
4341424ce9 Add Salsa20 2017-10-23 15:45:02 -07:00
Larry Bugbee
aa5a2e5a26 Update makefiles 2017-10-23 15:41:04 -07:00
Karel Miko
6c5dea3e61 __declspec(deprecated) is supported since Visual Studio 2008 2017-10-23 20:18:59 +02:00
Steffen Jaeckel
80665ac576 Merge pull request #317 from libtom/pr/base32
Base32
2017-10-22 11:04:40 +02:00
Karel Miko
854a145c92 Base32: alpha_id >> id 2017-10-20 20:00:46 +02:00
Karel Miko
3fc98adaf5 tuning base32 stuff 2017-10-20 19:51:40 +02:00
Karel Miko
8674eb3097 base32_decode + base32_encode 2017-10-20 19:51:40 +02:00
Karel Miko
035205af85 update makefiles 2017-10-20 19:51:40 +02:00
Steffen Jaeckel
c8edd3c2e9 Merge pull request #315 from libtom/improve/travis_build
Improve/travis build
2017-10-20 15:44:41 +02:00
Steffen Jaeckel
1fc46a0f15 fix travis detection in coverage.sh 2017-10-19 09:54:47 +02:00
Steffen Jaeckel
742a6c7a33 fix paths 2017-10-19 09:54:47 +02:00
Steffen Jaeckel
b070672f59 move ci scripts to .ci/ 2017-10-19 09:54:47 +02:00
Steffen Jaeckel
c5caac505b print stderr on the fly also to console 2017-10-19 09:54:47 +02:00
Steffen Jaeckel
29c640f7e1 enable parallel builds 2017-10-19 09:54:47 +02:00
Steffen Jaeckel
30948fc0e9 move valgrind build to own travis instance
testing under valgrind takes forever, so we start a separate build-job
2017-10-19 09:54:47 +02:00
Steffen Jaeckel
384f82d0a9 also create coverage for gmp_desc 2017-10-19 09:54:47 +02:00
Steffen Jaeckel
91e1d04831 incorporate scan_build.sh in meta_builds.sh 2017-10-19 09:54:47 +02:00
Steffen Jaeckel
65e1eb68e9 fix missing valgrind & don't be that noisy 2017-10-19 09:54:47 +02:00
Steffen Jaeckel
ce3da7c06f use correct set of parameters 2017-10-19 09:54:47 +02:00
Steffen Jaeckel
2dad6d30bf add meta_builds.sh
This fixes #267 #268 #269
2017-10-19 09:54:47 +02:00
Steffen Jaeckel
18ba0cbda9 fix tv_gen.c for scan-build run 2017-10-19 09:54:47 +02:00
Steffen Jaeckel
3f024c0685 only run scan_build for clang 2017-10-19 09:54:47 +02:00
Steffen Jaeckel
315d03ccd5 use parameters instead of pre-defined values 2017-10-19 09:54:47 +02:00
karel-m
e4763d940a Merge pull request #316 from libtom/pr/register-all
register_all_* should return CRYPT_OK on success
2017-10-19 07:29:05 +02:00
Karel Miko
152513477b fix return value of register_all_*() 2017-10-18 22:35:16 +02:00
karel-m
d470f8a7ab Merge pull request #314 from libtom/pr/serpent-cipher
Serpent cipher
2017-10-18 17:24:18 +02:00
Karel Miko
aa3e5a43bb fix warning: Value stored to 'e' is never read 2017-10-18 17:21:46 +02:00
Karel Miko
a37a93aecc doc update 2017-10-18 17:21:46 +02:00
Karel Miko
c5735be01e update makefiles 2017-10-18 17:21:46 +02:00
Karel Miko
5a63e7ef7d Serpent cipher 2017-10-18 17:21:46 +02:00
Steffen Jaeckel
49f732101c Merge pull request #297 from libtom/improve/mpi_selection
Improve MPI provider selection
2017-10-18 08:47:10 +02:00
Steffen Jaeckel
d709e3d9a3 Update doc
[skip ci]
2017-10-18 08:46:17 +02:00
Steffen Jaeckel
1a892960fe don't be that strict 2017-10-18 08:46:17 +02:00
Steffen Jaeckel
bfef6350a2 deprecate init_{LTM,TFM,GMP} 2017-10-18 08:46:17 +02:00
Steffen Jaeckel
beb1e279ec add LTC_DEPRECATED 2017-10-18 08:46:17 +02:00
Steffen Jaeckel
735566993b add crypt_mp_init() 2017-10-18 08:46:17 +02:00
Steffen Jaeckel
fdc6cd2013 improve tests and timing in regards to MPI provider selection 2017-10-18 08:46:17 +02:00
Steffen Jaeckel
442bb90a51 fix typo 2017-10-18 08:45:56 +02:00
Steffen Jaeckel
6c83a2f363 add fixme-check to zipup make-target 2017-10-18 08:45:56 +02:00
karel-m
dd95518db4 Merge pull request #312 from libtom/pr/idea-cipher
IDEA cipher
2017-10-18 07:08:04 +02:00
Karel Miko
ee484a0bc0 burn_stack 2017-10-16 23:15:54 +02:00