summaryrefslogtreecommitdiff
path: root/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* Additional rsa signing functions, using rsa_compute_root_tr.Niels Möller2015-11-151-4/+4
* New function rsa_compute_root_tr.Niels Möller2015-11-151-1/+1
* Added nettle_version_major and nettle_version_minor functions.Niels Möller2015-05-121-0/+1
* Unconditionally delete all *.a files for make clean.Niels Möller2015-03-311-1/+1
* Rename bignum.h.in to bignum.h. Include version.h. Update Makefile and config...nettle_3.1rc1Niels Möller2015-03-261-10/+6
* Include new assembly directories for make dist.Niels Möller2015-03-251-1/+3
* Fixed handling of optional source files with make dist.Niels Möller2015-03-191-12/+12
* Makefile fixes to make make distcheck happy.Niels Möller2015-03-191-3/+6
* added missing dist filesNikos Mavrogiannopoulos2015-03-191-0/+1
* Added version.h with library versioning informationNikos Mavrogiannopoulos2015-03-191-1/+1
* EdDSA interface change, use plain strings to represent keys.Niels Möller2015-03-191-0/+1
* New function _eddsa_public_key.Niels Möller2015-03-181-1/+1
* New struct nettle_armor for base64url.Niels Möller2015-02-101-1/+1
* Implement URL safe base64 coding, as specified by RFC 4648.Amos Jeffries2015-02-101-0/+1
* Merge branch 'versioned-symbols' into masterNiels Möller2015-02-051-2/+2
|\
| * Added symbol versioning for nettle and hogweedNikos Mavrogiannopoulos2014-12-061-2/+2
* | Added FIXME comment.Niels Möller2015-01-191-0/+4
* | Moved fat declarations and macros to fat-setup.h.Niels Möller2015-01-191-1/+1
* | Move x86_64/fat/fat.c -> fat-x86_64.c. Fix asm_path setup.Niels Möller2015-01-161-1/+3
* | Replace OPT_ASM_NETTLE_SOURCES by OPT_NETTLE_OBJS, and similarly for hogweed.Niels Möller2015-01-121-4/+4
* | Split memxor.c into memxor.c and memxor3.c.Niels Möller2014-10-231-2/+2
|/
* Unconditionally delete shared libraries for make clean.Niels Möller2014-10-221-2/+1
* Implemented high level functions for ed25519-sha512.Niels Möller2014-10-201-0/+1
* Implemented _eddsa_verify. Almost correct.Niels Möller2014-10-141-1/+1
* New function _eddsa_expand_key.Niels Möller2014-10-081-2/+2
* Implemented eddsa signature internals.Niels Möller2014-10-041-1/+2
* Implemented eddsa compression and decompression.Niels Möller2014-10-021-1/+2
* New ecc_mod_* functions, replacing ecc_modp_* and ecc_modq_*.Niels Möller2014-09-221-1/+1
* Added invert function pointer to struct ecc_modulo.Niels Möller2014-09-221-2/+2
* Use struct ecc_modulo for all mod and redc functions.Niels Möller2014-09-221-1/+1
* Deleted ecc_a_to_eh.Niels Möller2014-09-171-1/+1
* Simplify .asm-related make rules.Niels Möller2014-09-031-8/+5
* Deleted all make rules related to .po files.Niels Möller2014-09-031-24/+6
* Reorganized PIC handling, deleting CCPIC_MAYBE.Niels Möller2014-09-031-4/+5
* New function curve25519_eh_to_x.Niels Möller2014-09-021-1/+1
* Split ecc_generic_redc into two functions ecc_pp1_redc and ecc_pm1_redc.Niels Möller2014-08-281-1/+1
* Remove ecc-25519.h on make clean.curve25519Niels Möller2014-08-271-1/+1
* Implemented curve25519_mul.Niels Möller2014-08-181-1/+1
* Renamed curve25519_base -> curve25519_mul_g.Niels Möller2014-08-181-1/+1
* New function curve25519_base.Niels Möller2014-08-061-1/+2
* Implemented ecc_a_to_eh and ecc_mul_a_eh, for curve25519.Niels Möller2014-07-291-2/+3
* Implemented ecc_mul_g_eh. Untested.Niels Möller2014-07-181-0/+1
* Implemented ecc_add_eh.Niels Möller2014-07-151-1/+1
* Implemented point addition for Edwards curves.Niels Möller2014-07-141-1/+1
* Implemented point doubling for Edwards curves.Niels Möller2014-07-111-0/+1
* Implemented the curve25519 modp function.Niels Möller2014-07-041-0/+6
* Support for building with mini-gmp.Niels Möller2014-06-251-6/+14
* Fix generation of headers when cross compilingClaudio Bley2014-05-221-2/+2
* Updated getopt files, from glibc-2.19.Niels Möller2014-05-141-1/+2
* Implemented algorithm array nettle_aeads.Niels Möller2014-05-081-2/+2