Implemented eddsa signature internals.
[gd/nettle] / Makefile.in
2014-10-04 Niels MöllerImplemented eddsa signature internals.
2014-10-02 Niels MöllerImplemented eddsa compression and decompression.
2014-09-22 Niels MöllerNew ecc_mod_* functions, replacing ecc_modp_* and ecc_m...
2014-09-22 Niels MöllerAdded invert function pointer to struct ecc_modulo.
2014-09-22 Niels MöllerUse struct ecc_modulo for all mod and redc functions.
2014-09-17 Niels MöllerDeleted ecc_a_to_eh.
2014-09-03 Niels MöllerSimplify .asm-related make rules.
2014-09-03 Niels MöllerDeleted all make rules related to .po files.
2014-09-03 Niels MöllerReorganized PIC handling, deleting CCPIC_MAYBE.
2014-09-02 Niels MöllerNew function curve25519_eh_to_x.
2014-08-28 Niels MöllerSplit ecc_generic_redc into two functions ecc_pp1_redc...
2014-08-27 Niels MöllerMerge branch 'curve25519'
2014-08-27 Niels MöllerRemove ecc-25519.h on make clean.
2014-08-18 Niels MöllerImplemented curve25519_mul.
2014-08-18 Niels MöllerRenamed curve25519_base -> curve25519_mul_g.
2014-08-06 Niels MöllerNew function curve25519_base.
2014-07-29 Niels MöllerImplemented ecc_a_to_eh and ecc_mul_a_eh, for curve25519.
2014-07-18 Niels MöllerImplemented ecc_mul_g_eh. Untested.
2014-07-15 Niels MöllerImplemented ecc_add_eh.
2014-07-14 Niels MöllerImplemented point addition for Edwards curves.
2014-07-11 Niels MöllerImplemented point doubling for Edwards curves.
2014-07-04 Niels MöllerImplemented the curve25519 modp function.
2014-06-25 Niels MöllerSupport for building with mini-gmp.
2014-05-22 Claudio BleyFix generation of headers when cross compiling
2014-05-14 Niels MöllerUpdated getopt files, from glibc-2.19.
2014-05-08 Niels MöllerImplemented algorithm array nettle_aeads.
2014-04-13 Niels MöllerDeleted rsa-compat.h and all related code.
2014-04-13 Niels MöllerDeleted the nettle_next_prime function.
2014-04-13 Niels MöllerUpdated licensing info.
2014-04-11 Niels MöllerFixes for make dist.
2014-04-10 Niels MöllerTrivial merge.
2014-04-09 Niels Möllernettle_hash instances for sha512_224 and sha512_256.
2014-03-28 Niels MöllerMake dsa_generate_keygen generate only a new key, but...
2014-03-27 Niels MöllerMove old DSA interface to dsa-compat.h.
2014-03-27 Niels MöllerNew function dsa_generate_params.
2014-03-23 Owen KirbyCCM cipher mode.
2014-03-16 Niels MöllerDeleted nettle_cipher nettle_arcfour128.
2014-03-15 Niels MöllerFix dependencies for assembly-related rules.
2014-03-04 Niels MöllerRenamed chacha256_set_key to chacha_set_key.
2014-03-04 Niels MöllerDrop support for 128-bit chacha keys.
2014-02-16 Niels MöllerSupport for gcm-camellia256.
2014-02-16 Niels MöllerSupport for gcm-camellia128.
2014-02-13 Niels MöllerMake eax_aes128 interface public.
2014-02-12 Niels MöllerImplemented chacha-poly1305.
2014-02-12 Niels MöllerGeneralized nettle_aead abstraction, and moved to nettl...
2014-02-10 Niels MöllerRenamed chacha_set_iv to chacha_set_nonce.
2014-02-06 Niels MöllerMerge branch 'set_key-changes' into master.
2014-01-30 Niels MöllerSort nettle_SOURCES.
2014-01-27 Niels MöllerImplemented chacha, based on contribution by Joachim...
2014-01-26 Niels MöllerNew gcm-aes interface.
2014-01-21 Niels MöllerMerge branch 'camellia-reorg' into master.
2014-01-20 Niels MöllerMerge branch 'poly1305' into 'master'.
2014-01-20 Niels MöllerSeparate salsa20 set_key functions for 128 and 256...
2014-01-20 Niels MöllerMove block buffer from poly1305_ctx to poly1305_aes_ctx...
2014-01-16 Niels MöllerMove poly1305-aes.h declarations into poly1305.h. Delet...
2013-11-24 Niels Möllerdsa: Allow arbitrary digest sizes. Support 224-bit q.
2013-11-12 Niels MöllerNew file poly1305-internal.c
2013-11-10 Nikos Mavrogiannop... First implementation of poly1305.
2013-10-10 Niels MöllerReorganized camellia interface
2013-10-05 Niels MöllerImplemented EAX.
2013-09-28 Niels MöllerMerged aes-reorg branch.
2013-09-21 Niels MöllerFixed dependencies for des.po.
2013-09-18 Niels MöllerFixed link dependency problems with --disable-static.
2013-09-09 Niels MöllerSupport optional assembly files for both nettle and...
2013-06-25 Niels MöllerNew interface for AES-256. Also deleted old aes-meta.c.
2013-06-25 Niels MöllerNew interface for AES-192.
2013-06-25 Niels MöllerNew interface for AES-128.
2013-06-25 Niels MöllerDistribute files in arm/v6 subdirectory.
2013-05-22 Niels MöllerNew internal functions _aes_set_key and _aes_invert.
2013-04-24 Niels MöllerInclude memxor unconditionally, not via LIBOBJS.
2013-04-23 Martin StorsjöConsistently use EXEEXT_FOR_BUILD
2013-04-21 Niels MöllerFixes for make dist target.
2013-04-18 Niels MöllerReorganization of ARM assembly.
2013-04-17 Niels MöllerDrop -lgmp when linking eccdata.
2013-04-17 Niels MöllerUse mini-gmp for the eccdata program.
2013-04-16 Niels MöllerBuild eccdata only when public key support is enabled.
2013-04-16 Niels MöllerInclude arm assembly files in distribution.
2013-04-11 Niels MöllerImplemented umac.
2013-04-03 Niels MöllerImplemented ecc_point_mul and ecc_point_mul_g.
2013-03-25 Nikos Mavrogiannop... Added encryption function for 12-round salsa20.
2013-03-25 Niels MöllerDon't include asm objects twice in shared libhogweed.
2013-03-07 Niels MöllerMerge branch 'ecc-support'.
2013-03-07 Niels MöllerSetup and use CC_FOR_BUILD.
2013-02-27 Niels MöllerPrepare autoconf and Makefile for optional assembly...
2013-02-20 Niels MöllerImplemented ECDSA key generation.
2013-02-18 Niels MöllerIntegrated ECDSA sign and verify functions.
2013-02-15 Niels MöllerIntegrate ecc_mul_a.
2013-02-15 Niels MöllerIntegrate ecc_mul_g.
2013-02-15 Niels MöllerIntegrated ECC internals.
2013-02-15 Niels MöllerFunctions for mpn <-> mpz conversions.
2013-02-15 Niels MöllerNew program eccdata, and Makefile rules to use it.
2013-02-06 Niels MöllerUse a separate make rule for m4 preprocessing of assemb...
2013-01-01 Niels MöllerAdded sha3 variants with other digest sizes.
2012-12-21 Niels MöllerMerge branch 'master' of git.lysator.liu.se:/nettle...
2012-12-15 Niels MöllerNew configure option --disable-static. Based on patch...
2012-12-02 Niels MöllerMerge branch 'master' of git.lysator.liu.se:nettle...
2012-12-02 Niels MöllerSplit sha.h into new files sha1.h and sha2.h.
2012-11-12 Niels MöllerImplemented sha3.
2012-11-12 Niels MöllerNew function _nettle_write_le64.
2012-11-08 Niels MöllerAdded gosthash, ported from rhash by Nikos Mavrogiannop...
next