rsa-compute-root-test: Fix qsize. Try more keys.
[gd/nettle] / Makefile.in
2018-11-25 Simo SorceAdd rsa_sec_decrypt as side-channel silent variant
2018-11-24 Simo SorceAdd side-channel silent pkcs1 decoding function
2018-11-24 Simo SorceAdd a side-channel silent conditional memcpy
2018-11-24 Simo SorceAdd side-channel silent RSA root function
2017-10-29 Niels MöllerMerge branch 'api-opaque' into master-updates
2017-10-23 Niels MöllerMerge remote-tracking branch 'origin/master' into api...
2017-10-17 Niels MöllerMerge branch 'support-cfb' into master-updates
2017-10-16 Dmitry Eremin-Sole... Add CFB block mode support
2017-09-24 Niels MöllerMerge branch 'armor-signedness' into master-updates
2017-09-06 Niels MöllerMerge branch 'hkdf-support'
2017-08-30 Nikos Mavrogiannop... Added the HKDF key derivation function and test vectors
2017-08-29 Niels MöllerMerge branch 'openssl-bench-update'
2017-08-27 Niels MöllerSeparate the two uses of the configured value GMP_NUMB_...
2017-04-09 Nikos Mavrogiannop... Made current contibution rules explicit
2017-03-21 Daiki UenoAdd PSS variants for RSA sign/verify functions
2017-03-21 Daiki UenoImplement PSS encoding functions
2017-01-12 Niels MöllerNew functions nettle_get_hashes and nettle_lookup_hash.
2016-09-05 Niels MöllerNew public function memeql_sec, declared in memops.h.
2015-11-15 Niels MöllerAdditional rsa signing functions, using rsa_compute_roo...
2015-11-15 Niels MöllerNew function rsa_compute_root_tr.
2015-05-12 Niels MöllerAdded nettle_version_major and nettle_version_minor...
2015-03-31 Niels MöllerUnconditionally delete all *.a files for make clean.
2015-03-26 Niels MöllerRename bignum.h.in to bignum.h. Include version.h....
2015-03-25 Niels MöllerInclude new assembly directories for make dist.
2015-03-19 Niels MöllerFixed handling of optional source files with make dist.
2015-03-19 Niels MöllerMakefile fixes to make make distcheck happy.
2015-03-19 Nikos Mavrogiannop... added missing dist files
2015-03-19 Nikos Mavrogiannop... Added version.h with library versioning information
2015-03-19 Niels MöllerEdDSA interface change, use plain strings to represent...
2015-03-18 Niels MöllerNew function _eddsa_public_key.
2015-02-10 Niels MöllerNew struct nettle_armor for base64url.
2015-02-10 Amos JeffriesImplement URL safe base64 coding, as specified by RFC...
2015-02-05 Niels MöllerMerge branch 'versioned-symbols' into master
2015-01-25 Niels MöllerMerge branch 'fat-library' into master.
2015-01-19 Niels MöllerAdded FIXME comment.
2015-01-19 Niels MöllerMoved fat declarations and macros to fat-setup.h.
2015-01-16 Niels MöllerMove x86_64/fat/fat.c -> fat-x86_64.c. Fix asm_path...
2015-01-12 Niels MöllerReplace OPT_ASM_NETTLE_SOURCES by OPT_NETTLE_OBJS,...
2015-01-11 Niels MöllerMerge branch 'memxor-reorg' into master.
2014-12-06 Nikos Mavrogiannop... Added symbol versioning for nettle and hogweed
2014-10-23 Niels MöllerSplit memxor.c into memxor.c and memxor3.c.
2014-10-22 Niels MöllerUnconditionally delete shared libraries for make clean.
2014-10-20 Niels MöllerImplemented high level functions for ed25519-sha512.
2014-10-14 Niels MöllerImplemented _eddsa_verify. Almost correct.
2014-10-08 Niels MöllerNew function _eddsa_expand_key.
2014-10-04 Niels MöllerImplemented eddsa signature internals.
2014-10-02 Niels MöllerImplemented eddsa compression and decompression.
2014-09-22 Niels MöllerNew ecc_mod_* functions, replacing ecc_modp_* and ecc_m...
2014-09-22 Niels MöllerAdded invert function pointer to struct ecc_modulo.
2014-09-22 Niels MöllerUse struct ecc_modulo for all mod and redc functions.
2014-09-17 Niels MöllerDeleted ecc_a_to_eh.
2014-09-03 Niels MöllerSimplify .asm-related make rules.
2014-09-03 Niels MöllerDeleted all make rules related to .po files.
2014-09-03 Niels MöllerReorganized PIC handling, deleting CCPIC_MAYBE.
2014-09-02 Niels MöllerNew function curve25519_eh_to_x.
2014-08-28 Niels MöllerSplit ecc_generic_redc into two functions ecc_pp1_redc...
2014-08-27 Niels MöllerMerge branch 'curve25519'
2014-08-27 Niels MöllerRemove ecc-25519.h on make clean.
2014-08-18 Niels MöllerImplemented curve25519_mul.
2014-08-18 Niels MöllerRenamed curve25519_base -> curve25519_mul_g.
2014-08-06 Niels MöllerNew function curve25519_base.
2014-07-29 Niels MöllerImplemented ecc_a_to_eh and ecc_mul_a_eh, for curve25519.
2014-07-18 Niels MöllerImplemented ecc_mul_g_eh. Untested.
2014-07-15 Niels MöllerImplemented ecc_add_eh.
2014-07-14 Niels MöllerImplemented point addition for Edwards curves.
2014-07-11 Niels MöllerImplemented point doubling for Edwards curves.
2014-07-04 Niels MöllerImplemented the curve25519 modp function.
2014-06-25 Niels MöllerSupport for building with mini-gmp.
2014-05-22 Claudio BleyFix generation of headers when cross compiling
2014-05-14 Niels MöllerUpdated getopt files, from glibc-2.19.
2014-05-08 Niels MöllerImplemented algorithm array nettle_aeads.
2014-04-13 Niels MöllerDeleted rsa-compat.h and all related code.
2014-04-13 Niels MöllerDeleted the nettle_next_prime function.
2014-04-13 Niels MöllerUpdated licensing info.
2014-04-11 Niels MöllerFixes for make dist.
2014-04-10 Niels MöllerTrivial merge.
2014-04-09 Niels Möllernettle_hash instances for sha512_224 and sha512_256.
2014-03-28 Niels MöllerMake dsa_generate_keygen generate only a new key, but...
2014-03-27 Niels MöllerMove old DSA interface to dsa-compat.h.
2014-03-27 Niels MöllerNew function dsa_generate_params.
2014-03-23 Owen KirbyCCM cipher mode.
2014-03-16 Niels MöllerDeleted nettle_cipher nettle_arcfour128.
2014-03-15 Niels MöllerFix dependencies for assembly-related rules.
2014-03-04 Niels MöllerRenamed chacha256_set_key to chacha_set_key.
2014-03-04 Niels MöllerDrop support for 128-bit chacha keys.
2014-02-16 Niels MöllerSupport for gcm-camellia256.
2014-02-16 Niels MöllerSupport for gcm-camellia128.
2014-02-13 Niels MöllerMake eax_aes128 interface public.
2014-02-12 Niels MöllerImplemented chacha-poly1305.
2014-02-12 Niels MöllerGeneralized nettle_aead abstraction, and moved to nettl...
2014-02-10 Niels MöllerRenamed chacha_set_iv to chacha_set_nonce.
2014-02-06 Niels MöllerMerge branch 'set_key-changes' into master.
2014-01-30 Niels MöllerSort nettle_SOURCES.
2014-01-27 Niels MöllerImplemented chacha, based on contribution by Joachim...
2014-01-26 Niels MöllerNew gcm-aes interface.
2014-01-21 Niels MöllerMerge branch 'camellia-reorg' into master.
2014-01-20 Niels MöllerMerge branch 'poly1305' into 'master'.
2014-01-20 Niels MöllerSeparate salsa20 set_key functions for 128 and 256...
2014-01-20 Niels MöllerMove block buffer from poly1305_ctx to poly1305_aes_ctx...
2014-01-16 Niels MöllerMove poly1305-aes.h declarations into poly1305.h. Delet...
next