- 23 Oct, 2017 3 commits
-
-
Niels Möller authored
-
Niels Möller authored
-
Niels Möller authored
-
- 17 Oct, 2017 2 commits
-
-
Niels Möller authored
-
Niels Möller authored
-
- 16 Oct, 2017 4 commits
-
-
Niels Möller authored
* aclocal.m4 (GMP_PROG_CC_FOR_BUILD): Add -g when compiling with gcc.
-
Niels Möller authored
-
Niels Möller authored
-
Dmitry Baryshkov authored
Signed-off-by:
Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
-
- 14 Oct, 2017 5 commits
-
-
Niels Möller authored
-
Nikos Mavrogiannopoulos authored
Also removed unused variables. Signed-off-by:
Nikos Mavrogiannopoulos <nmav@gnutls.org>
-
Nikos Mavrogiannopoulos authored
Signed-off-by:
Nikos Mavrogiannopoulos <nmav@gnutls.org>
-
Nikos Mavrogiannopoulos authored
Signed-off-by:
Nikos Mavrogiannopoulos <nmav@redhat.com>
-
Nikos Mavrogiannopoulos authored
Signed-off-by:
Nikos Mavrogiannopoulos <nmav@redhat.com>
-
- 01 Oct, 2017 1 commit
-
-
Niels Möller authored
-
- 28 Sep, 2017 1 commit
-
-
Niels Möller authored
-
- 24 Sep, 2017 3 commits
-
-
Niels Möller authored
-
Niels Möller authored
* sexp-transport-format.c (base64_encode_in_place): New helper function. (sexp_transport_vformat): Use it. * testsuite/base64-test.c (test_fuzz_once): Update to use char type where appropriate. (test_main): Use helper functions base64_encode_in_place and base64_decode_in_place (copied to this file). * tools/pkcs1-conv.c (base64_decode_in_place): New helper function. (decode_base64): Use it.
-
Niels Möller authored
* testsuite/testutils.c (tstring_data): Use uint8_t for data argument. * testsuite/testutils.h (SDATA): Use US macro to cast data argument.
-
- 14 Sep, 2017 2 commits
-
-
Niels Möller authored
* hkdf.c: Delete unneeded includes. Use Nettle licensing notice. * hkdf.h: Include only nettle-types.h, not nettle-meta.h.
-
Niels Möller authored
-
- 12 Sep, 2017 1 commit
-
-
Niels Möller authored
-
- 09 Sep, 2017 5 commits
-
-
Niels Möller authored
-
Daiki Ueno authored
Signed-off-by:
Daiki Ueno <dueno@redhat.com>
-
Daiki Ueno authored
In curve448, the bit size of the order is slightly smaller than the one of p's. Adjust ecc_Bmodq_shifted accordingly. Signed-off-by:
Daiki Ueno <dueno@redhat.com>
-
Daiki Ueno authored
Signed-off-by:
Daiki Ueno <dueno@redhat.com>
-
Niels Möller authored
-
- 06 Sep, 2017 6 commits
-
-
Niels Möller authored
-
Niels Möller authored
-
Andreas Schneider authored
If configure finds secure_getenv it wants to use it. However it fails to find the prototype because it is a GNU extension. Signed-off-by:
Andreas Schneider <asn@samba.org>
-
Niels Möller authored
* hkdf.c (hkdf_expand): Eliminate a (signed) ssize_t variable, use break rather than return at loop termination.
-
Niels Möller authored
-
Niels Möller authored
-
- 30 Aug, 2017 2 commits
-
-
Nikos Mavrogiannopoulos authored
Signed-off-by:
Nikos Mavrogiannopoulos <nmav@redhat.com>
-
Nikos Mavrogiannopoulos authored
Signed-off-by:
Nikos Mavrogiannopoulos <nmav@redhat.com>
-
- 29 Aug, 2017 2 commits
-
-
Niels Möller authored
-
Niels Möller authored
-
- 27 Aug, 2017 3 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.
-
Niels Möller authored
-