Thom Wiggers
56bb81d053
Fix display of test results summary on CircleCI ( #219 )
...
* Reduce pytest xml log size
* store artifact to debug
* Fix test result path
2019-08-07 10:03:17 +02:00
Thom Wiggers
68a7c01797
Merge pull request #218 from PQClean/fix_sphincs_lints
...
Fix SPHINCS+ clang-tidy warnings.
2019-08-05 14:44:34 +02:00
Thom Wiggers
fbe01a7d3c
Remove clang-tidy -fix flag handlign (doesn't work)
2019-08-01 09:13:30 +02:00
Thom Wiggers
210937a66f
Fix SPHINCS+ clang-tidy warnings
2019-08-01 09:13:05 +02:00
Matthias J. Kannwischer
6e12692b4e
Merge pull request #215 from PQClean/less_tests_for_valgrind
...
Reduce the number of test runs for Valgrind tests
2019-08-01 08:44:08 +02:00
Matthias J. Kannwischer
bc4375818a
Merge pull request #216 from PQClean/disable-clang-tidy-on-i386
...
Disable clang-tidy on i386
2019-08-01 08:42:31 +02:00
Matthias J. Kannwischer
bbe57e304f
Merge pull request #217 from pornin/master
...
Fixed some buffer handling bugs that should never happen in practice
2019-08-01 08:41:39 +02:00
Thomas Pornin
bad9956869
Fixed some buffer handling bugs that should never happen in practice (but may occur if reusing the internal functions with different parameters).
2019-07-31 16:17:23 -04:00
Douglas Stebila
83c974e45b
Merge pull request #207 from PQClean/sphincs-abstract-state-dupe
...
Add abstract state duplication for SHA256 incremental hashing API
2019-07-30 21:48:30 -04:00
Douglas Stebila
b70216eb8d
Implement state clone for rest of SHA-2 incremental API
2019-07-30 13:25:23 -04:00
Douglas Stebila
4d7e5886c9
Rename dupe to clone
2019-07-30 13:23:22 -04:00
Thom Wiggers
9067d622ab
Disable clang-tidy on i386
2019-07-30 10:21:11 +02:00
Thom Wiggers
b4d3968130
Reduce the number of test runs for Valgrind tests
...
This should drastically reduce the runtime of the valgrind tests
2019-07-29 15:25:41 +02:00
Thom Wiggers
78a65d6ec9
Parallel tests ( #206 )
...
* Do tests with pytest to run them in parallel
* attempt to handle merge commits better for PR test path
Similar to how we solved this for travis
* Clean up imports
* don't run valgrind if not specified slow_test
* Fix functest after initializer rename
* upload tests results as junit
* Upload test-common files since #200 got merged
* Catch test results upload failure
2019-07-29 10:38:25 +02:00
Thom Wiggers
133a38b890
Move test support files into tests directory ( #200 )
...
* Move test support files into tests directory
* Fix common tests dir in test
* Fix Windows Makefile for common tests
* notrandombytes.obj should be in TEST_COMMON_DIR
2019-07-26 10:26:14 +02:00
Matthias J. Kannwischer
1e879cdd57
Merge pull request #212 from PQClean/security-note
...
Create SECURITY.md
2019-07-25 13:04:57 +02:00
Matthias J. Kannwischer
7e4c4c5112
Merge pull request #211 from PQClean/fix-205
...
Fix documentation for Dilithium `crypto_sign_open`
2019-07-25 12:51:24 +02:00
Thom Wiggers
e00c556699
Merge pull request #213 from kste/fix_haraka_msghash
...
Only absorb root part of pk in haraka message hashing.
2019-07-25 09:04:28 +02:00
Thom Wiggers
575d2d688b
Update hashes in META files
2019-07-24 16:35:10 +02:00
Thom Wiggers
8a008417fe
Merge pull request #182 from PQClean/rainbow
...
Add Rainbow
2019-07-24 15:56:14 +02:00
Matthias J. Kannwischer
1fca5ec068
unsigned -> unsigned int
2019-07-24 10:42:15 +02:00
Matthias J. Kannwischer
2bf9d8b3e9
ran clang-format
2019-07-24 10:42:15 +02:00
kste
1a27f40937
Only absorb root part of pk in haraka message hashing.
2019-07-24 08:24:33 +02:00
Thom Wiggers
d4b612fe9a
Merge pull request #210 from pornin/master
...
Falcon implementations (integer-only code, constant-time).
2019-07-23 11:29:37 +02:00
Thomas Pornin
65e6514be0
Set the version for "round two".
2019-07-22 08:59:08 -04:00
Thom Wiggers
c75320e068
Create SECURITY.md
...
Uses the new Gitlab security documenting features/"standard" to explain our security non-policy.
2019-07-22 14:30:09 +02:00
Thom Wiggers
3c2967b5a1
Fix documentation for Dilithium crypto_sign_open
...
It mentioned `sk` instead of `pk` as specified in the arguments.
Closes #205 .
2019-07-22 09:20:54 +02:00
Thomas Pornin
7175413a5c
Renamed local variable to avoid a warning about a redefinition; also disabled the MSVC warning C4146 (it is raised whenever negation is applied on an unsigned type, but this has a portable and standard behaviour, and there are good reasons to do that).
2019-07-20 22:21:11 -04:00
Thomas Pornin
dba40c7d43
Removed 'restrict' keyword (it's C99, but MSVC 2017 does not support it...). This does not seem to impact performance.
2019-07-20 21:27:27 -04:00
Thomas Pornin
87bc13c761
Some cosmetic changes to appease clang-tidy.
2019-07-20 20:35:30 -04:00
Thomas Pornin
192e72144b
Falcon implementations (integer-only code, constant-time).
2019-07-20 19:44:25 -04:00
Douglas Stebila
ef62745846
Merge pull request #209 from PQClean/frodo-const
...
Make a static global in Frodo const
2019-07-19 09:20:42 -04:00
Thom Wiggers
2108bdcdb5
Make a static global explicitly const
2019-07-18 13:42:37 +02:00
Thom Wiggers
b109f4db4e
Merge pull request #208 from PQClean/hash_state_comment
...
Document what exactly hash_state.h defines
2019-07-18 13:37:09 +02:00
Thom Wiggers
debc9f8fd8
Document what exactly hash_state.h defines
2019-07-18 09:16:50 +02:00
Douglas Stebila
6461896475
Add abstract state duplication for SHA256 incremental hashing API
2019-07-17 22:42:51 -04:00
Douglas Stebila
4f19ea25d0
Merge pull request #201 from PQClean/sphinx_no_global_state
...
Eliminate the global state
2019-07-17 19:25:30 -04:00
Thom Wiggers
12c8a642ce
Fix Makefile (primitive.h->hash_state.h)
2019-07-17 15:53:33 +02:00
Thom Wiggers
74efb10807
Incorporate feedback
...
* Names passed around (mostly constant) value more clearly
* Put ``const`` where applicable (almost everywhere)
* Renamed ``primitive.h``
* Fixed some nits
2019-07-17 08:37:38 +02:00
Douglas Stebila
33ce5e14ce
Remove const
...
This was causing compilation failures with clang, that there were
duplicate const keywords once the macro was expanded in hash.h
2019-07-16 20:22:45 -04:00
Matthias J. Kannwischer
fcbf6d98f2
add duplicate consistency checks
2019-07-16 15:56:02 -04:00
Matthias J. Kannwischer
5788e00a1c
resolve remaining todos
2019-07-16 15:56:02 -04:00
Matthias J. Kannwischer
c90f95cf66
Turn 'principal-submitters' into a list in rainbow
2019-07-16 15:56:02 -04:00
Matthias J. Kannwischer
143c34d930
remove unused function
2019-07-16 15:56:02 -04:00
Matthias J. Kannwischer
127cc83162
add all the rainbows
2019-07-16 15:56:02 -04:00
Matthias J. Kannwischer
cb878e90a8
remove preprocessor conditionals
2019-07-16 15:56:02 -04:00
Matthias J. Kannwischer
fd4800fda2
proper license
2019-07-16 15:56:02 -04:00
Matthias J. Kannwischer
a94d7dc76e
remove another unused function
2019-07-16 15:56:02 -04:00
Matthias J. Kannwischer
9d8d7d9bee
remove some unused functions
2019-07-16 15:56:02 -04:00
Matthias J. Kannwischer
bf9af978d9
add rainbowIa-cyclic
2019-07-16 15:56:01 -04:00