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
Commit message (
Expand
)
Author
Age
Files
Lines
*
New function chacha_set_nonce96.
Niels Möller
2015-01-30
4
-3
/
+44
*
Started on NEWS entries for 3.1.
Niels Möller
2015-01-28
1
-0
/
+63
*
Mark move from ecc.h to ecc-internal.h done.
Niels Möller
2015-01-27
1
-2
/
+2
*
Fix comment on the ecc_add_ehh formulas.
Niels Möller
2015-01-27
1
-6
/
+6
*
Moved internal declarations from ecc.h to ecc-internal.h.
Niels Möller
2015-01-27
15
-238
/
+146
*
Fix old typo in ChangeLog.
Niels Möller
2015-01-26
1
-2
/
+2
*
Updated release plan.
Niels Möller
2015-01-26
1
-2
/
+2
*
In arm fat build, hook in sha1 and sha256 armv6 assembly.
Niels Möller
2015-01-25
4
-0
/
+99
*
Prepare for additional fat functions.
Niels Möller
2015-01-25
5
-1
/
+31
*
gitignore: Add a missing entry for ecc-25519.h
Martin Storsjö
2015-01-25
1
-0
/
+1
*
Merge branch 'fat-library' into master.
Niels Möller
2015-01-25
37
-46
/
+1514
|
\
|
*
ChangeLog entry for Martin's arm .arch fix.
fat-library
Niels Möller
2015-01-25
1
-0
/
+7
|
*
arm: Add .arch directives for armv6
Martin Storsjö
2015-01-25
4
-0
/
+6
|
*
Made fat initialization more robust.
Niels Möller
2015-01-23
4
-32
/
+37
|
*
Fat functions for arm neon.
Niels Möller
2015-01-21
7
-0
/
+254
|
*
Prepare for additional fat functions.
Niels Möller
2015-01-21
8
-3
/
+71
|
*
Implemented handling of NETTLE_FAT_OVERRIDE, for arm.
Niels Möller
2015-01-20
2
-42
/
+73
|
*
Implemented handling of NETTLE_FAT_OVERRIDE.
Niels Möller
2015-01-20
3
-14
/
+85
|
*
Check for secure_getenv function.
Niels Möller
2015-01-20
2
-2
/
+7
|
*
Initial fat library support for arm.
Niels Möller
2015-01-19
7
-8
/
+326
|
*
Added FIXME comment.
Niels Möller
2015-01-19
1
-0
/
+4
|
*
Moved fat declarations and macros to fat-setup.h.
Niels Möller
2015-01-19
4
-116
/
+150
|
*
New macros to help define resolver and wrappers for fat functions.
Niels Möller
2015-01-17
2
-120
/
+106
|
*
Reorganize symbols for fat routines.
Niels Möller
2015-01-17
10
-18
/
+28
|
*
Fat setup of memxor, based on patch by Nikos Mavrogiannopoulos.
Niels Möller
2015-01-17
6
-3
/
+125
|
*
Move x86_64/fat/fat.c -> fat-x86_64.c. Fix asm_path setup.
Niels Möller
2015-01-16
4
-6
/
+21
|
*
Explain why x86_64 fat initialization doesn't need any memory barrier.
Niels Möller
2015-01-13
1
-4
/
+4
|
*
Make constructor hack less gcc-specific.
Niels Möller
2015-01-13
2
-16
/
+20
|
*
Initial support for fat x86_64 build.
Niels Möller
2015-01-13
9
-5
/
+463
|
*
Use explicit .byte sequences when assembling aes instructions.
Niels Möller
2015-01-13
3
-6
/
+18
|
*
Autoconf check for ifunc support.
Niels Möller
2015-01-13
3
-0
/
+43
|
*
Refactor PROLOGUE macro in asm.m4.
Niels Möller
2015-01-12
2
-11
/
+13
|
*
Replace OPT_ASM_NETTLE_SOURCES by OPT_NETTLE_OBJS, and similarly for hogweed.
Niels Möller
2015-01-12
3
-10
/
+23
*
|
Updated release plans.
Niels Möller
2015-01-19
1
-2
/
+5
|
/
*
x86_64: new aes assembly, using aesni instructions.
Niels Möller
2015-01-11
4
-0
/
+203
*
freebsd: Use -Wl,-rpath to set rpath.
Niels Möller
2015-01-11
2
-1
/
+4
*
Merge branch 'memxor-reorg' into master.
Niels Möller
2015-01-11
11
-636
/
+1084
|
\
|
*
arm: Moved memxor3 to new file, arm/memxor3.asm.
Niels Möller
2015-01-10
3
-271
/
+320
|
*
Reorganized x86_64 memxor.
Niels Möller
2014-11-24
4
-130
/
+303
|
*
Fixed header comment.
Niels Möller
2014-11-17
1
-1
/
+1
|
*
Enable valgrind's --partial-loads-ok only when build includes assembly files.
Niels Möller
2014-10-23
3
-1
/
+11
|
*
Fixed out-of-bounds reads in memxor3.
Niels Möller
2014-10-23
2
-22
/
+75
|
*
Simplify unaligned memxor using READ_PARTIAL macro.
Niels Möller
2014-10-23
3
-17
/
+27
|
*
Fixed out-of-bounds reads in memxor.
Niels Möller
2014-10-23
2
-8
/
+38
|
*
Split memxor.c into memxor.c and memxor3.c.
Niels Möller
2014-10-23
6
-218
/
+310
|
*
For memxor, make word_t be always 64 bits on x86_64.
Niels Möller
2014-10-23
2
-9
/
+12
|
*
Two-way unrolling of aligned memxor3.
Niels Möller
2014-10-23
2
-2
/
+12
|
*
Change loop order in memxor.
Niels Möller
2014-10-23
2
-28
/
+40
*
|
Improved type-checking hack in CBC_ENCRYPT and similar macros.
Niels Möller
2014-12-12
5
-16
/
+39
*
|
GCM_SET_KEY: Rename macro argument to avoid collision with struct tag.
Niels Möller
2014-11-24
2
-2
/
+5
[next]