summaryrefslogtreecommitdiff
path: root/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* Build eccdata only when public key support is enabled.Niels Möller2013-04-161-2/+3
* Include arm assembly files in distribution.Niels Möller2013-04-161-1/+1
* Implemented umac.Niels Möller2013-04-111-1/+4
* Implemented ecc_point_mul and ecc_point_mul_g.Niels Möller2013-04-031-1/+1
* Added encryption function for 12-round salsa20.Nikos Mavrogiannopoulos2013-03-251-1/+1
* Don't include asm objects twice in shared libhogweed.Niels Möller2013-03-251-1/+1
* Setup and use CC_FOR_BUILD.Niels Möller2013-03-071-18/+26
* Prepare autoconf and Makefile for optional assembly files.Niels Möller2013-02-271-2/+4
* Implemented ECDSA key generation.Niels Möller2013-02-201-1/+1
* Integrated ECDSA sign and verify functions.Niels Möller2013-02-181-2/+5
* Integrate ecc_mul_a.Niels Möller2013-02-151-2/+3
* Integrate ecc_mul_g.Niels Möller2013-02-151-2/+4
* Integrated ECC internals.Niels Möller2013-02-151-7/+10
* Functions for mpn <-> mpz conversions.Niels Möller2013-02-151-1/+3
* New program eccdata, and Makefile rules to use it.Niels Möller2013-02-151-5/+64
* Use a separate make rule for m4 preprocessing of assembly files.Niels Möller2013-02-061-12/+10
* Added sha3 variants with other digest sizes.Niels Möller2013-01-011-1/+3
* New configure option --disable-static. Based on patch from Alon Bar-Lev.Niels Möller2012-12-151-3/+3
* Split sha.h into new files sha1.h and sha2.h.Niels Möller2012-12-021-1/+1
* Implemented sha3.Niels Möller2012-11-121-1/+2
* New function _nettle_write_le64.Niels Möller2012-11-121-1/+1
* Added gosthash, ported from rhash by Nikos Mavrogiannopoulos.Niels Möller2012-11-081-1/+3
* Extracted function _salsa20_core.Niels Möller2012-09-231-0/+1
* Implement concrete PBKDF2 functions.Simon Josefsson2012-09-211-1/+1
* Support for pbkdf2.Simon Josefsson2012-09-191-0/+2
* Make documentation optional.Sam Thursfield2012-08-221-2/+3
* General pkcs1 signature interface.Niels Möller2012-06-091-1/+2
* Moved rsa blinding code to a separate file.Niels Möller2012-06-091-1/+1
* Reverted accidental Makefile change in previous commit.Niels Möller2012-06-031-1/+1
* Extracted padding code from rsa_encrypt to new function pkcs1_encrypt.Niels Möller2012-05-181-1/+2
* Renamed salsa20.c to salsa20-crypt.c.Niels Möller2012-04-171-1/+1
* Moved salsa20_set_key to a separate file. Inlined salsa20_hash into salsa20_c...Niels Möller2012-04-171-1/+1
* Implemented rsa_decrypt_tr, based on RSA blinding codeNiels Möller2012-04-091-1/+1
* New function pkcs1_decrypt, use in rsa_decrypt.Niels Möller2012-04-091-1/+1
* Don't include nettle-internal.h in the library.Niels Möller2012-03-301-4/+7
* Another fix to the cration of .lib symlinks.Niels Möller2012-03-301-2/+2
* Implemented the Salsa20 cipher.Simon Josefsson2012-03-291-1/+2
* Fixed to in rule to make soname links.Niels Möller2012-03-291-2/+2
* Pass -b option to texi2dvi.Niels Möller2012-02-271-1/+1
* Resurrected twofishdata.c, earlier known as generate_q.c.Niels Möller2012-02-271-2/+6
* Adjust Makefiles after the repository conversion.Niels Möller2012-02-181-3/+10
* * Makefile.in ($(LIBNETTLE_FORLINK)): Always create a .lib symlinkNiels Möller2012-01-171-9/+19
* Cygwin/mingw32 improvements contributed by Martin Storsjö:Martin Storsjö2011-11-191-1/+2
* Cygwin/mingw32 improvements contributed by Martin Storsjö:Martin Storsjö2011-11-191-6/+20
* (nettle_SOURCES): Added hmac-ripemd160.c.Niels Möller2011-08-301-1/+1
* (nettle_SOURCES): Added write-le32.c.Niels Möller2011-08-281-1/+1
* (nettle_SOURCES): Added ripemd160.cAndres Mejia2011-08-281-1/+2
* (PKGCONFIG_FILES, pkgconfigdir): New variables.Niels Möller2011-07-241-3/+26
* (DISTFILES): Distribute COPYING.LIB, not COPYING,nettle_2.2_release_20110711Niels Möller2011-07-111-1/+1
* Deleted FIXMEs.Niels Möller2011-07-071-2/+0