- Oct 03, 2005
-
-
Niels Möller authored
ciphers. Rev: src/nettle/examples/nettle-openssl.c:1.8
-
Niels Möller authored
Rev: src/nettle/examples/nettle-benchmark.c:1.15
-
- Oct 02, 2005
-
-
Niels Möller authored
option is used to say what the clock frequency is. Rev: src/nettle/examples/nettle-benchmark.c:1.14
-
- Sep 28, 2005
-
-
Niels Möller authored
sha1. Rev: src/nettle/examples/nettle-benchmark.c:1.13
-
Niels Möller authored
(nettle_openssl_sha1): Added glue for openssl hash functions. Rev: src/nettle/examples/nettle-openssl.c:1.7
-
Niels Möller authored
HAVE_LIBCRYPTO. Benchmark openssl's aes and arcfour code. Rev: src/nettle/examples/nettle-benchmark.c:1.12
-
Niels Möller authored
new openssl DES interface. Added glue for arcfour and aes. Rev: src/nettle/examples/nettle-openssl.c:1.6
-
- Jan 03, 2005
-
-
algorithms are enabled. Problem reported by Meilof Veeningen <meilof@gmail.com>. Rev: src/nettle/ChangeLog:1.318 Rev: src/nettle/examples/io.h:1.5
-
- Nov 28, 2004
-
-
Niels Möller authored
Avoid using the GNU extension $^. * examples/Makefile.in: Avoid using the GNU extension $^. * tools/Makefile.in: Likewise. * testsuite/Makefile.in: Likewise. Rev: src/nettle/ChangeLog:1.308 Rev: src/nettle/Makefile.in:1.15 Rev: src/nettle/examples/Makefile.in:1.10 Rev: src/nettle/testsuite/Makefile.in:1.10 Rev: src/nettle/tools/Makefile.in:1.11
-
- Nov 23, 2004
-
-
Niels Möller authored
* tools/Makefile.in: Likewise. * testsuite/Makefile.in: Likewise. * examples/Makefile.in: Likewise. Rev: src/nettle/ChangeLog:1.306 Rev: src/nettle/Makefile.in:1.14 Rev: src/nettle/examples/Makefile.in:1.9 Rev: src/nettle/testsuite/Makefile.in:1.9 Rev: src/nettle/tools/Makefile.in:1.10
-
- Nov 18, 2004
-
-
Niels Möller authored
dependency files. Moved to the distclean target. * examples/Makefile.in: Likewise. * testsuite/Makefile.in: Likewise. * tools/Makefile.in: Likewise. Rev: src/nettle/ChangeLog:1.305 Rev: src/nettle/Makefile.in:1.13 Rev: src/nettle/examples/Makefile.in:1.8 Rev: src/nettle/testsuite/Makefile.in:1.8 Rev: src/nettle/tools/Makefile.in:1.9
-
- Nov 16, 2004
-
-
Niels Möller authored
them from shared copies in lsh/misc instead. Rev: src/nettle/ChangeLog:1.300 Rev: src/nettle/examples/getopt.c:1.2(DEAD) Rev: src/nettle/examples/getopt.h:1.2(DEAD) Rev: src/nettle/examples/getopt1.c:1.2(DEAD) Rev: src/nettle/tools/getopt.c:1.2(DEAD) Rev: src/nettle/tools/getopt.h:1.2(DEAD) Rev: src/nettle/tools/getopt1.c:1.2(DEAD)
-
- Nov 13, 2004
-
-
Niels Möller authored
It's now done by configure. Rev: src/nettle/ChangeLog:1.298 Rev: src/nettle/Makefile.in:1.10 Rev: src/nettle/examples/Makefile.in:1.7 Rev: src/nettle/testsuite/Makefile.in:1.7 Rev: src/nettle/tools/Makefile.in:1.8
-
Niels Möller authored
Added rule to create empty dependency files if they are missing. * examples/Makefile.in, tools/Makefile.in, testsuite/Makefile.in: Likewise. Rev: src/nettle/ChangeLog:1.297 Rev: src/nettle/Makefile.in:1.9 Rev: src/nettle/examples/Makefile.in:1.6 Rev: src/nettle/testsuite/Makefile.in:1.6 Rev: src/nettle/tools/Makefile.in:1.7
-
Niels Möller authored
Rev: src/nettle/examples/nettle-openssl.c:1.5
-
- Oct 21, 2004
-
-
Niels Möller authored
except the one rebuilding this Makefile. Run make at top level if other configure related files change. * tools/Makefile.in: Likewise. * testsuite/Makefile.in: Likewise. Rev: src/nettle/examples/Makefile.in:1.5 Rev: src/nettle/testsuite/Makefile.in:1.5 Rev: src/nettle/tools/Makefile.in:1.6
-
- Oct 20, 2004
-
-
Niels Möller authored
compatibility. Rev: src/nettle/examples/nettle-openssl.c:1.4
-
Niels Möller authored
$(CPPFLAGS) and $(LDFLAGS). This mechanism replaces $(INCLUDES). * examples/Makefile.in (PRE_CPPFLAGS, PRE_LDFLAGS): Use these flags to get -I.. and -L.. early on the command line. * testsuite/Makefile.in: Likewise * tools/Makefile.in: Likewise. Rev: src/nettle/ChangeLog:1.283 Rev: src/nettle/config.make.in:1.4 Rev: src/nettle/examples/Makefile.in:1.4 Rev: src/nettle/testsuite/Makefile.in:1.4 Rev: src/nettle/tools/Makefile.in:1.5
-
Niels Möller authored
(DISTFILES): Added getopt.h. (install uninstall): New dummy targets. Rev: src/nettle/examples/Makefile.in:1.3
-
- Oct 19, 2004
-
-
Niels Möller authored
(distdir): Use $^ to refer to the files. (distclean): New target. Rev: src/nettle/examples/Makefile.in:1.2
-
Niels Möller authored
Rev: src/nettle/.cvsignore:1.15 Rev: src/nettle/examples/.cvsignore:1.7 Rev: src/nettle/testsuite/.cvsignore:1.25 Rev: src/nettle/tools/.cvsignore:1.4
-
Niels Möller authored
Makefile.in. * configure.ac: New output variable CCPIC_MAYBE. New output file config.make. Replaced automake constructions. Rev: src/nettle/Makefile.am:1.81(DEAD) Rev: src/nettle/Makefile.in:1.1 Rev: src/nettle/configure.ac:1.45 Rev: src/nettle/examples/Makefile.am:1.22(DEAD) Rev: src/nettle/examples/Makefile.in:1.1 Rev: src/nettle/testsuite/Makefile.am:1.42(DEAD) Rev: src/nettle/testsuite/Makefile.in:1.1 Rev: src/nettle/tools/Makefile.am:1.8(DEAD) Rev: src/nettle/tools/Makefile.in:1.1
-
- Oct 08, 2004
-
-
Niels Möller authored
the same time. * examples/setup-env: Likewise. Rev: src/nettle/ChangeLog:1.279 Rev: src/nettle/examples/rsa-encrypt-test:1.3 Rev: src/nettle/examples/setup-env:1.2
-
- Mar 18, 2004
-
-
Niels Möller authored
Rev: src/nettle/examples/io.c:1.8
-
- Mar 01, 2004
-
-
Niels Möller authored
Rev: src/nettle/examples/rsa-decrypt.c:1.5 Rev: src/nettle/examples/rsa-encrypt.c:1.6 Rev: src/nettle/examples/rsa-keygen.c:1.13
-
Niels Möller authored
(rsa_keygen_SOURCES): Added getopt.h, getopt.c and getopt1.c. Rev: src/nettle/examples/Makefile.am:1.21
-
Niels Möller authored
Rev: src/nettle/examples/getopt.c:1.1 Rev: src/nettle/examples/getopt.h:1.1 Rev: src/nettle/examples/getopt1.c:1.1
-
- Feb 12, 2004
-
-
Niels Möller authored
on systems with no /dev/urandom. Rev: src/nettle/examples/rsa-encrypt-test:1.2
-
- Feb 07, 2004
-
-
Niels Möller authored
* examples/rsa-encrypt.c (write_bignum): Likewise. * examples/rsa-decrypt.c (read_bignum): Likewise. Rev: src/nettle/examples/rsa-decrypt.c:1.4 Rev: src/nettle/examples/rsa-encrypt.c:1.5 Rev: src/nettle/examples/rsa-keygen.c:1.12
-
Niels Möller authored
des_ecb_encrypt, cst arguments to (void *). Openssl's typedefs des_cblock and const_des_cblock are too broken. Rev: src/nettle/examples/nettle-openssl.c:1.3
-
Niels Möller authored
of alloca, for better portability. Rev: src/nettle/examples/nettle-benchmark.c:1.11
-
Niels Möller authored
Rev: src/nettle/examples/io.c:1.7 Rev: src/nettle/examples/io.h:1.4
-
- Feb 05, 2004
-
-
Niels Möller authored
start of the buffer, when preparing for the final processing. Rev: src/nettle/examples/rsa-encrypt.c:1.4
-
Niels Möller authored
(main): Benchmark hash functions too. (BENCH_BLOCK): Increased 10K. (BENCH_INTERVAL): Decreased to 0.25s. Rev: src/nettle/examples/nettle-benchmark.c:1.10
-
Niels Möller authored
f, until 1s has elapsed. Returns seconds per call. Updated bench functions to not loop themselves. (display): Updated MB/s calculation. Rev: src/nettle/examples/nettle-benchmark.c:1.9
-
- Jan 10, 2004
-
-
Niels Möller authored
Rev: src/nettle/examples/teardown-env:1.3
-
- Jan 09, 2004
-
-
Niels Möller authored
comment describing the file format, and moved to rsa-session.h. Rev: src/nettle/examples/rsa-encrypt.c:1.3 Rev: src/nettle/examples/rsa-session.h:1.2
-
Niels Möller authored
Rev: src/nettle/ChangeLog:1.221 Rev: src/nettle/examples/Makefile.am:1.20 Rev: src/nettle/examples/rsa-encrypt-test:1.1
-
Niels Möller authored
format. Rev: src/nettle/ChangeLog:1.220 Rev: src/nettle/examples/rsa-encrypt.c:1.2
-
Niels Möller authored
(main): Initialize x. Check the size of the session key after rsa decryption. Rev: src/nettle/examples/rsa-decrypt.c:1.3
-