index
:
delta/nettle.git
aead-api
aead-tests
aes-cbc
aes-reorg
aes-struct-layout
api-opaque-fix
arm-salsa20-chacha-vsra
arm64
arm64-ecc
arm64-poly1305
arm64-sha1
attribute-deprecated
balloon
baserock/disable-documentation
baserock/morph
bcrypt
block16-refactor
bswap-header
chacha-3core-neon
chacha96
cmac-layout
cmac-support
cmac64
ctr-opt
curve25519
curve448
default-m4-quote-char
delete-1-way-neon
delete-arcfour-asm
delete-des-compat
delete-ecc-g
delete-internal-name-mangling
delete-old-aes
delete-rsa_blind
dsa-reorg
ecc-gost
ecc-params-tweak
ecc-sqrt
ecc-support
ecdsa-duplication-fix
ecdsa-weierstrass-only
ed448
experimental-20050201
export-sha256_compress
fat-build-by-default
fat-library
fix-chacha-counter
fix-x86_64-ghash-alignment
gcm-ctr-opt
ghash-refactor
ghash-sidechannel-silent
gosthash94cp
hkdf-support
invert-with-redc
lsh-1.4.2
master
master-updates
merge-pss
move-nettle_mac
nettle-2.7-fixes
nettle-arm64-chacha
nettle-ppc-test-power9
new-mod-inv
ocb-merge
ocb-mode
openssl-benchmark-update
optimize-ecc-invert
poly1305
poly1305-radix32
power-asm-wip
ppc-chacha-2core
ppc-chacha-4core
ppc-chacha-core
ppc-gcm
ppc-secp256-tweaks
ppc64-efv2-check
refactor-ecc-mod
refactor-poly1305
release-3.4-fixes
release-3.7-fixes
release-3.8-fixes
rename-data-symbols
require-gnu-make
rsa-crt-hardening
s390x
salsa20-2core-neon
secp256r1-mod
set_key-changes
sha256-compress-n
shake256
siv-mode
size_t-changes
skein
sm3
sm4
struct-layout
test-fat
test-ghash-internal
test-shlib-dir
use-mpn_cnd-functions
versioned-symbols
wip-siv-gcm
x86_64-aes-refactor
x86_64-gcm
x86_64-salsa20-2core
x86_64-sha_ni-sha1
x86_64-sha_ni-sha256
git.lysator.liu.se: nettle/nettle.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
/
Makefile.in
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rework setting of LD_LIBRARY_PATH for tests.
test-shlib-dir
Niels Möller
2020-03-31
1
-2
/
+1
*
Use %-pattern rules instad of suffix rules.
require-gnu-make
Niels Möller
2020-01-15
1
-1
/
+1
*
Simplify dependency rules using GNU make -include.
Niels Möller
2020-01-15
1
-2
/
+2
*
examples: Delete eratosthenes from TARGETS, left over from earlier change.
Niels Möller
2019-01-19
1
-1
/
+1
*
Delete eratosthenseprogram
Niels Möller
2019-01-12
1
-4
/
+1
*
Set DYLD_LIBRARY_PATH when running tests.
Niels Möller
2017-10-22
1
-2
/
+3
*
Deleted next-prime.c from examples/Makefile.in (forgotten in earlier change).
Niels Möller
2014-04-17
1
-1
/
+1
*
Deleted the nettle_next_prime function.
Niels Möller
2014-04-13
1
-5
/
+1
*
Fixed link dependency problems with --disable-static.
Niels Möller
2013-09-18
1
-2
/
+2
*
Factorize timing functions to a separate file
Martin Storsjö
2013-03-25
1
-7
/
+9
*
Fixed hogweed dependency in examples/Makefile.in.
Niels Möller
2013-02-28
1
-3
/
+3
*
New program hogweed-benchmark.
Niels Möller
2013-02-20
1
-2
/
+8
*
Benchmark program for ECC primitives.
Niels Möller
2013-02-18
1
-4
/
+11
*
Fixed make rules for building objects in parent directory.
Niels Möller
2013-01-02
1
-2
/
+8
*
Added -lm when linking nettle-benchmark.
Niels Möller
2012-07-07
1
-1
/
+1
*
Added base16dec.c in examples/Makefile.in, forgotten earlier.
Niels Möller
2012-06-09
1
-1
/
+1
*
New base16 example programs, based on code contributed by Jeronimo Pellegrini.
Niels Möller
2012-04-14
1
-2
/
+12
*
New base64dec example program, based on code contributed by Jeronimo Pellegrini.
Niels Möller
2012-04-14
1
-2
/
+6
*
New base64enc example program, based on code contributed by Jeronimo Pellegrini.
Niels Möller
2012-04-14
1
-8
/
+16
*
Don't include nettle-internal.h in the library.
Niels Möller
2012-03-30
1
-4
/
+5
*
Adjust Makefiles after the repository conversion.
Niels Möller
2012-02-18
1
-5
/
+8
*
(check): Add ../.lb to PATH, like in
Niels Möller
2012-01-07
1
-1
/
+1
*
* examples/Makefile.in (check): Pass $(EMULATOR) and $(EXEEXT) in
Martin Storsjö
2011-11-24
1
-1
/
+2
*
(nettle-benchmark): Link using $(BENCH_LIBS) rather than $(LIBS).
Niels Möller
2010-09-22
1
-1
/
+3
*
* examples/Makefile.in (SOURCES): Added random-prime.c.
Niels Möller
2010-04-09
1
-1
/
+2
*
* examples/random-prime.c: New program.
Niels Möller
2010-04-09
1
-1
/
+5
*
(next-prime$(EXEEXT)): Added -lnettle to linker.
Niels Möller
2008-10-25
1
-1
/
+1
*
* Makefile.in (tags-here): Put TAGS file in the source directory.
Niels Möller
2008-08-26
1
-1
/
+1
*
(SOURCES): Added next-prime.c.
Niels Möller
2008-02-29
1
-1
/
+1
*
* examples/Makefile.in (TARGETS): Added eratosthenes and next-prime.
Niels Möller
2008-01-05
1
-3
/
+10
*
* examples/Makefile.in: Use IF_HOGWEED instead of RSA_EXAMPLES.
Niels Möller
2007-05-14
1
-15
/
+18
*
Comment fix.
Niels Möller
2006-11-27
1
-0
/
+2
*
* Merged experimental branch. Also:
after_experimental_merge_20060516
Niels Möller
2006-05-16
1
-0
/
+3
|
\
|
*
* examples/Makefile.in (tags): New target.
Niels Möller
2006-02-14
1
-0
/
+3
*
|
(GETOPT_OBJS): New variable.
Niels Möller
2006-04-26
1
-9
/
+8
*
|
* testsuite/Makefile.in: Use %-rules for building the -test
Niels Möller
2005-11-25
1
-7
/
+29
*
|
* examples/Makefile.in (TARGETS): Use $(EXEEXT).
Niels Möller
2005-11-07
1
-1
/
+1
|
/
*
* Makefile.in (distdir): Handle absolute $distdir.
Niels Möller
2004-11-28
1
-4
/
+5
*
* Makefile.in: Use DEP_INCLUDE.
Niels Möller
2004-11-23
1
-1
/
+1
*
* Makefile.in (clean-here): The clean target should not delete the
Niels Möller
2004-11-18
1
-2
/
+2
*
Reverted addition of make rules for creating dummy dependency files.
Niels Möller
2004-11-14
1
-7
/
+1
*
* Makefile.in: Don't use -include, as it's GNU make specific.
Niels Möller
2004-11-13
1
-1
/
+7
*
* examples/Makefile.in: Deleted all configure-related rules,
Niels Möller
2004-10-21
1
-22
/
+0
*
* config.make.in: Insert $(PRE_CPPFLAGS) and $(PRE_LDFLAGS) before
Niels Möller
2004-10-20
1
-4
/
+5
*
* examples/Makefile.in (SOURCES): Added rsa-sign.c and rsa-verify.c.
Niels Möller
2004-10-20
1
-3
/
+3
*
* examples/Makefile.in (INCLUDES): Added -I flags.
Niels Möller
2004-10-20
1
-3
/
+8
*
Stop using automake. Replaced each Makefile.am with a hand-written
Niels Möller
2004-10-19
1
-0
/
+72