- Oct 06, 2005
-
-
Niels Möller authored
Rev: src/nettle/ChangeLog:1.334 Rev: src/nettle/configure.ac:1.60
-
Niels Möller authored
$(DISTFILES) from source and build directories. For some reason, $? failed to find stamp-h.in in the source directory. Rev: src/nettle/ChangeLog:1.333 Rev: src/nettle/Makefile.in:1.23
-
- Oct 05, 2005
-
-
Niels Möller authored
Rev: src/nettle/NEWS:1.22
-
Niels Möller authored
Rev: src/nettle/ChangeLog:1.332
-
Niels Möller authored
using the AES_SUBST_BYTE macro. Use PROLOGUE and EPILOGUE. * x86/sha1-compress.asm: Use PROLOGUE and EPILOGUE. * x86/arcfour-crypt.asm: Likewise. * x86/aes-encrypt.asm: Likewise. Rev: src/nettle/x86/aes-encrypt.asm:1.22 Rev: src/nettle/x86/arcfour-crypt.asm:1.13 Rev: src/nettle/x86/sha1-compress.asm:1.11
-
Niels Möller authored
using the AES_SUBST_BYTE macro. Use PROLOGUE and EPILOGUE. Rev: src/nettle/x86/aes-decrypt.asm:1.21
-
Niels Möller authored
Rev: src/nettle/config.m4.in:1.3
-
Niels Möller authored
ELF_STYLE. So far, used and tested only for the x86 assembler files, and needed to make the assembler happy both with ELF (linux, solaris) and COFF (windows). Rev: src/nettle/asm.m4:1.11
-
Niels Möller authored
(ASM_SYMBOL_PREFIX): Use $NM when examining the object file. (ASM_ELF_STYLE): New variable. Set to 'yes' if assembling a file with ELF-style .type and .size pseudo ops works. Rev: src/nettle/configure.ac:1.59
-
Niels Möller authored
Rev: src/nettle/.cvsignore:1.18
-
Niels Möller authored
Rev: src/nettle/ChangeLog:1.331 Rev: src/nettle/NEWS:1.21
-
Niels Möller authored
(.texinfo.dvi, .dvi.ps, .ps.pdf): New targets, to build nettle.pdf. (DOCTARGETS): New variable with targets that shouldn't be deleted by make clean. (maintainer-clean-here): New target. Deletes generated documentation files. Rev: src/nettle/Makefile.in:1.22
-
Niels Möller authored
mode, which doesn't handle latin-1 properly. Set UPDATED-FOR to 1.13. Updated copyright years, and introduced a COPYRIGHT-YEARS symbol. Updated copyright section, to mention assembler implementations. (Cipher modes): Transformed the Cipher Block Chaining to a section Cipher modes, describing both CBC and the new CTR mode. Rev: src/nettle/nettle.texinfo:1.32
-
Niels Möller authored
Rev: src/nettle/sha256.c:1.4
-
Niels Möller authored
Rev: src/nettle/x86/aes_tables.asm:1.2(DEAD)
-
Niels Möller authored
override aes.c, which isn't needed for the x86 implementation. Rev: src/nettle/x86/aes.asm:1.13
-
Niels Möller authored
version is now libnettle.so.2.4, soname still libnettle.so.2. Rev: src/nettle/configure.ac:1.58
-
Niels Möller authored
Rev: src/nettle/examples/nettle-benchmark.c:1.16
-
Niels Möller authored
Rev: src/nettle/ChangeLog:1.330
-
Niels Möller authored
compute offsets mod 16, since m4 on FreeBSD 49.RELEASE and NetBSD doesn't implement & correctly in eval. Rev: src/nettle/x86/sha1-compress.asm:1.10
-
- Oct 03, 2005
-
-
Niels Möller authored
Rev: src/nettle/ChangeLog:1.329
-
Niels Möller authored
(F3): Eliminated a movl. (ROUNd): New argument, for k. When using F3, it's TMP3, on the stack, otherwise, it is kept in TMP2, a register. Rev: src/nettle/x86/sha1-compress.asm:1.9
-
Niels Möller authored
Rev: src/nettle/ChangeLog:1.328
-
Niels Möller authored
ciphers. Rev: src/nettle/examples/nettle-openssl.c:1.8
-
Niels Möller authored
Rev: src/nettle/examples/nettle-benchmark.c:1.15
-
- Oct 02, 2005
-
-
Niels Möller authored
Rev: src/nettle/ChangeLog:1.327
-
Niels Möller authored
interface. Now responsible for byte conversion. Rev: src/nettle/sha1-compress.c:1.2
-
Niels Möller authored
Rev: src/nettle/ChangeLog:1.326
-
Niels Möller authored
argument is now a pointer to the input data in unaligned, big-endian form. Rev: src/nettle/sha.h:1.6
-
Niels Möller authored
conversion, and store the input data on the stack. This leaves one more register free for other uses. Rev: src/nettle/x86/sha1-compress.asm:1.8
-
Niels Möller authored
option is used to say what the clock frequency is. Rev: src/nettle/examples/nettle-benchmark.c:1.14
-
Niels Möller authored
uint32_t, that's now the responsibility of _nettle_sha1_compress. Rev: src/nettle/sha1.c:1.11
-
- Sep 28, 2005
-
-
Niels Möller authored
Rev: src/nettle/ChangeLog:1.325
-
Niels Möller authored
Rev: src/nettle/x86/sha1-compress.asm:1.7
-
Niels Möller authored
function _nettle_sha1_compress directly. Rev: src/nettle/sha1.c:1.10
-
Niels Möller authored
(nettle_openssl_sha1): Declare. Rev: src/nettle/nettle-internal.h:1.9
-
Niels Möller authored
sha1. Rev: src/nettle/examples/nettle-benchmark.c:1.13
-
Niels Möller authored
(nettle_openssl_sha1): Added glue for openssl hash functions. Rev: src/nettle/examples/nettle-openssl.c:1.7
-
Niels Möller authored
Rev: src/nettle/ChangeLog:1.324
-
Niels Möller authored
(nettle_openssl_aes256, nettle_openssl_arcfour128): Declare. Rev: src/nettle/nettle-internal.h:1.8
-