- 26 Aug, 2017 1 commit
-
-
The nettle-benchmark program currently uses the openssl low level cipher APIs for benchmarking. This means it always runs the generic software implementation, never able to take advantage of impls optimized for new hardware (eg AES-NI). Rewriting it to use the higher EVP APIs means we can use the same code for all ciphers, and automatically trigger hardware optimized versions, giving a fairer comparison against openssl as commonly used in applications. Use of the generic openssl impl can still be forced by setting an env variable OPENSSL_ia32cap="~0x200000200000000" Signed-off-by:
Daniel P. Berrange <berrange@redhat.com>
-
- 18 Jul, 2017 1 commit
-
-
Niels Möller authored
* ecc-add-eh.c (ecc_add_eh): Fix in-place operation by reordering two multiplies. Previously, in-place operation resulted in an invalid call to mpn_mul with overlapping operands. Reported by Sergei Trofimovich.
-
- 09 Jun, 2017 3 commits
-
-
Niels Möller authored
-
* rsa-pss-sign-tr-test.c (test_main): Add test case contributed by Daiki Ueno. Problem originally found by oss-fuzz, see https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2132. That problem report is currently embargoed, but will hopefully be public in a month or two.
-
Niels Möller authored
* pss.c (pss_verify_mgf1): Check for m being too large, fixing an assertion failure for certain invalid signatures. Based on a patch contributed by Daiki Ueno.
-
- 07 Jun, 2017 1 commit
-
-
Niels Möller authored
-
- 20 May, 2017 2 commits
-
-
Niels Möller authored
-
That is, regenerate when Makefile.in is modified. Signed-off-by:
Nikos Mavrogiannopoulos <nmav@redhat.com>
-
- 16 May, 2017 5 commits
-
-
Signed-off-by:
Nikos Mavrogiannopoulos <nmav@redhat.com>
-
Signed-off-by:
Nikos Mavrogiannopoulos <nmav@redhat.com>
-
Signed-off-by:
Nikos Mavrogiannopoulos <nmav@redhat.com>
-
-
The former provides a much newer version. Signed-off-by:
Nikos Mavrogiannopoulos <nmav@redhat.com>
-
- 09 Apr, 2017 3 commits
-
-
Signed-off-by:
Nikos Mavrogiannopoulos <nmav@redhat.com>
-
Niels Möller authored
-
Niels Möller authored
* testsuite/pss-test.c: Delete magic to let valgrind to check if pss_encode_mgf1 is side-channel silent with respect to the salt and digest inputs. It turns out that the most significant bits of the padded bignum, and hence its size, depends on these inputs. Which results in a data-dependent branch in the normalization code of at the end of gmp's mpz_import.
-
- 04 Apr, 2017 3 commits
-
-
Niels Möller authored
-
Niels Möller authored
-
Niels Möller authored
-
- 21 Mar, 2017 2 commits
-
-
Daiki Ueno authored
Signed-off-by:
Daiki Ueno <dueno@redhat.com>
-
Daiki Ueno authored
Signed-off-by:
Daiki Ueno <dueno@redhat.com>
-
- 20 Mar, 2017 2 commits
-
-
Niels Möller authored
* nettle-internal.h (NETTLE_MAX_HASH_CONTEXT_SIZE): New constant. * testsuite/meta-hash-test.c (test_main): Add sanity check for NETTLE_MAX_HASH_CONTEXT_SIZE.
-
Niels Möller authored
* tools/nettle-hash.c (list_algorithms): Also display the internal context size.
-
- 09 Mar, 2017 1 commit
-
-
See: http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0204j/Cjagjjbc.html The pre-UAL instruction is also accepted by modern assemblers. Signed-off-by:
Marcus Hoffmann <m.hoffmann@cartelsol.com>
-
- 03 Jan, 2017 2 commits
-
-
Niels Möller authored
-
-
- 10 Oct, 2016 1 commit
-
-
Niels Möller authored
-
- 01 Oct, 2016 2 commits
-
-
Niels Möller authored
-
Niels Möller authored
-
- 27 Sep, 2016 1 commit
-
-
Niels Möller authored
-
- 21 Sep, 2016 1 commit
-
-
Niels Möller authored
-
- 19 Sep, 2016 2 commits
-
-
Niels Möller authored
-
Niels Möller authored
-
- 13 Sep, 2016 4 commits
-
-
That is, phase out our specific runners to reduce administrative burden, and rely on gitlab.com shared infrastructure. http://docs.gitlab.com/ce/ci/runners/README.html
-
Niels Möller authored
-
Niels Möller authored
-
Niels Möller authored
-
- 07 Sep, 2016 3 commits
-
-
Niels Möller authored
-
Niels Möller authored
-
Niels Möller authored
-