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
/
Makefile.in
Commit message (
Expand
)
Author
Age
Files
Lines
*
Build eccdata only when public key support is enabled.
Niels Möller
2013-04-16
1
-2
/
+3
*
Include arm assembly files in distribution.
Niels Möller
2013-04-16
1
-1
/
+1
*
Implemented umac.
Niels Möller
2013-04-11
1
-1
/
+4
*
Implemented ecc_point_mul and ecc_point_mul_g.
Niels Möller
2013-04-03
1
-1
/
+1
*
Added encryption function for 12-round salsa20.
Nikos Mavrogiannopoulos
2013-03-25
1
-1
/
+1
*
Don't include asm objects twice in shared libhogweed.
Niels Möller
2013-03-25
1
-1
/
+1
*
Setup and use CC_FOR_BUILD.
Niels Möller
2013-03-07
1
-18
/
+26
*
Prepare autoconf and Makefile for optional assembly files.
Niels Möller
2013-02-27
1
-2
/
+4
*
Implemented ECDSA key generation.
Niels Möller
2013-02-20
1
-1
/
+1
*
Integrated ECDSA sign and verify functions.
Niels Möller
2013-02-18
1
-2
/
+5
*
Integrate ecc_mul_a.
Niels Möller
2013-02-15
1
-2
/
+3
*
Integrate ecc_mul_g.
Niels Möller
2013-02-15
1
-2
/
+4
*
Integrated ECC internals.
Niels Möller
2013-02-15
1
-7
/
+10
*
Functions for mpn <-> mpz conversions.
Niels Möller
2013-02-15
1
-1
/
+3
*
New program eccdata, and Makefile rules to use it.
Niels Möller
2013-02-15
1
-5
/
+64
*
Use a separate make rule for m4 preprocessing of assembly files.
Niels Möller
2013-02-06
1
-12
/
+10
*
Added sha3 variants with other digest sizes.
Niels Möller
2013-01-01
1
-1
/
+3
*
New configure option --disable-static. Based on patch from Alon Bar-Lev.
Niels Möller
2012-12-15
1
-3
/
+3
*
Split sha.h into new files sha1.h and sha2.h.
Niels Möller
2012-12-02
1
-1
/
+1
*
Implemented sha3.
Niels Möller
2012-11-12
1
-1
/
+2
*
New function _nettle_write_le64.
Niels Möller
2012-11-12
1
-1
/
+1
*
Added gosthash, ported from rhash by Nikos Mavrogiannopoulos.
Niels Möller
2012-11-08
1
-1
/
+3
*
Extracted function _salsa20_core.
Niels Möller
2012-09-23
1
-0
/
+1
*
Implement concrete PBKDF2 functions.
Simon Josefsson
2012-09-21
1
-1
/
+1
*
Support for pbkdf2.
Simon Josefsson
2012-09-19
1
-0
/
+2
*
Make documentation optional.
Sam Thursfield
2012-08-22
1
-2
/
+3
*
General pkcs1 signature interface.
Niels Möller
2012-06-09
1
-1
/
+2
*
Moved rsa blinding code to a separate file.
Niels Möller
2012-06-09
1
-1
/
+1
*
Reverted accidental Makefile change in previous commit.
Niels Möller
2012-06-03
1
-1
/
+1
*
Extracted padding code from rsa_encrypt to new function pkcs1_encrypt.
Niels Möller
2012-05-18
1
-1
/
+2
*
Renamed salsa20.c to salsa20-crypt.c.
Niels Möller
2012-04-17
1
-1
/
+1
*
Moved salsa20_set_key to a separate file. Inlined salsa20_hash into salsa20_c...
Niels Möller
2012-04-17
1
-1
/
+1
*
Implemented rsa_decrypt_tr, based on RSA blinding code
Niels Möller
2012-04-09
1
-1
/
+1
*
New function pkcs1_decrypt, use in rsa_decrypt.
Niels Möller
2012-04-09
1
-1
/
+1
*
Don't include nettle-internal.h in the library.
Niels Möller
2012-03-30
1
-4
/
+7
*
Another fix to the cration of .lib symlinks.
Niels Möller
2012-03-30
1
-2
/
+2
*
Implemented the Salsa20 cipher.
Simon Josefsson
2012-03-29
1
-1
/
+2
*
Fixed to in rule to make soname links.
Niels Möller
2012-03-29
1
-2
/
+2
*
Pass -b option to texi2dvi.
Niels Möller
2012-02-27
1
-1
/
+1
*
Resurrected twofishdata.c, earlier known as generate_q.c.
Niels Möller
2012-02-27
1
-2
/
+6
*
Adjust Makefiles after the repository conversion.
Niels Möller
2012-02-18
1
-3
/
+10
*
* Makefile.in ($(LIBNETTLE_FORLINK)): Always create a .lib symlink
Niels Möller
2012-01-17
1
-9
/
+19
*
Cygwin/mingw32 improvements contributed by Martin Storsjö:
Martin Storsjö
2011-11-19
1
-1
/
+2
*
Cygwin/mingw32 improvements contributed by Martin Storsjö:
Martin Storsjö
2011-11-19
1
-6
/
+20
*
(nettle_SOURCES): Added hmac-ripemd160.c.
Niels Möller
2011-08-30
1
-1
/
+1
*
(nettle_SOURCES): Added write-le32.c.
Niels Möller
2011-08-28
1
-1
/
+1
*
(nettle_SOURCES): Added ripemd160.c
Andres Mejia
2011-08-28
1
-1
/
+2
*
(PKGCONFIG_FILES, pkgconfigdir): New variables.
Niels Möller
2011-07-24
1
-3
/
+26
*
(DISTFILES): Distribute COPYING.LIB, not COPYING,
nettle_2.2_release_20110711
Niels Möller
2011-07-11
1
-1
/
+1
*
Deleted FIXMEs.
Niels Möller
2011-07-07
1
-2
/
+0
[next]