summaryrefslogtreecommitdiff
path: root/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
...
* Delete obsolete TODO fileNiels Möller2018-12-261-1/+1
* New header file pkcs1-internal.hNiels Möller2018-12-261-1/+1
* Merge branch 'release-3.4-fixes' into masterNiels Möller2018-12-261-1/+5
|\
| * Add rsa-internal.h to distributed headers.Niels Möller2018-11-281-0/+1
| * Add rsa_sec_decrypt as side-channel silent variantSimo Sorce2018-11-251-1/+2
| * Add side-channel silent pkcs1 decoding functionSimo Sorce2018-11-241-0/+1
| * Add a side-channel silent conditional memcpySimo Sorce2018-11-241-0/+1
| * Add side-channel silent RSA root functionSimo Sorce2018-11-241-0/+1
* | abi: explicitly export intended symbols and hide othersNikos Mavrogiannopoulos2018-07-071-1/+4
* | Tweak parameters for ecc tables.ecc-params-tweakNiels Möller2018-03-101-37/+41
* | New program eccparams.Niels Möller2018-03-101-0/+4
* | Added support for CMACNikos Mavrogiannopoulos2018-02-191-0/+2
* | Generalize _ctr_crypt16, so it can be used also for gcm.Niels Möller2018-02-011-1/+2
* | Makefile tweak, make clean should not delete desdata.stamp.Niels Möller2018-01-301-1/+1
* | Fix parallel make failures trying to build desdata twice simultaneously.Jay Foad2018-01-241-7/+12
|/
* Merge remote-tracking branch 'origin/master' into api-opaqueNiels Möller2017-10-231-12/+15
|\
| * Add CFB block mode supportDmitry Eremin-Solenikov2017-10-161-2/+2
| * Added the HKDF key derivation function and test vectorsNikos Mavrogiannopoulos2017-08-301-2/+2
| * Separate the two uses of the configured value GMP_NUMB_BITS.Niels Möller2017-08-271-6/+6
| * Made current contibution rules explicitNikos Mavrogiannopoulos2017-04-091-1/+1
| * Add PSS variants for RSA sign/verify functionsDaiki Ueno2017-03-211-0/+2
| * Implement PSS encoding functionsDaiki Ueno2017-03-211-1/+2
* | New functions nettle_get_hashes and nettle_lookup_hash.Niels Möller2017-01-121-0/+1
|/
* New public function memeql_sec, declared in memops.h.Niels Möller2016-09-051-2/+2
* 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