summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed allocation bug and overwrite in ed25519_sha512_public_key.Niels Möller2015-03-252-1/+6
* Fixed a few typos.Niels Möller2015-03-191-2/+2
* List some gmp-6 functions to take advantage of.Niels Möller2015-03-191-1/+3
* Updated release plan.Niels Möller2015-03-191-5/+5
* Fixed handling of optional source files with make dist.Niels Möller2015-03-192-12/+21
* Rename nettle_curve25519 to _nettle_curve25519, and remove declaration from e...Niels Möller2015-03-1918-24/+33
* Updated EdDSA documentation.Niels Möller2015-03-192-20/+12
* Makefile fixes to make make distcheck happy.Niels Möller2015-03-192-3/+12
* ChangeLog entry for previous change.Niels Möller2015-03-191-0/+7
* added missing dist filesNikos Mavrogiannopoulos2015-03-191-0/+1
* Added version.h with library versioning informationNikos Mavrogiannopoulos2015-03-193-2/+56
* EdDSA interface change, use plain strings to represent keys.Niels Möller2015-03-199-122/+137
* New function _eddsa_public_key.Niels Möller2015-03-184-1/+71
* NEWS updateNiels Möller2015-03-171-6/+18
* Updated release plan.Niels Möller2015-03-141-4/+4
* New function memeql_sec.Niels Möller2015-03-142-1/+20
* Micro optimization of base64 and base16 context structs.Niels Möller2015-03-123-8/+13
* Document base64url functions.Niels Möller2015-03-122-11/+22
* Updated curve25519_mul documentation.Niels Möller2015-03-102-2/+23
* Changed return type for curve25519_mul to void.Niels Möller2015-03-105-15/+11
* Updated release plan.Niels Möller2015-02-261-2/+10
* Documentation of curev25519 and eddsa.Niels Möller2015-02-262-1/+103
* Typo fix.Niels Möller2015-02-101-1/+1
* New struct nettle_armor for base64url.Niels Möller2015-02-107-2/+87
* Implement URL safe base64 coding, as specified by RFC 4648.Amos Jeffries2015-02-106-1/+139
* Generalized base64, adding lookup table pointers to the contexts.Niels Möller2015-02-104-48/+75
* Deleted old #if:ed out base64_encode function.Niels Möller2015-02-092-44/+3
* Additional base64 tests, based on contribution by Amos Jeffries.Niels Möller2015-02-092-0/+67
* LIBHOGWEED_MAJOR should be 4, for nettle-3.1.Niels Möller2015-02-052-1/+6
* Fix some ChangeLog typos.Niels Möller2015-02-051-2/+2
* Merge branch 'versioned-symbols' into masterNiels Möller2015-02-057-5/+125
|\
| * Drop srcdir reference for linker scripts.versioned-symbolsNiels Möller2014-12-082-2/+5
| * Bump library version numbers.Niels Möller2014-12-082-2/+5
| * ChangeLog entry for versioned symbols.Niels Möller2014-12-081-0/+13
| * Added symbol versioning for nettle and hogweedNikos Mavrogiannopoulos2014-12-066-3/+104
* | Update chacha-poly1305 for draft-irtf-cfrg-chacha20-poly1305-08.chacha96Niels Möller2015-01-304-41/+72
* | New function chacha_set_nonce96.Niels Möller2015-01-304-3/+44
* | Started on NEWS entries for 3.1.Niels Möller2015-01-281-0/+63
* | Mark move from ecc.h to ecc-internal.h done.Niels Möller2015-01-271-2/+2
* | Fix comment on the ecc_add_ehh formulas.Niels Möller2015-01-271-6/+6
* | Moved internal declarations from ecc.h to ecc-internal.h.Niels Möller2015-01-2715-238/+146
* | Fix old typo in ChangeLog.Niels Möller2015-01-261-2/+2
* | Updated release plan.Niels Möller2015-01-261-2/+2
* | In arm fat build, hook in sha1 and sha256 armv6 assembly.Niels Möller2015-01-254-0/+99
* | Prepare for additional fat functions.Niels Möller2015-01-255-1/+31
* | gitignore: Add a missing entry for ecc-25519.hMartin Storsjö2015-01-251-0/+1
* | Merge branch 'fat-library' into master.Niels Möller2015-01-2537-46/+1514
|\ \
| * | ChangeLog entry for Martin's arm .arch fix.fat-libraryNiels Möller2015-01-251-0/+7
| * | arm: Add .arch directives for armv6Martin Storsjö2015-01-254-0/+6
| * | Made fat initialization more robust.Niels Möller2015-01-234-32/+37