2018-03-17 |
Niels Möller | Add leading underscore to data symbols. rename-data-symbols |
commit | commitdiff | tree |
2018-03-14 |
Niels Möller | Update NEWS file. |
commit | commitdiff | tree |
2018-03-14 |
Niels Möller | Merge branch 'ecc-params-tweak' into master-updates |
commit | commitdiff | tree |
2018-03-14 |
Niels Möller | Merge branch 'x86_64-sha_ni-sha256' |
commit | commitdiff | tree |
2018-03-11 |
Niels Möller | Support sha_ni sha256_compress in x86_64 fat builds. x86_64-sha_ni-sha256 |
commit | commitdiff | tree |
2018-03-10 |
Niels Möller | Tweak parameters for ecc tables. ecc-params-tweak |
commit | commitdiff | tree |
2018-03-10 |
Niels Möller | Make eccdata warn about poor parameters. |
commit | commitdiff | tree |
2018-03-10 |
Niels Möller | New program eccparams. |
commit | commitdiff | tree |
2018-02-21 |
Niels Möller | Merge branch 'cmac-support' |
commit | commitdiff | tree |
2018-02-21 |
Niels Möller | New sha256 implementation using sha_ni instructions. |
commit | commitdiff | tree |
2018-02-20 |
Niels Möller | Update CBC and CFB tests to use aes256_ctx, not the... |
commit | commitdiff | tree |
2018-02-20 |
Niels Möller | (test_cmac_hash): Deallocate ctx properly. cmac-support |
commit | commitdiff | tree |
2018-02-20 |
Niels Möller | Update RSA examples to use aes256_ctx, not the deprecat... |
commit | commitdiff | tree |
2018-02-20 |
Niels Möller | Delete unused struct process_ctx. |
commit | commitdiff | tree |
2018-02-19 |
Niels Möller | Mostly aesthetic changes to CMAC. |
commit | commitdiff | tree |
2018-02-19 |
Niels Möller | Add ChangeLog entries for CMAC. |
commit | commitdiff | tree |
2018-02-19 |
Niels Möller | Reindent CMAC code to GNU standard, white space changes... |
commit | commitdiff | tree |
2018-02-19 |
Nikos Mavrogiannopoulos | Added support for CMAC |
commit | commitdiff | tree |
2018-02-19 |
Niels Möller | New macros TMP_DECL_ALIGN and TMP_ALLOC_ALIGN. |
commit | commitdiff | tree |
2018-02-18 |
Niels Möller | Fix link failure for pss-mgf1-test, in non-hogweed... |
commit | commitdiff | tree |
2018-02-18 |
Niels Möller | ChangeLog for previous change. |
commit | commitdiff | tree |
2018-02-18 |
Dmitry Eremin... | Move expressions with side effects out of asserts |
commit | commitdiff | tree |
2018-02-17 |
Niels Möller | ChangeLog for previous changes. |
commit | commitdiff | tree |
2018-02-17 |
Dmitry Eremin... | Enable OpenSSL AES-GCM in nettle-benchmark |
commit | commitdiff | tree |
2018-02-17 |
Dmitry Eremin... | Provide wrappers around OpenSSL AES GCM |
commit | commitdiff | tree |
2018-02-16 |
Niels Möller | Improved index entries in the manual. |
commit | commitdiff | tree |
2018-02-16 |
Niels Möller | Update CAST128/CAST5 docs. Inconsistencies spotted... |
commit | commitdiff | tree |
2018-02-12 |
Niels Möller | Started on NEWS entries for Nettle-3.5. |
commit | commitdiff | tree |
2018-02-10 |
Niels Möller | New configure option --enable-x86-sha-ni. x86_64-sha_ni-sha1 |
commit | commitdiff | tree |
2018-02-08 |
Niels Möller | Support sha_ni sha1_compress in x86_64 fat builds. |
commit | commitdiff | tree |
2018-02-08 |
Niels Möller | Add missing pshufd. |
commit | commitdiff | tree |
2018-02-08 |
Niels Möller | New sha1 implementation using x86_64 sha_ni instructions. |
commit | commitdiff | tree |
2018-02-08 |
Niels Möller | Check for x86_64 sha_ni extension. |
commit | commitdiff | tree |
2018-02-05 |
Niels Möller | ci: Fix yaml error. gcm-ctr-opt |
commit | commitdiff | tree |
2018-02-05 |
Niels Möller | ci: Fix collection of logs from gnutls test builds. |
commit | commitdiff | tree |
2018-02-03 |
Niels Möller | ci: Save logs from gnutls test builds. |
commit | commitdiff | tree |
2018-02-01 |
Nikos Mavrogiannopoulos | gcm: use ctr_crypt16() for improved performance |
commit | commitdiff | tree |
2018-02-01 |
Niels Möller | Generalize _ctr_crypt16, so it can be used also for... |
commit | commitdiff | tree |
2018-02-01 |
Niels Möller | Line break fix. |
commit | commitdiff | tree |
2018-01-30 |
Niels Möller | Makefile tweak, make clean should not delete desdata... |
commit | commitdiff | tree |
2018-01-30 |
Niels Möller | ChangeLog entry for previous change, by Jay Foad. |
commit | commitdiff | tree |
2018-01-24 |
Jay Foad | Fix parallel make failures trying to build desdata... |
commit | commitdiff | tree |
2018-01-23 |
Niels Möller | Recognize "x86" as cpu name. |
commit | commitdiff | tree |
2018-01-20 |
Niels Möller | ChangeLog entries for CFB8. |
commit | commitdiff | tree |
2018-01-20 |
Niels Möller | Whitespace fix. |
commit | commitdiff | tree |
2018-01-20 |
Dmitry Eremin... | Add CFB8 - Cipher Feedback 8-bit block cipher mode |
commit | commitdiff | tree |
2018-01-16 |
Niels Möller | Add "fall through" comment. |
commit | commitdiff | tree |
2018-01-16 |
Niels Möller | tools/pkcs1-conv.c: Add missing break statements. |
commit | commitdiff | tree |
2018-01-14 |
Niels Möller | Merge branch 'ctr-opt' into master-updates |
commit | commitdiff | tree |
2018-01-13 |
Dmitry Eremin... | Allow user to specify multiple algorithms to nettle... |
commit | commitdiff | tree |
2018-01-09 |
Niels Möller | CTR mode optimizations for 16-byte block size. ctr-opt |
commit | commitdiff | tree |
2018-01-09 |
Niels Möller | Extend nettle_block16 with uint64_t field. |
commit | commitdiff | tree |
2018-01-09 |
Niels Möller | Configure check for __builtin_bswap64. |
commit | commitdiff | tree |
2018-01-09 |
Niels Möller | New helper function ctr_fill. |
commit | commitdiff | tree |
2018-01-09 |
Niels Möller | Increase buffer size for in-place CTR. |
commit | commitdiff | tree |
2018-01-09 |
Niels Möller | Extended CTR mode tests. |
commit | commitdiff | tree |
2018-01-08 |
Niels Möller | Benchmark in-place operation separately, for cbc_decryp... |
commit | commitdiff | tree |
2018-01-08 |
Niels Möller | Tweaks for in-place cbc, cfb and gcm. |
commit | commitdiff | tree |
2018-01-03 |
Niels Möller | Unroll x86_64 aesni loops. |
commit | commitdiff | tree |
2017-12-26 |
Niels Möller | Fix version number typo in ChangeLog. |
commit | commitdiff | tree |
2017-11-19 |
Niels Möller | Note 3.4 release in ChangeLog. nettle_3.4_release_20171119 |
commit | commitdiff | tree |
2017-11-19 |
Niels Möller | Note mips32 tests of nettle-3.4. |
commit | commitdiff | tree |
2017-11-19 |
Niels Möller | Update NEWS with base64 and base16 changes. |
commit | commitdiff | tree |
2017-11-19 |
Niels Möller | Add missing ChangeLog for base64 changes. |
commit | commitdiff | tree |
2017-11-15 |
Niels Möller | Note sparc tests. |
commit | commitdiff | tree |
2017-11-14 |
Niels Möller | Update testing status. |
commit | commitdiff | tree |
2017-11-12 |
Niels Möller | Update check of GMP_NUMB_BITS declaration in assembly... nettle_3.4rc2 |
commit | commitdiff | tree |
2017-11-11 |
Niels Möller | Update NEWS file. nettle_3.4rc1 |
commit | commitdiff | tree |
2017-11-11 |
Niels Möller | Update manual |
commit | commitdiff | tree |
2017-11-11 |
Niels Möller | ChangeLog entry for previous change. |
commit | commitdiff | tree |
2017-11-08 |
Niels Möller | Revert change hiding nettle_secp_256r1 and friends. api-opaque-fix |
commit | commitdiff | tree |
2017-11-08 |
Nikos Mavrogiannopoulos | .gitlab-ci.yml: added build with gnutls |
commit | commitdiff | tree |
2017-11-08 |
Nikos Mavrogiannopoulos | .gitlab-ci.yml: use pre-installed images for gnutls |
commit | commitdiff | tree |
2017-11-05 |
Niels Möller | Update release plan. |
commit | commitdiff | tree |
2017-11-05 |
Niels Möller | Update NEWS file, including ABI issue. |
commit | commitdiff | tree |
2017-11-05 |
Niels Möller | Bump version numbers |
commit | commitdiff | tree |
2017-11-02 |
Niels Möller | Start on NEWS entries for nettle-3.4. |
commit | commitdiff | tree |
2017-10-29 |
Niels Möller | Merge branch 'api-opaque' into master-updates |
commit | commitdiff | tree |
2017-10-23 |
Niels Möller | ChangeLog for previous change. |
commit | commitdiff | tree |
2017-10-23 |
Niels Möller | Update ChangeLog. |
commit | commitdiff | tree |
2017-10-23 |
Niels Möller | Merge remote-tracking branch 'origin/master' into api... |
commit | commitdiff | tree |
2017-10-23 |
Niels Möller | Undo added underscores on public symbols. |
commit | commitdiff | tree |
2017-10-22 |
Niels Möller | Set DYLD_LIBRARY_PATH when running tests. |
commit | commitdiff | tree |
2017-10-17 |
Niels Möller | Merge branch 'support-cfb' into master-updates |
commit | commitdiff | tree |
2017-10-17 |
Niels Möller | Update copyright years for CFB code. |
commit | commitdiff | tree |
2017-10-16 |
Niels Möller | Enable debug info when CC_FOR_BUILD is gcc. |
commit | commitdiff | tree |
2017-10-16 |
Niels Möller | Commment fix. |
commit | commitdiff | tree |
2017-10-16 |
Niels Möller | ChangeLog for CFB. |
commit | commitdiff | tree |
2017-10-16 |
Dmitry Eremin... | Add CFB block mode support |
commit | commitdiff | tree |
2017-10-14 |
Niels Möller | Update .gitignore, to unclutter builds in the source... |
commit | commitdiff | tree |
2017-10-14 |
Nikos Mavrogiannopoulos | .gitlab-ci.yml: use fedora 26 build systems |
commit | commitdiff | tree |
2017-10-14 |
Nikos Mavrogiannopoulos | .gitlab-ci.yml: renamed targets for better overview... |
commit | commitdiff | tree |
2017-10-14 |
Nikos Mavrogiannopoulos | .gitlab-ci.yml: enable fat builds on x86* |
commit | commitdiff | tree |
2017-10-14 |
Nikos Mavrogiannopoulos | .gitlab-ci.yml: added aarch64 build |
commit | commitdiff | tree |
2017-10-01 |
Niels Möller | Update release plan. |
commit | commitdiff | tree |
2017-09-28 |
Niels Möller | Update release plan. |
commit | commitdiff | tree |
2017-09-24 |
Niels Möller | Merge branch 'armor-signedness' into master-updates |
commit | commitdiff | tree |
2017-09-24 |
Niels Möller | Fix remaining pointer-signedness warnings for base64. |
commit | commitdiff | tree |
2017-09-24 |
Niels Möller | Fix pointer-signedness warnings in tests. |
commit | commitdiff | tree |
2017-09-14 |
Niels Möller | hkdf: Reduce includes. Use Nettle licensing notice. |
commit | commitdiff | tree |
next |