1
1
mirror of https://github.com/henrydcase/pqc.git synced 2024-11-22 15:39:07 +00:00

Commit Graph

  • 2db9f22aac Compute touch timestamps in Python Douglas Stebila 2019-02-25 23:42:48 -0500
  • 50801485f0 Add test to check that every .c / .h file triggers a library rebuild Douglas Stebila 2019-02-25 23:28:37 -0500
  • 657a516846
    Build functional tests and test vectors on Windows continuous integration (#47) Douglas Stebila 2019-02-25 21:59:47 -0500
  • 5f3e8ca2d5 Build functional tests and test vectors on Windows continuous integration Douglas Stebila 2019-02-25 21:40:43 -0500
  • a7328f827c Force rebuilding implementation when building test files Douglas Stebila 2019-02-19 10:02:25 -0500
  • d7b2d63a89
    Merge pull request #44 from henrydcase/kris/gh33 Thom Wiggers 2019-02-19 12:37:04 +0100
  • eb4d7cb69a Enable address and UB sanitizers Kris Kwiatkowski 2019-02-19 10:11:37 +0000
  • 19ebdd9ab4
    Test for symbolic links (#42) Douglas Stebila 2019-02-18 11:16:00 -0500
  • 2fbd02a076
    Test for symbolic links Joost Rijneveld 2019-02-18 16:46:32 +0100
  • 391b9dd6df
    Add dependency to header files in Makefile (#41) Douglas Stebila 2019-02-18 10:48:51 -0500
  • 80c938ec67
    Migrate test vector checks to pythonic testing framework (#40) Douglas Stebila 2019-02-18 10:38:39 -0500
  • d07ce6389d Merge branch 'ds-test-vectors' into ds-make-headers Douglas Stebila 2019-02-18 10:24:10 -0500
  • 0eb589ba2f Minor tweaks Douglas Stebila 2019-02-18 10:23:08 -0500
  • 5297954630 Add dependency to header files in Makefile Douglas Stebila 2019-02-18 10:19:07 -0500
  • ae05ec9eba Merge branch 'master' into ds-test-vectors Douglas Stebila 2019-02-18 10:11:38 -0500
  • fde02ce2b1 Migrate test vector checks to pythonic testing framework Douglas Stebila 2019-02-18 10:07:01 -0500
  • 17fb1be01c
    Ensure .a-file for scheme is up to date for tests Joost Rijneveld 2019-02-18 15:06:46 +0100
  • c6dd00c6fa
    Allow to easily run individual test modules and add instructions to README (#39) Douglas Stebila 2019-02-18 08:48:13 -0500
  • dd15a07940
    Run pythonified tests in the containerized alternative architecture tests (#38) Douglas Stebila 2019-02-18 08:47:14 -0500
  • 7168644c40
    Also support nose2 Thom Wiggers 2019-02-18 13:51:01 +0100
  • f11e4ae745
    Add test instructions to README Thom Wiggers 2019-02-18 13:46:01 +0100
  • 685098ce33
    Allow to run the test modules as python3 module.py Thom Wiggers 2019-02-18 13:39:11 +0100
  • 6c715bc823
    Add nose to container tests Thom Wiggers 2019-02-18 13:09:38 +0100
  • 90071bfb97
    Flake8ify python files Thom Wiggers 2019-02-18 13:04:59 +0100
  • 78e349f3ba
    Fix the test command Thom Wiggers 2019-02-18 12:53:28 +0100
  • 4f5888c7da
    Fix .travis.yml to include rednose on debian builds Thom Wiggers 2019-02-18 10:22:10 +0100
  • f43200f34d
    Colourise test output Thom Wiggers 2019-02-18 10:10:12 +0100
  • 336ea60a36
    common: use fixed size integers (#36) Douglas Stebila 2019-02-17 09:22:27 -0500
  • 312616113a common: use fixed size integers Kris Kwiatkowski 2019-02-17 10:54:38 +0000
  • 69401eb697
    Move metadata check to Python testing framework (#35) Douglas Stebila 2019-02-16 10:41:31 -0500
  • d36626caac Move metadata check to Python testing framework Douglas Stebila 2019-02-16 10:07:59 -0500
  • b2399f1eba
    Merge pull request #32 from henrydcase/arm_stop_sanitizers Thom Wiggers 2019-02-15 10:46:18 +0100
  • 12d9e038b0 arm: temporarily disable sanitizers Kris Kwiatkowski 2019-02-15 09:35:38 +0000
  • 2d09abcdf9
    Remove deleted check from ARM builds Thom Wiggers 2019-02-15 09:59:21 +0100
  • bb38e64258
    Merge pull request #30 from PQClean/ds-test-namespace Thom Wiggers 2019-02-15 09:57:24 +0100
  • 608aedce56
    Merge pull request #26 from henrydcase/ci_arm Thom Wiggers 2019-02-15 09:47:21 +0100
  • b5c7f366b0
    Merge pull request #29 from PQClean/kybercasts Thom Wiggers 2019-02-15 09:45:32 +0100
  • e3f23082b8 adds tests on arm 32/64 Kris Kwiatkowski 2019-02-14 00:45:05 +0000
  • a96abac2de Removed FIXME comment Peter Schwabe 2019-02-14 19:16:52 +0100
  • 0943ae4c6e Remove old make target for symbol namespace check. Douglas Stebila 2019-02-14 11:53:54 -0500
  • ba359473b9 Remove old license check and reduce re-building Douglas Stebila 2019-02-14 11:36:24 -0500
  • e4c368ee49 Implement symbol namespace check using new Python testing framework. Douglas Stebila 2019-02-14 11:29:49 -0500
  • bab1d185cd Made one more cast explicit Peter Schwabe 2019-02-14 16:18:17 +0100
  • 393c7a3cde Fixed one cast (added appropriate parantheses) Peter Schwabe 2019-02-14 16:16:50 +0100
  • 8b8f27b003 Make various casts in kyber explicit to make MS compiler happy with /W4 Peter Schwabe 2019-02-14 16:14:47 +0100
  • 81797c2c13 Increased warning level for compilation under Windows to /W4 Peter Schwabe 2019-02-14 16:02:57 +0100
  • ff61e1d51d Merge branch 'master' of github.com:PQClean/PQClean Peter Schwabe 2019-02-14 16:01:41 +0100
  • 861b45f20b Fixed Makefile Peter Schwabe 2019-02-14 16:01:30 +0100
  • 55b63353a8 Fixed Makefile Peter Schwabe 2019-02-14 16:00:52 +0100
  • 03a8146f78 Merge branch 'master' of github.com:PQClean/PQClean Douglas Stebila 2019-02-14 09:58:26 -0500
  • cbba955918 Remove kex.c from kyber768 nmake file Douglas Stebila 2019-02-14 09:58:15 -0500
  • 9b29d34bf9 Merge branch 'reformat-kyber' Peter Schwabe 2019-02-14 15:32:12 +0100
  • 8e594f3c23 Some cleanup, expanded dependencies, removed two unnecessary files in kyber768 Peter Schwabe 2019-02-14 15:30:55 +0100
  • f0802078ef
    Merge pull request #27 from PQClean/ds-unittest Thom Wiggers 2019-02-14 14:22:41 +0100
  • 3b73ea134d
    Formatted everything with astyle Thom Wiggers 2019-02-13 17:45:09 +0100
  • 72d514a6fe Call nose differently and add test documentation Douglas Stebila 2019-02-13 22:31:37 -0500
  • 012b96c519 Typo Douglas Stebila 2019-02-13 22:27:24 -0500
  • f64a7e0dd4 Reimplement Python tests using nose framework Douglas Stebila 2019-02-13 22:25:34 -0500
  • 8dcf6529b8
    Merge pull request #23 from PQClean/32-bit Thom Wiggers 2019-02-11 15:25:27 +0100
  • 1f9da4b711
    Run 32-bit tests Thom Wiggers 2019-02-11 14:59:33 +0100
  • 27a0eb47eb
    Fix loading META.yml on Py35 Thom Wiggers 2019-02-11 14:48:16 +0100
  • 29765b0adc
    Postpone Clang on PPC Thom Wiggers 2019-02-11 14:08:53 +0100
  • 39b51965e8
    Switch to new PPC repository and run Clang on PPC Thom Wiggers 2019-02-11 13:07:43 +0100
  • fe46514836
    Include full clangformat config. Thom Wiggers 2019-02-11 10:05:54 +0100
  • 69e593427a Removed need for aligned types (which are not portable) Peter Schwabe 2019-02-11 09:41:32 +0100
  • 06b4279e0a Merge commit 'HEAD@{1}' (modified PR 17) Peter Schwabe 2019-02-11 08:57:05 +0100
  • bf17b28d9d Fixed tabs in Makefile, removed gcc-specific alignment of poly Peter Schwabe 2019-02-11 08:26:26 +0100
  • 522826a090
    enable undefined behaviour sanitizer (#19) Douglas Stebila 2019-02-10 16:02:51 -0500
  • 86e61d853a
    Adds list of required dependencies (#20) Douglas Stebila 2019-02-10 16:00:19 -0500
  • a28c4c878e Adds list of requireddependencies Kris Kwiatkowski 2019-02-09 18:31:38 +0000
  • d781d0d6ed enable undefined behaviour sanitizer Kris Kwiatkowski 2019-02-09 00:59:13 +0000
  • 3203f115e5 Remove GNUmakefile for Dilithium Douglas Stebila 2019-02-08 10:07:05 -0500
  • 157977258c Make makefiles for Dilithium consistent with merged Kyber makefiles Douglas Stebila 2019-02-08 10:06:07 -0500
  • f1f0c1d332 Merge branch 'master' into make-dilithium Douglas Stebila 2019-02-08 10:02:24 -0500
  • 2e7c1d7481
    Add local GNU Makefile and Windows nmake Makefile for kyber768 (#13) Douglas Stebila 2019-02-08 09:59:21 -0500
  • 361c38a47a Update README to refer to common Makefile Douglas Stebila 2019-02-08 09:45:50 -0500
  • 24e28e3402 Use a single Makefile for BSD and GNU Make and add comments Douglas Stebila 2019-02-08 09:42:53 -0500
  • 0703346ddc
    Remove signature makefiles Douglas Stebila 2019-02-06 21:16:56 -0500
  • 4f14ce17c9
    Fix Windows build for dilithium-iii Douglas Stebila 2019-02-06 21:14:10 -0500
  • 19b25d47ed
    Add Makefiles for dilithium-iii Douglas Stebila 2019-02-06 21:02:34 -0500
  • 46ba607eba
    Update README.md with information about Makefiles and Windows CI Douglas Stebila 2019-02-06 20:53:21 -0500
  • 2d684ea323
    Revert temporary error Douglas Stebila 2019-02-06 20:24:26 -0500
  • 5d931897e6
    Temporary check that errors really make the build fail Douglas Stebila 2019-02-06 20:22:59 -0500
  • b096330808
    First attempt at appveyor configuration Douglas Stebila 2019-02-06 19:26:18 -0500
  • 7c0ecc0cdb
    Create nmake file for building on Windows and fix compilation error Douglas Stebila 2019-02-06 18:37:50 -0500
  • e98d053623
    Rename Douglas Stebila 2019-02-06 12:46:50 -0500
  • 4a387d7896
    Rename GNU Makefile Douglas Stebila 2019-02-06 12:41:55 -0500
  • 84d8d5a6c2
    Clean up Makefile Douglas Stebila 2019-02-06 12:22:58 -0500
  • da2667a846
    Add local Makefile for kyber768 Douglas Stebila 2019-02-01 20:58:26 -0500
  • 70c5e535bb
    Fix accidentally deleted line Thom Wiggers 2019-02-07 09:59:28 +0100
  • 5eb7485a01 Fix Windows build for dilithium-iii Douglas Stebila 2019-02-06 21:14:10 -0500
  • 7ea8e508a3 Add Makefiles for dilithium-iii Douglas Stebila 2019-02-06 21:02:34 -0500
  • b6a40cebe7 Update README.md with information about Makefiles and Windows CI Douglas Stebila 2019-02-06 20:53:21 -0500
  • dcc18d9b66 Revert temporary error Douglas Stebila 2019-02-06 20:24:26 -0500
  • c22d445e98 Temporary check that errors really make the build fail Douglas Stebila 2019-02-06 20:22:59 -0500
  • fec2b5a97a First attempt at appveyor configuration Douglas Stebila 2019-02-06 19:26:18 -0500
  • e914d18696 Create nmake file for building on Windows and fix compilation error Douglas Stebila 2019-02-06 18:37:50 -0500
  • 06223ecb3a Rename Douglas Stebila 2019-02-06 12:46:50 -0500
  • d6d7217742 Rename GNU Makefile Douglas Stebila 2019-02-06 12:41:55 -0500
  • da6dd5f792 Clean up Makefile Douglas Stebila 2019-02-06 12:22:58 -0500