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
*
Deleted rsa-compat.h and all related code.
Niels Möller
2014-04-13
1
-2
/
+2
*
Deleted the nettle_next_prime function.
Niels Möller
2014-04-13
1
-3
/
+2
*
Updated licensing info.
Niels Möller
2014-04-13
1
-1
/
+2
*
Fixes for make dist.
Niels Möller
2014-04-11
1
-1
/
+1
*
nettle_hash instances for sha512_224 and sha512_256.
Niels Möller
2014-04-09
1
-0
/
+1
*
Make dsa_generate_keygen generate only a new key, but no new parameters.
Niels Möller
2014-03-28
1
-1
/
+1
*
Move old DSA interface to dsa-compat.h.
Niels Möller
2014-03-27
1
-2
/
+3
*
New function dsa_generate_params.
Niels Möller
2014-03-27
1
-1
/
+2
*
CCM cipher mode.
Owen Kirby
2014-03-23
1
-1
/
+2
*
Deleted nettle_cipher nettle_arcfour128.
Niels Möller
2014-03-16
1
-1
/
+1
*
Fix dependencies for assembly-related rules.
Niels Möller
2014-03-15
1
-1
/
+3
*
Renamed chacha256_set_key to chacha_set_key.
Niels Möller
2014-03-04
1
-1
/
+0
*
Drop support for 128-bit chacha keys.
Niels Möller
2014-03-04
1
-1
/
+1
*
Support for gcm-camellia256.
Niels Möller
2014-02-16
1
-0
/
+1
*
Support for gcm-camellia128.
Niels Möller
2014-02-16
1
-0
/
+1
*
Make eax_aes128 interface public.
Niels Möller
2014-02-13
1
-1
/
+2
*
Implemented chacha-poly1305.
Niels Möller
2014-02-12
1
-1
/
+2
*
Generalized nettle_aead abstraction, and moved to nettle-meta.h.
Niels Möller
2014-02-12
1
-3
/
+5
*
Renamed chacha_set_iv to chacha_set_nonce.
Niels Möller
2014-02-10
1
-1
/
+1
*
Sort nettle_SOURCES.
Niels Möller
2014-01-30
1
-13
/
+13
*
Implemented chacha, based on contribution by Joachim Strömbergson.
Niels Möller
2014-01-27
1
-3
/
+6
*
New gcm-aes interface.
Niels Möller
2014-01-26
1
-1
/
+2
*
Merge branch 'camellia-reorg' into master.
Niels Möller
2014-01-21
1
-3
/
+9
|
\
|
*
Reorganized camellia interface
Niels Möller
2013-10-10
1
-3
/
+9
*
|
Merge branch 'poly1305' into 'master'.
Niels Möller
2014-01-20
1
-1
/
+2
|
\
\
|
*
|
Move block buffer from poly1305_ctx to poly1305_aes_ctx. Simplify poly1305_di...
poly1305
Niels Möller
2014-01-20
1
-1
/
+1
|
*
|
Move poly1305-aes.h declarations into poly1305.h. Deleted POLY1305_* macros.
Niels Möller
2014-01-16
1
-1
/
+1
|
*
|
New file poly1305-internal.c
Niels Möller
2013-11-12
1
-1
/
+1
|
*
|
First implementation of poly1305.
Nikos Mavrogiannopoulos
2013-11-10
1
-1
/
+2
|
|
/
*
|
Separate salsa20 set_key functions for 128 and 256 bits.
Niels Möller
2014-01-20
1
-0
/
+2
*
|
dsa: Allow arbitrary digest sizes. Support 224-bit q.
Niels Möller
2013-11-24
1
-1
/
+1
|
/
*
Implemented EAX.
Niels Möller
2013-10-05
1
-3
/
+2
*
Merged aes-reorg branch.
Niels Möller
2013-09-28
1
-1
/
+8
|
\
|
*
New interface for AES-256. Also deleted old aes-meta.c.
Niels Möller
2013-06-25
1
-1
/
+3
|
*
New interface for AES-192.
Niels Möller
2013-06-25
1
-0
/
+2
|
*
New interface for AES-128.
Niels Möller
2013-06-25
1
-0
/
+2
|
*
New internal functions _aes_set_key and _aes_invert.
Niels Möller
2013-05-22
1
-0
/
+1
*
|
Fixed dependencies for des.po.
Niels Möller
2013-09-21
1
-0
/
+1
*
|
Fixed link dependency problems with --disable-static.
Niels Möller
2013-09-18
1
-1
/
+5
*
|
Support optional assembly files for both nettle and hogweed.
Niels Möller
2013-09-09
1
-3
/
+4
*
|
Distribute files in arm/v6 subdirectory.
Niels Möller
2013-06-25
1
-1
/
+1
|
/
*
Include memxor unconditionally, not via LIBOBJS.
Niels Möller
2013-04-24
1
-3
/
+2
*
Consistently use EXEEXT_FOR_BUILD
Martin Storsjö
2013-04-23
1
-9
/
+10
*
Fixes for make dist target.
Niels Möller
2013-04-21
1
-2
/
+3
*
Reorganization of ARM assembly.
Niels Möller
2013-04-18
1
-1
/
+1
*
Drop -lgmp when linking eccdata.
Niels Möller
2013-04-17
1
-1
/
+1
*
Use mini-gmp for the eccdata program.
Niels Möller
2013-04-17
1
-1
/
+1
*
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
[next]