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
*
Tweak parameters for ecc tables.
ecc-params-tweak
Niels Möller
2018-03-10
1
-37
/
+41
*
New program eccparams.
Niels Möller
2018-03-10
1
-0
/
+4
*
Added support for CMAC
Nikos Mavrogiannopoulos
2018-02-19
1
-0
/
+2
*
Generalize _ctr_crypt16, so it can be used also for gcm.
Niels Möller
2018-02-01
1
-1
/
+2
*
Makefile tweak, make clean should not delete desdata.stamp.
Niels Möller
2018-01-30
1
-1
/
+1
*
Fix parallel make failures trying to build desdata twice simultaneously.
Jay Foad
2018-01-24
1
-7
/
+12
*
Merge remote-tracking branch 'origin/master' into api-opaque
Niels Möller
2017-10-23
1
-12
/
+15
|
\
|
*
Add CFB block mode support
Dmitry Eremin-Solenikov
2017-10-16
1
-2
/
+2
|
*
Added the HKDF key derivation function and test vectors
Nikos Mavrogiannopoulos
2017-08-30
1
-2
/
+2
|
*
Separate the two uses of the configured value GMP_NUMB_BITS.
Niels Möller
2017-08-27
1
-6
/
+6
|
*
Made current contibution rules explicit
Nikos Mavrogiannopoulos
2017-04-09
1
-1
/
+1
|
*
Add PSS variants for RSA sign/verify functions
Daiki Ueno
2017-03-21
1
-0
/
+2
|
*
Implement PSS encoding functions
Daiki Ueno
2017-03-21
1
-1
/
+2
*
|
New functions nettle_get_hashes and nettle_lookup_hash.
Niels Möller
2017-01-12
1
-0
/
+1
|
/
*
New public function memeql_sec, declared in memops.h.
Niels Möller
2016-09-05
1
-2
/
+2
*
Additional rsa signing functions, using rsa_compute_root_tr.
Niels Möller
2015-11-15
1
-4
/
+4
*
New function rsa_compute_root_tr.
Niels Möller
2015-11-15
1
-1
/
+1
*
Added nettle_version_major and nettle_version_minor functions.
Niels Möller
2015-05-12
1
-0
/
+1
*
Unconditionally delete all *.a files for make clean.
Niels Möller
2015-03-31
1
-1
/
+1
*
Rename bignum.h.in to bignum.h. Include version.h. Update Makefile and config...
nettle_3.1rc1
Niels Möller
2015-03-26
1
-10
/
+6
*
Include new assembly directories for make dist.
Niels Möller
2015-03-25
1
-1
/
+3
*
Fixed handling of optional source files with make dist.
Niels Möller
2015-03-19
1
-12
/
+12
*
Makefile fixes to make make distcheck happy.
Niels Möller
2015-03-19
1
-3
/
+6
*
added missing dist files
Nikos Mavrogiannopoulos
2015-03-19
1
-0
/
+1
*
Added version.h with library versioning information
Nikos Mavrogiannopoulos
2015-03-19
1
-1
/
+1
*
EdDSA interface change, use plain strings to represent keys.
Niels Möller
2015-03-19
1
-0
/
+1
*
New function _eddsa_public_key.
Niels Möller
2015-03-18
1
-1
/
+1
*
New struct nettle_armor for base64url.
Niels Möller
2015-02-10
1
-1
/
+1
*
Implement URL safe base64 coding, as specified by RFC 4648.
Amos Jeffries
2015-02-10
1
-0
/
+1
*
Merge branch 'versioned-symbols' into master
Niels Möller
2015-02-05
1
-2
/
+2
|
\
|
*
Added symbol versioning for nettle and hogweed
Nikos Mavrogiannopoulos
2014-12-06
1
-2
/
+2
*
|
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
1
-1
/
+1
*
|
Move x86_64/fat/fat.c -> fat-x86_64.c. Fix asm_path setup.
Niels Möller
2015-01-16
1
-1
/
+3
*
|
Replace OPT_ASM_NETTLE_SOURCES by OPT_NETTLE_OBJS, and similarly for hogweed.
Niels Möller
2015-01-12
1
-4
/
+4
*
|
Split memxor.c into memxor.c and memxor3.c.
Niels Möller
2014-10-23
1
-2
/
+2
|
/
*
Unconditionally delete shared libraries for make clean.
Niels Möller
2014-10-22
1
-2
/
+1
*
Implemented high level functions for ed25519-sha512.
Niels Möller
2014-10-20
1
-0
/
+1
*
Implemented _eddsa_verify. Almost correct.
Niels Möller
2014-10-14
1
-1
/
+1
*
New function _eddsa_expand_key.
Niels Möller
2014-10-08
1
-2
/
+2
*
Implemented eddsa signature internals.
Niels Möller
2014-10-04
1
-1
/
+2
*
Implemented eddsa compression and decompression.
Niels Möller
2014-10-02
1
-1
/
+2
*
New ecc_mod_* functions, replacing ecc_modp_* and ecc_modq_*.
Niels Möller
2014-09-22
1
-1
/
+1
*
Added invert function pointer to struct ecc_modulo.
Niels Möller
2014-09-22
1
-2
/
+2
*
Use struct ecc_modulo for all mod and redc functions.
Niels Möller
2014-09-22
1
-1
/
+1
*
Deleted ecc_a_to_eh.
Niels Möller
2014-09-17
1
-1
/
+1
*
Simplify .asm-related make rules.
Niels Möller
2014-09-03
1
-8
/
+5
*
Deleted all make rules related to .po files.
Niels Möller
2014-09-03
1
-24
/
+6
*
Reorganized PIC handling, deleting CCPIC_MAYBE.
Niels Möller
2014-09-03
1
-4
/
+5
*
New function curve25519_eh_to_x.
Niels Möller
2014-09-02
1
-1
/
+1
[next]