- 29 Aug, 2017 2 commits
-
-
Niels Möller authored
-
Niels Möller authored
-
- 27 Aug, 2017 2 commits
-
-
Niels Möller authored
-
Niels Möller authored
In version.h, GMP_NUMB_BITS is needed only for mini-gmp builds. In non-mini-gmp builds, substitute a dummy value there, to make the contents of this header file platform independent. In Makefile, we always need a properly configured value, and do this with the renamed variable NUMB_BITS.
-
- 26 Aug, 2017 4 commits
-
-
Niels Möller authored
-
Niels Möller authored
-
Niels Möller authored
-
Daniel P. Berrange authored
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
-
Daiki Ueno 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
-
Nikos Mavrogiannopoulos authored
That is, regenerate when Makefile.in is modified. Signed-off-by:
Nikos Mavrogiannopoulos <nmav@redhat.com>
-
- 16 May, 2017 5 commits
-
-
Nikos Mavrogiannopoulos authored
Signed-off-by:
Nikos Mavrogiannopoulos <nmav@redhat.com>
-
Nikos Mavrogiannopoulos authored
Signed-off-by:
Nikos Mavrogiannopoulos <nmav@redhat.com>
-
Nikos Mavrogiannopoulos authored
Signed-off-by:
Nikos Mavrogiannopoulos <nmav@redhat.com>
-
Nikos Mavrogiannopoulos authored
-
Nikos Mavrogiannopoulos authored
The former provides a much newer version. Signed-off-by:
Nikos Mavrogiannopoulos <nmav@redhat.com>
-
- 09 Apr, 2017 3 commits
-
-
Nikos Mavrogiannopoulos authored
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
-
-
Marcus Hoffmann authored
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
-
Nikos Mavrogiannopoulos 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
-