summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* New function chacha_set_nonce96.Niels Möller2015-01-301-0/+6
* Moved internal declarations from ecc.h to ecc-internal.h.Niels Möller2015-01-271-0/+25
* Fix old typo in ChangeLog.Niels Möller2015-01-261-2/+2
* In arm fat build, hook in sha1 and sha256 armv6 assembly.Niels Möller2015-01-251-0/+5
* Prepare for additional fat functions.Niels Möller2015-01-251-0/+10
* ChangeLog entry for Martin's arm .arch fix.fat-libraryNiels Möller2015-01-251-0/+7
* Made fat initialization more robust.Niels Möller2015-01-231-0/+10
* Fat functions for arm neon.Niels Möller2015-01-211-0/+8
* Prepare for additional fat functions.Niels Möller2015-01-211-0/+13
* Implemented handling of NETTLE_FAT_OVERRIDE, for arm.Niels Möller2015-01-201-0/+3
* Implemented handling of NETTLE_FAT_OVERRIDE.Niels Möller2015-01-201-0/+8
* Check for secure_getenv function.Niels Möller2015-01-201-0/+4
* Initial fat library support for arm.Niels Möller2015-01-191-0/+7
* Moved fat declarations and macros to fat-setup.h.Niels Möller2015-01-191-0/+7
* New macros to help define resolver and wrappers for fat functions.Niels Möller2015-01-171-0/+4
* Reorganize symbols for fat routines.Niels Möller2015-01-171-0/+10
* Fat setup of memxor, based on patch by Nikos Mavrogiannopoulos.Niels Möller2015-01-171-0/+10
* Move x86_64/fat/fat.c -> fat-x86_64.c. Fix asm_path setup.Niels Möller2015-01-161-0/+10
* Make constructor hack less gcc-specific.Niels Möller2015-01-131-0/+6
* Initial support for fat x86_64 build.Niels Möller2015-01-131-0/+21
* Use explicit .byte sequences when assembling aes instructions.Niels Möller2015-01-131-0/+4
* Autoconf check for ifunc support.Niels Möller2015-01-131-0/+6
* Refactor PROLOGUE macro in asm.m4.Niels Möller2015-01-121-0/+3
* Replace OPT_ASM_NETTLE_SOURCES by OPT_NETTLE_OBJS, and similarly for hogweed.Niels Möller2015-01-121-0/+9
* x86_64: new aes assembly, using aesni instructions.Niels Möller2015-01-111-0/+4
* freebsd: Use -Wl,-rpath to set rpath.Niels Möller2015-01-111-0/+3
* Merge branch 'memxor-reorg' into master.Niels Möller2015-01-111-0/+47
|\
| * arm: Moved memxor3 to new file, arm/memxor3.asm.Niels Möller2015-01-101-0/+5
| * Reorganized x86_64 memxor.Niels Möller2014-11-241-0/+10
| * Enable valgrind's --partial-loads-ok only when build includes assembly files.Niels Möller2014-10-231-0/+4
| * Fixed out-of-bounds reads in memxor3.Niels Möller2014-10-231-0/+1
| * Simplify unaligned memxor using READ_PARTIAL macro.Niels Möller2014-10-231-1/+3
| * Fixed out-of-bounds reads in memxor.Niels Möller2014-10-231-0/+3
| * Split memxor.c into memxor.c and memxor3.c.Niels Möller2014-10-231-0/+10
| * For memxor, make word_t be always 64 bits on x86_64.Niels Möller2014-10-231-0/+2
| * Two-way unrolling of aligned memxor3.Niels Möller2014-10-231-0/+1
| * Change loop order in memxor.Niels Möller2014-10-231-0/+3
* | Improved type-checking hack in CBC_ENCRYPT and similar macros.Niels Möller2014-12-121-0/+10
* | GCM_SET_KEY: Rename macro argument to avoid collision with struct tag.Niels Möller2014-11-241-0/+3
* | Fixed eddsa test case.Niels Möller2014-11-241-0/+5
|/
* Use unsigned long arrays for memxor benchmark.Niels Möller2014-10-231-0/+5
* Fallback for missing getline (used in the testsuite).Niels Möller2014-10-221-0/+4
* Unconditionally delete shared libraries for make clean.Niels Möller2014-10-221-0/+6
* Testcases for ed25519.Niels Möller2014-10-211-0/+3
* Rewrote hex decoding for test programs.Niels Möller2014-10-211-0/+6
* Implemented high level functions for ed25519-sha512.Niels Möller2014-10-201-0/+15
* Tweaked argument order for _eddsa_verify.Niels Möller2014-10-181-0/+8
* Better point compare for _eddsa_varify.Niels Möller2014-10-141-0/+4
* Testcase for _eddsa_verify.Niels Möller2014-10-141-0/+4
* Implemented _eddsa_verify. Almost correct.Niels Möller2014-10-141-0/+7