summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make documentation optional, to avoid requiring TeXbaserock/disable-documentationSam Thursfield2012-08-172-1/+13
* fix GCM capitalizationDaniel Kahn Gillmor2012-08-081-1/+1
* clean up stray semicolons in documentationDaniel Kahn Gillmor2012-08-081-4/+4
* m4 portability fix for ALIGN macro.Niels Möller2012-07-122-2/+12
* Updated FSF address. Patch from David Woodhouse.Niels Möller2012-07-07237-466/+468
* Added -lm when linking nettle-benchmark.Niels Möller2012-07-072-1/+4
* Changed version number to 2.6.Niels Möller2012-07-072-1/+3
* Logged release.Niels Möller2012-07-071-0/+4
* New directive file for nettle-2.5.nettle_2.5_release_20120707Niels Möller2012-07-061-0/+3
* Final(?) documentaton updates for the 2.5 release.Niels Möller2012-07-061-11/+8
* Mention that --enable-shared now is the default.Niels Möller2012-07-061-5/+10
* Mark x86-w*ndows testing done.Niels Möller2012-07-061-1/+1
* Mark x86-freebsd testing done.Niels Möller2012-07-061-1/+1
* Typo fixes to old entries.Niels Möller2012-07-051-2/+2
* Mark x86_64-freebsd testing done.Niels Möller2012-07-051-1/+1
* Mention the removal of nettle-internal.c, and aes changes.Niels Möller2012-07-051-5/+17
* movd/movq workaround for osx assembler.Niels Möller2012-07-052-2/+14
* On windows, include fcntl.h, before using _setmode.Niels Möller2012-07-035-1/+14
* Include malloc.h if available, also when compiling with gcc.Niels Möller2012-07-032-0/+9
* Mark Solaris testing as done.Niels Möller2012-07-031-2/+2
* Fixed nettle includes in base16 and base64 examples.Niels Möller2012-07-035-4/+10
* Marked Salsa20 doc and pkcs1_signature_prefix renaming done.Niels Möller2012-07-031-3/+6
* Documented Salsa20.Niels Möller2012-07-032-1/+79
* Renamed pkcs1_signature_prefix to _pkcs1_signature_prefix.Niels Möller2012-06-2510-50/+55
* Consistently use foo_func *f (rather than foo_func f) for declaring function ...Niels Möller2012-06-2523-47/+70
* Make compiling and running of des-compat-test more silent.Niels Möller2012-06-252-8/+18
* More news entries for nettle-2.5.Niels Möller2012-06-111-4/+27
* Updated release plan.Niels Möller2012-06-111-6/+13
* Added base16dec.c in examples/Makefile.in, forgotten earlier.Niels Möller2012-06-092-1/+4
* Typo fixes for 2012-04-09 entry.Niels Möller2012-06-091-2/+2
* General pkcs1 signature interface.Niels Möller2012-06-098-1/+249
* Moved rsa blinding code to a separate file.Niels Möller2012-06-095-41/+89
* Changes to pkcs1_signature_prefix interface.Niels Möller2012-06-0316-104/+107
* 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-185-45/+106
* Added missing mpz_clear.Nikos Mavrogiannopoulos2012-05-092-1/+7
* int_fast*_t workaround for SunOS-5.8.Niels Möller2012-05-072-0/+10
* Updated release plan.Niels Möller2012-04-301-12/+16
* New items.Niels Möller2012-04-291-28/+51
* New constant NETTLE_MAX_BIGNUM_SIZE.Niels Möller2012-04-239-12/+19
* Decimal output from list-obj-sizes.Niels Möller2012-04-192-3/+8
* x86_64 implementation of salsa20.Niels Möller2012-04-183-1/+275
* Test that salsa20_crypt doesn't overwrite the destination area.Niels Möller2012-04-172-6/+21
* Renamed salsa20.c to salsa20-crypt.c.Niels Möller2012-04-173-2/+5
* x86_64: New m4 macro WREG.Niels Möller2012-04-172-0/+19
* Moved salsa20_set_key to a separate file. Inlined salsa20_hash into salsa20_c...Niels Möller2012-04-174-84/+120
* Improved salsa20 tests.Niels Möller2012-04-152-0/+160
* New base16 example programs, based on code contributed by Jeronimo Pellegrini.Niels Möller2012-04-144-4/+237
* New base64dec example program, based on code contributed by Jeronimo Pellegrini.Niels Möller2012-04-142-2/+118
* Whitespace changes only.Niels Möller2012-04-141-6/+7