- Mar 23, 2011
-
-
Niels Möller authored
build rules. (SOURCES): Added nettle-hash.c. * tools/nettle-hash.c: New file. Rev: nettle/tools/Makefile.in:1.5 Rev: nettle/tools/nettle-hash.c:1.1
-
Niels Möller authored
Rev: nettle/tools/misc.c:1.3 Rev: nettle/tools/misc.h:1.3
-
Niels Möller authored
fixed numerical values to start with non-ASCII 0x300. Rev: nettle/tools/pkcs1-conv.c:1.5
-
* testsuite/Makefile.in (TS_NETTLE_SOURCES): Added meta-hash-test.c, meta-cipher-test.c, and meta-armor-test.c. * testsuite/meta-hash-test.c: New file. * testsuite/meta-cipher-test.c: New file. * testsuite/meta-armor-test.c: New file. Rev: nettle/testsuite/.test-rules.make:1.10 Rev: nettle/testsuite/Makefile.in:1.13 Rev: nettle/testsuite/meta-armor-test.c:1.1 Rev: nettle/testsuite/meta-cipher-test.c:1.1 Rev: nettle/testsuite/meta-hash-test.c:1.1
-
* testsuite/Makefile.in (TS_NETTLE_SOURCES): Added meta-hash-test.c, meta-cipher-test.c, and meta-armor-test.c. * nettle.texinfo: Document nettle_hashes and nettle_ciphers. * nettle-meta.h: Declare algorithm lists nettle_ciphers, nettle_hashes, nettle_armors. * Makefile.in (nettle_SOURCES): Added nettle-meta-hashes.c, nettle-meta-ciphers.c, and nettle-meta-armors.c. * nettle-meta-armors.c: New file. * nettle-meta-ciphers.c: New file. * nettle-meta-hashes.c: New file. Rev: nettle/ChangeLog:1.159 Rev: nettle/Makefile.in:1.32 Rev: nettle/nettle-meta-armors.c:1.1 Rev: nettle/nettle-meta-ciphers.c:1.1 Rev: nettle/nettle-meta-hashes.c:1.1 Rev: nettle/nettle-meta.h:1.10 Rev: nettle/nettle.texinfo:1.22
-
- Mar 21, 2011
-
-
Rev: nettle/nettle.texinfo:1.21
-
- Mar 17, 2011
-
-
Niels Möller authored
Rev: nettle/nettle.texinfo:1.20
-
- Feb 28, 2011
-
-
Niels Möller authored
Rev: nettle/nettle.texinfo:1.19
-
- Feb 18, 2011
-
-
Niels Möller authored
documented nor tested. Rev: nettle/ChangeLog:1.158 Rev: nettle/arcfour.c:1.2
-
- Feb 16, 2011
-
-
Niels Möller authored
Rev: nettle/ChangeLog:1.157
-
Niels Möller authored
Rev: nettle/nettle.texinfo:1.18
-
Niels Möller authored
is defined. (CBC_DECRYPT): Likewise. Rev: nettle/cbc.h:1.3
-
Niels Möller authored
(gcm_aes_set_key): Deleted cast. (gcm_aes_encrypt): Likewise. (gcm_aes_decrypt): Likewise. (gcm_aes_digest): Likewise. (gcm_aes_update): One less argument to GCM_UPDATE. * gcm.h (GCM_SET_KEY): Added cast to nettle_crypt_func *. Help compiler type checking despite this cast. (GCM_ENCRYPT): Likewise. (GCM_DECRYPT): Likewise. (GCM_DIGEST): Likewise. (GCM_SET_IV): New macro, for completeness. (GCM_UPDATE): Deleted unused argument encrypt. Rev: nettle/ChangeLog:1.156 Rev: nettle/gcm-aes.c:1.4 Rev: nettle/gcm.h:1.12
-
- Feb 14, 2011
-
-
Niels Möller authored
Rev: nettle/ChangeLog:1.155
-
Niels Möller authored
Rev: nettle/nettle.texinfo:1.17
-
Niels Möller authored
Rev: nettle/ChangeLog:1.154
-
Niels Möller authored
by test_aead. (test_main): Use test_aead. Rev: nettle/testsuite/gcm-test.c:1.8
-
Niels Möller authored
test_gcm_aes and before that test_cipher_gcm. Rev: nettle/testsuite/testutils.c:1.14 Rev: nettle/testsuite/testutils.h:1.8
-
Niels Möller authored
(nettle_gcm_aes192): Likewise. (nettle_gcm_aes256): Likewise. Rev: nettle/nettle-internal.c:1.4
-
Niels Möller authored
authenticated encryption with associated data. Rev: nettle/nettle-internal.h:1.3
-
Niels Möller authored
Rev: nettle/ChangeLog:1.153
-
Niels Möller authored
renaming. Benchmark both encryption and hashing. (time_gmac): ...old name. Rev: nettle/examples/nettle-benchmark.c:1.20
-
Niels Möller authored
Rev: nettle/nettle-meta.h:1.9
-
Niels Möller authored
Rev: nettle/ChangeLog:1.152
-
Niels Möller authored
parity, since thay are now ignored. (des3_set_key_hack): Likewise. Rev: nettle/nettle-internal.c:1.3
-
Niels Möller authored
* nettle-meta.h (_NETTLE_CIPHER_FIX): Deleted keysize parameter derived from the appropriate constant instead. Rev: nettle/cast128-meta.c:1.2
-
Niels Möller authored
Rev: nettle/nettle-meta.h:1.8
-
Niels Möller authored
Rev: nettle/ChangeLog:1.151
-
Niels Möller authored
Rev: nettle/testsuite/gcm-test.c:1.7
-
- Feb 13, 2011
-
-
Niels Möller authored
(GCM_AUTH): ...old name. * gcm-aes.c (gcm_aes_update): Renamed, from... (gcm_aes_auth): ...old name. * gcm.c (gcm_update): Renamed, and fixed an assert. From... (gcm_auth): ...old name. Rev: nettle/ChangeLog:1.150 Rev: nettle/gcm-aes.c:1.3 Rev: nettle/gcm.c:1.14 Rev: nettle/gcm.h:1.11
-
Niels Möller authored
corresponding to 4 KByte of key-dependent tables. Rev: nettle/gcm.h:1.10
-
Niels Möller authored
Rev: nettle/memxor.c:1.4
-
- Feb 11, 2011
-
-
Niels Möller authored
implementation is broken. Rev: nettle/testsuite/serpent-test.c:1.2
-
- Feb 10, 2011
-
-
Niels Möller authored
Rev: nettle/ChangeLog:1.149
-
Niels Möller authored
unaligned01 case and 35% for the unaligned12 case, benchmarked on Intel SU1400. Rev: nettle/x86_64/memxor.asm:1.1
-
Niels Möller authored
Rev: nettle/ChangeLog:1.148
-
Niels Möller authored
(cgt_time_start): Likewise. (cgt_time_end): Likewise. (clock_time_start): Likewise. (clock_time_end): Likewise. (time_function): Read clock via function pointers time_start and time_end, so we can select method at runtime. (xalloc): Use die function. (main): Choose timing function. If available, try clock_gettime, and fall back to clock if it doesn't exist. Rev: nettle/examples/nettle-benchmark.c:1.19
-
Niels Möller authored
Rev: nettle/testsuite/gcm-test.c:1.6
-
Niels Möller authored
Rev: nettle/ChangeLog:1.147
-
Niels Möller authored
(TIME_END, TIME_START): Check return value from clock_gettime. Rev: nettle/examples/nettle-benchmark.c:1.18
-