]> git.ipfire.org Git - thirdparty/nettle.git/log
thirdparty/nettle.git
19 years ago*** empty log message ***
Niels Möller [Thu, 13 Oct 2005 12:33:37 +0000 (14:33 +0200)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.340

19 years agoNew file. Copy of sparc/aes.asm, with minor
Henrik Grubbström (Grubba) [Thu, 13 Oct 2005 12:33:32 +0000 (14:33 +0200)] 
New file. Copy of sparc/aes.asm, with minor
changes to the stack frame layout. Patch contributed by Henrik
Grubbström. Not yet tested.

Rev: src/nettle/sparc64/aes.asm:1.1
Rev: src/nettle/sparc64/machine.m4:1.1

19 years agoDon't allocate space for a stack copy of the input.
Niels Möller [Thu, 13 Oct 2005 12:31:01 +0000 (14:31 +0200)] 
Don't allocate space for a stack copy of the input.

Rev: src/nettle/x86/md5-compress.asm:1.5

19 years ago* x86/md5-compress.asm: Skip copying of input to the stack.
Niels Möller [Thu, 13 Oct 2005 12:24:14 +0000 (14:24 +0200)] 
* x86/md5-compress.asm: Skip copying of input to the stack.
(F1): Fixed bug.

Rev: src/nettle/x86/md5-compress.asm:1.4

19 years agoDocument intermediate values for first
Niels Möller [Thu, 13 Oct 2005 12:22:07 +0000 (14:22 +0200)] 
Document intermediate values for first
test case.

Rev: src/nettle/testsuite/md5-test.c:1.6

19 years agoComment fix.
Niels Möller [Thu, 13 Oct 2005 12:21:34 +0000 (14:21 +0200)] 
Comment fix.

Rev: src/nettle/testsuite/sha1-test.c:1.4

19 years ago(asm_path): Check for sparc64, and use sparc64
Niels Möller [Thu, 13 Oct 2005 12:21:18 +0000 (14:21 +0200)] 
(asm_path): Check for sparc64, and use sparc64
subdirectory. Link in md5-compress.asm, if it exists.

Rev: src/nettle/configure.ac:1.62

19 years ago*** empty log message ***
Niels Möller [Thu, 13 Oct 2005 08:53:32 +0000 (10:53 +0200)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.339

19 years ago(REF): Fixed caclulation of offset.
Niels Möller [Thu, 13 Oct 2005 08:44:49 +0000 (10:44 +0200)] 
(REF): Fixed caclulation of offset.

Rev: src/nettle/x86/md5-compress.asm:1.3

19 years ago*** empty log message ***
Niels Möller [Wed, 12 Oct 2005 20:56:23 +0000 (22:56 +0200)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.338

19 years agoNew file, with first attempt at md5 assembler. Not yet working.
Niels Möller [Wed, 12 Oct 2005 20:56:03 +0000 (22:56 +0200)] 
New file, with first attempt at md5 assembler. Not yet working.

Rev: src/nettle/x86/md5-compress.asm:1.2

19 years ago* x86/machine.m4 (OFFSET): Moved macro, used to be in...
Niels Möller [Wed, 12 Oct 2005 20:55:51 +0000 (22:55 +0200)] 
* x86/machine.m4 (OFFSET): Moved macro, used to be in...
* x86/sha1-compress.asm (OFFSET): ... removed macro.

Rev: src/nettle/x86/machine.m4:1.8
Rev: src/nettle/x86/sha1-compress.asm:1.12

19 years ago*** empty log message ***
Niels Möller [Tue, 11 Oct 2005 17:10:59 +0000 (19:10 +0200)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.337

19 years ago(nettle_SOURCES): Added md5-compress.c.
Niels Möller [Tue, 11 Oct 2005 17:10:25 +0000 (19:10 +0200)] 
(nettle_SOURCES): Added md5-compress.c.

Rev: src/nettle/Makefile.in:1.24

19 years agoReorganized to use _nettle_md5_compress, in analogy with
Niels Möller [Tue, 11 Oct 2005 17:10:05 +0000 (19:10 +0200)] 
Reorganized to use _nettle_md5_compress, in analogy with
sha1.c.

Rev: src/nettle/md5.c:1.9

19 years ago(_nettle_md5_compress): New file and new function.
Niels Möller [Tue, 11 Oct 2005 17:05:28 +0000 (19:05 +0200)] 
(_nettle_md5_compress): New file and new function.

Rev: src/nettle/md5-compress.c:1.1
Rev: src/nettle/md5.h:1.8

19 years ago*** empty log message ***
Niels Möller [Tue, 11 Oct 2005 16:21:27 +0000 (18:21 +0200)] 
*** empty log message ***

Rev: src/nettle/x86/md5-compress.asm:1.1

19 years ago*** empty log message ***
Niels Möller [Mon, 10 Oct 2005 17:27:37 +0000 (19:27 +0200)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.336

19 years agoIgnore sha1-huge-test.
Niels Möller [Mon, 10 Oct 2005 17:27:32 +0000 (19:27 +0200)] 
Ignore sha1-huge-test.

Rev: src/nettle/testsuite/.cvsignore:1.27

19 years ago(EXTRA_SOURCES, EXTRA_TARGETS): New
Niels Möller [Mon, 10 Oct 2005 17:27:21 +0000 (19:27 +0200)] 
(EXTRA_SOURCES, EXTRA_TARGETS): New
variables, for test cases that are not run by default.

Rev: src/nettle/testsuite/Makefile.in:1.14

19 years ago(test_main): New test case, with a
Niels Möller [Mon, 10 Oct 2005 17:26:26 +0000 (19:26 +0200)] 
(test_main): New test case, with a
very large sha1 input.

Rev: src/nettle/testsuite/sha1-huge-test.c:1.1

19 years ago(test_hash_large): New function.
Niels Möller [Mon, 10 Oct 2005 15:40:54 +0000 (17:40 +0200)] 
(test_hash_large): New function.

Rev: src/nettle/testsuite/testutils.c:1.28
Rev: src/nettle/testsuite/testutils.h:1.23

19 years ago(sha1_block): Deleted function; inlined where used.
Niels Möller [Mon, 10 Oct 2005 15:40:27 +0000 (17:40 +0200)] 
(sha1_block): Deleted function; inlined where used.
(SHA1_INCR): New macro for incrementing the block count.

Rev: src/nettle/sha1.c:1.12

19 years ago*** empty log message ***
Niels Möller [Thu, 6 Oct 2005 19:38:18 +0000 (21:38 +0200)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.335

19 years ago* configure.ac: Bumped version to 1.14.
Niels Möller [Thu, 6 Oct 2005 19:38:08 +0000 (21:38 +0200)] 
* configure.ac: Bumped version to 1.14.

Rev: src/nettle/configure.ac:1.61

19 years agoCheck for openssl/aes.h. nettle_1.13_release_20051006
Niels Möller [Thu, 6 Oct 2005 19:12:14 +0000 (21:12 +0200)] 
Check for openssl/aes.h.

Rev: src/nettle/ChangeLog:1.334
Rev: src/nettle/configure.ac:1.60

19 years ago(distdir): Use a loop to pick up the contents of
Niels Möller [Thu, 6 Oct 2005 18:35:55 +0000 (20:35 +0200)] 
(distdir): Use a loop to pick up the contents of
$(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

19 years agoMention windows support.
Niels Möller [Wed, 5 Oct 2005 21:24:58 +0000 (23:24 +0200)] 
Mention windows support.

Rev: src/nettle/NEWS:1.22

19 years ago*** empty log message ***
Niels Möller [Wed, 5 Oct 2005 21:24:36 +0000 (23:24 +0200)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.332

19 years ago* x86/aes-decrypt.asm: Use C_NAME(_nettle_aes_decrypt_table) when
Niels Möller [Wed, 5 Oct 2005 21:23:06 +0000 (23:23 +0200)] 
* x86/aes-decrypt.asm: Use C_NAME(_nettle_aes_decrypt_table) when
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

19 years agoUse C_NAME(_nettle_aes_decrypt_table) when
Niels Möller [Wed, 5 Oct 2005 21:21:35 +0000 (23:21 +0200)] 
Use C_NAME(_nettle_aes_decrypt_table) when
using the AES_SUBST_BYTE macro. Use PROLOGUE and EPILOGUE.

Rev: src/nettle/x86/aes-decrypt.asm:1.21

19 years ago(ELF_STYLE): Substitute configure's ASM_ELF_STYLE.
Niels Möller [Wed, 5 Oct 2005 21:19:45 +0000 (23:19 +0200)] 
(ELF_STYLE): Substitute configure's ASM_ELF_STYLE.

Rev: src/nettle/config.m4.in:1.3

19 years ago(PROLOGUE, EPILOGUE): New macros, checking the value of
Niels Möller [Wed, 5 Oct 2005 21:19:05 +0000 (23:19 +0200)] 
(PROLOGUE, EPILOGUE): New macros, checking the value of
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

19 years ago* configure.ac (NM): Use AC_CHECK_TOOL to check for nm.
Niels Möller [Wed, 5 Oct 2005 21:16:45 +0000 (23:16 +0200)] 
* configure.ac (NM): Use AC_CHECK_TOOL to check for nm.
(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

19 years agoIgnore nettle.pdf. Removed entries for automake stamp files.
Niels Möller [Wed, 5 Oct 2005 15:55:54 +0000 (17:55 +0200)] 
Ignore nettle.pdf. Removed entries for automake stamp files.

Rev: src/nettle/.cvsignore:1.18

19 years ago*** empty log message ***
Niels Möller [Wed, 5 Oct 2005 15:51:33 +0000 (17:51 +0200)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.331
Rev: src/nettle/NEWS:1.21

19 years ago(TARGETS, DISTFILES): Added nettle.pdf.
Niels Möller [Wed, 5 Oct 2005 15:39:10 +0000 (17:39 +0200)] 
(TARGETS, DISTFILES): Added nettle.pdf.
(.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

19 years agoDefine AUTHOR with accents, when running in TeX
Niels Möller [Wed, 5 Oct 2005 15:26:43 +0000 (17:26 +0200)] 
Define AUTHOR with accents, when running in TeX
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

19 years agoComment fixes.
Niels Möller [Wed, 5 Oct 2005 14:57:00 +0000 (16:57 +0200)] 
Comment fixes.

Rev: src/nettle/sha256.c:1.4

19 years agoDeleted unused file.
Niels Möller [Wed, 5 Oct 2005 14:56:43 +0000 (16:56 +0200)] 
Deleted unused file.

Rev: src/nettle/x86/aes_tables.asm:1.2(DEAD)

19 years agoDeleted contents. This file is needed just to
Niels Möller [Wed, 5 Oct 2005 14:56:16 +0000 (16:56 +0200)] 
Deleted contents. This file is needed just to
override aes.c, which isn't needed for the x86 implementation.

Rev: src/nettle/x86/aes.asm:1.13

19 years ago(SHLIBMINOR): Increased minor number. Library
Niels Möller [Wed, 5 Oct 2005 14:23:47 +0000 (16:23 +0200)] 
(SHLIBMINOR): Increased minor number. Library
version is now libnettle.so.2.4, soname still libnettle.so.2.

Rev: src/nettle/configure.ac:1.58

19 years ago(main): Reordered hash benchmarks.
Niels Möller [Wed, 5 Oct 2005 10:42:41 +0000 (12:42 +0200)] 
(main): Reordered hash benchmarks.

Rev: src/nettle/examples/nettle-benchmark.c:1.16

19 years ago*** empty log message ***
Niels Möller [Wed, 5 Oct 2005 10:42:02 +0000 (12:42 +0200)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.330

19 years ago(EXPAND): Use % 16 instead of & 15 to
Niels Möller [Wed, 5 Oct 2005 10:40:45 +0000 (12:40 +0200)] 
(EXPAND): Use % 16 instead of & 15 to
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

19 years ago*** empty log message ***
Niels Möller [Mon, 3 Oct 2005 19:26:28 +0000 (21:26 +0200)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.329

19 years ago(OFFSET): New macro.
Niels Möller [Mon, 3 Oct 2005 19:25:52 +0000 (21:25 +0200)] 
(OFFSET): New macro.
(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

19 years ago*** empty log message ***
Niels Möller [Mon, 3 Oct 2005 12:56:27 +0000 (14:56 +0200)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.328

19 years agoUse correct block sizes for openssl
Niels Möller [Mon, 3 Oct 2005 12:56:23 +0000 (14:56 +0200)] 
Use correct block sizes for openssl
ciphers.

Rev: src/nettle/examples/nettle-openssl.c:1.8

19 years agoAlso display cycles per block.
Niels Möller [Mon, 3 Oct 2005 12:55:43 +0000 (14:55 +0200)] 
Also display cycles per block.

Rev: src/nettle/examples/nettle-benchmark.c:1.15

19 years ago*** empty log message ***
Niels Möller [Sun, 2 Oct 2005 20:54:01 +0000 (22:54 +0200)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.327

19 years ago(_nettle_sha1_compress): Updated to new
Niels Möller [Sun, 2 Oct 2005 20:53:57 +0000 (22:53 +0200)] 
(_nettle_sha1_compress): Updated to new
interface. Now responsible for byte conversion.

Rev: src/nettle/sha1-compress.c:1.2

19 years ago*** empty log message ***
Niels Möller [Sun, 2 Oct 2005 20:44:06 +0000 (22:44 +0200)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.326

19 years ago(_nettle_sha1_compress): Changed interface. Second
Niels Möller [Sun, 2 Oct 2005 20:44:03 +0000 (22:44 +0200)] 
(_nettle_sha1_compress): Changed interface. Second
argument is now a pointer to the input data in unaligned,
big-endian form.

Rev: src/nettle/sha.h:1.6

19 years ago(_nettle_sha1_compress): Do byte order
Niels Möller [Sun, 2 Oct 2005 20:43:42 +0000 (22:43 +0200)] 
(_nettle_sha1_compress): Do byte order
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

19 years agoNow display cycles/byte, if the -f
Niels Möller [Sun, 2 Oct 2005 20:42:23 +0000 (22:42 +0200)] 
Now display cycles/byte, if the -f
option is used to say what the clock frequency is.

Rev: src/nettle/examples/nettle-benchmark.c:1.14

19 years ago(sha1_block): Don't convert data from uint8_t to
Niels Möller [Sun, 2 Oct 2005 20:41:30 +0000 (22:41 +0200)] 
(sha1_block): Don't convert data from uint8_t to
uint32_t, that's now the responsibility of _nettle_sha1_compress.

Rev: src/nettle/sha1.c:1.11

19 years ago*** empty log message ***
Niels Möller [Wed, 28 Sep 2005 13:57:25 +0000 (15:57 +0200)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.325

19 years agoNew comment.
Niels Möller [Wed, 28 Sep 2005 13:57:21 +0000 (15:57 +0200)] 
New comment.

Rev: src/nettle/x86/sha1-compress.asm:1.7

19 years ago(sha1_final): Call sha1_block, don't call the compression
Niels Möller [Wed, 28 Sep 2005 13:56:51 +0000 (15:56 +0200)] 
(sha1_final): Call sha1_block, don't call the compression
function _nettle_sha1_compress directly.

Rev: src/nettle/sha1.c:1.10

19 years ago* nettle-internal.h (nettle_openssl_md5)
Niels Möller [Wed, 28 Sep 2005 13:54:45 +0000 (15:54 +0200)] 
* nettle-internal.h (nettle_openssl_md5)
(nettle_openssl_sha1): Declare.

Rev: src/nettle/nettle-internal.h:1.9

19 years ago* examples/nettle-benchmark.c (main): Benchmark openssl md5 and
Niels Möller [Wed, 28 Sep 2005 13:53:55 +0000 (15:53 +0200)] 
* examples/nettle-benchmark.c (main): Benchmark openssl md5 and
sha1.

Rev: src/nettle/examples/nettle-benchmark.c:1.13

19 years ago* examples/nettle-openssl.c (nettle_openssl_md5)
Niels Möller [Wed, 28 Sep 2005 13:53:18 +0000 (15:53 +0200)] 
* examples/nettle-openssl.c (nettle_openssl_md5)
(nettle_openssl_sha1): Added glue for openssl hash functions.

Rev: src/nettle/examples/nettle-openssl.c:1.7

19 years ago*** empty log message ***
Niels Möller [Wed, 28 Sep 2005 10:38:48 +0000 (12:38 +0200)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.324

19 years ago(nettle_openssl_aes128, nettle_openssl_aes192)
Niels Möller [Wed, 28 Sep 2005 10:38:38 +0000 (12:38 +0200)] 
(nettle_openssl_aes128, nettle_openssl_aes192)
(nettle_openssl_aes256, nettle_openssl_arcfour128): Declare.

Rev: src/nettle/nettle-internal.h:1.8

19 years agoCheck WITH_OPENSSL, not
Niels Möller [Wed, 28 Sep 2005 10:37:28 +0000 (12:37 +0200)] 
Check WITH_OPENSSL, not
HAVE_LIBCRYPTO. Benchmark openssl's aes and arcfour code.

Rev: src/nettle/examples/nettle-benchmark.c:1.12

19 years agoUpdated openssl des glue to use the
Niels Möller [Wed, 28 Sep 2005 10:36:31 +0000 (12:36 +0200)] 
Updated openssl des glue to use the
new openssl DES interface. Added glue for arcfour and aes.

Rev: src/nettle/examples/nettle-openssl.c:1.6

19 years ago*** empty log message ***
Niels Möller [Tue, 27 Sep 2005 18:31:10 +0000 (20:31 +0200)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.323

19 years ago(RSA): Improved text about the RSA patent.
Niels Möller [Tue, 27 Sep 2005 18:31:00 +0000 (20:31 +0200)] 
(RSA): Improved text about the RSA patent.
Use @documentencoding ISO-8859-1.

Rev: src/nettle/nettle.texinfo:1.31

19 years agoFixed left-over references to md5 in the comment header. Noticed by
Niels Möller [Mon, 26 Sep 2005 16:54:01 +0000 (18:54 +0200)] 
Fixed left-over references to md5 in the comment header. Noticed by
Torbjörn Granlund.

Rev: src/nettle/pkcs1-rsa-sha1.c:1.4

19 years ago*** empty log message ***
Niels Möller [Wed, 7 Sep 2005 08:32:29 +0000 (10:32 +0200)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.322

19 years ago(parse_options): New option --raw-hash, for
Niels Möller [Wed, 7 Sep 2005 08:32:18 +0000 (10:32 +0200)] 
(parse_options): New option --raw-hash, for
compatibility with lsh-1.x. Equivalent to --hash.

Rev: src/nettle/tools/sexp-conv.c:1.19

19 years ago*** empty log message ***
Niels Möller [Tue, 6 Sep 2005 12:11:00 +0000 (14:11 +0200)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.321

19 years ago(main): With --hash, output a newline after
Niels Möller [Tue, 6 Sep 2005 12:10:53 +0000 (14:10 +0200)] 
(main): With --hash, output a newline after
each hash.

Rev: src/nettle/tools/sexp-conv.c:1.18

20 years ago*** empty log message ***
Niels Möller [Wed, 13 Jul 2005 16:30:20 +0000 (18:30 +0200)] 
*** empty log message ***

Rev: src/nettle/TODO:1.9

20 years ago*** empty log message ***
Niels Möller [Sat, 2 Jul 2005 17:06:13 +0000 (19:06 +0200)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.320

20 years ago* testsuite/ctr-test.c: New file.
Niels Möller [Sat, 2 Jul 2005 17:05:25 +0000 (19:05 +0200)] 
* testsuite/ctr-test.c: New file.

Rev: src/nettle/testsuite/.cvsignore:1.26
Rev: src/nettle/testsuite/ctr-test.c:1.1

20 years ago* testsuite/Makefile.in (TS_SOURCES): Added ctr-test.c.
Niels Möller [Sat, 2 Jul 2005 17:03:18 +0000 (19:03 +0200)] 
* testsuite/Makefile.in (TS_SOURCES): Added ctr-test.c.

Rev: src/nettle/testsuite/Makefile.in:1.13

20 years ago(test_cipher_ctr): New function.
Niels Möller [Sat, 2 Jul 2005 17:02:51 +0000 (19:02 +0200)] 
(test_cipher_ctr): New function.

Rev: src/nettle/testsuite/testutils.c:1.27
Rev: src/nettle/testsuite/testutils.h:1.22

20 years ago(test_main): Use static const for msg.
Niels Möller [Sat, 2 Jul 2005 17:02:03 +0000 (19:02 +0200)] 
(test_main): Use static const for msg.

Rev: src/nettle/testsuite/cbc-test.c:1.5

20 years agoIgnore nettle-stdint.h, not nettle-types.h.
Niels Möller [Sat, 2 Jul 2005 17:00:52 +0000 (19:00 +0200)] 
Ignore nettle-stdint.h, not nettle-types.h.

Rev: src/nettle/.cvsignore:1.17

20 years ago(nettle_SOURCES): Added ctr.c.
Niels Möller [Sat, 2 Jul 2005 17:00:33 +0000 (19:00 +0200)] 
(nettle_SOURCES): Added ctr.c.
(HEADERS): Added ctr.h.
(HEADERS): Added nettle-types.h.
(INSTALL_HEADERS): Install nettle-stdint.h.
(distclean-here): Delete nettle-stdint.h, not nettle-types.h.

Rev: src/nettle/Makefile.in:1.21

20 years ago(ctr_crypt): New file, new function.
Niels Möller [Sat, 2 Jul 2005 16:58:05 +0000 (18:58 +0200)] 
(ctr_crypt): New file, new function.

Rev: src/nettle/ctr.c:1.1
Rev: src/nettle/ctr.h:1.1

20 years ago(memxor3): New function, suggested by Adam Langley.
Adam Langley [Sat, 2 Jul 2005 16:55:38 +0000 (18:55 +0200)] 
(memxor3): New function, suggested by Adam Langley.

Rev: src/nettle/memxor.c:1.4
Rev: src/nettle/memxor.h:1.4

20 years ago(NETTLE_MAX_CIPHER_BLOCK_SIZE): New constant.
Niels Möller [Sat, 2 Jul 2005 16:54:23 +0000 (18:54 +0200)] 
(NETTLE_MAX_CIPHER_BLOCK_SIZE): New constant.

Rev: src/nettle/nettle-internal.h:1.7

20 years ago(Cipher functions): Fixed typo in prototype for
Niels Möller [Sat, 2 Jul 2005 16:53:53 +0000 (18:53 +0200)] 
(Cipher functions): Fixed typo in prototype for
arctwo_encrypt (noticed by Adam Langley).

Rev: src/nettle/nettle.texinfo:1.30

20 years agoNo longer needs to include cbc.h.
Niels Möller [Sat, 2 Jul 2005 16:10:36 +0000 (18:10 +0200)] 
No longer needs to include cbc.h.

Rev: src/nettle/nettle-meta.h:1.14

20 years ago(nettle_crypt_func): Moved typedef to nettle-types.h.
Niels Möller [Sat, 2 Jul 2005 16:09:32 +0000 (18:09 +0200)] 
(nettle_crypt_func): Moved typedef to nettle-types.h.
(CBC_ENCRYPT, CBC_DECRYPT): Deleted older #if:ed out versions.

Rev: src/nettle/cbc.h:1.8

20 years ago* configure.ac (AX_CREATE_STDINT_H): Use the file name
Niels Möller [Sat, 2 Jul 2005 16:06:37 +0000 (18:06 +0200)] 
* configure.ac (AX_CREATE_STDINT_H): Use the file name
nettle-stdint.h, not nettle-types.h.

* nettle-types.h: New file. Automatically generated declarations
are now in nettle-stdint.h.

Rev: src/nettle/configure.ac:1.57
Rev: src/nettle/nettle-types.h:1.1

20 years agoSupport Solaris on x86_64. Fix by Henrik
Henrik Grubbström (Grubba) [Thu, 17 Mar 2005 17:07:58 +0000 (18:07 +0100)] 
Support Solaris on x86_64. Fix by Henrik
Grubbström.

Rev: src/nettle/ChangeLog:1.319
Rev: src/nettle/config.guess:1.2

20 years agoInclude RSA declarations only when public key before_experimental_branch_20050201
Meilof Veeningen [Mon, 3 Jan 2005 19:30:44 +0000 (20:30 +0100)] 
Include RSA declarations only when public key
algorithms are enabled. Problem reported by Meilof Veeningen
<meilof@gmail.com>.

Rev: src/nettle/ChangeLog:1.318
Rev: src/nettle/examples/io.h:1.5

20 years agoInstall directories, using $(INSTALL) -d, only if
Niels Möller [Tue, 7 Dec 2004 22:47:11 +0000 (23:47 +0100)] 
Install directories, using $(INSTALL) -d, only if
they don't exist already.

Rev: src/nettle/ChangeLog:1.317
Rev: src/nettle/Makefile.in:1.20

20 years ago.SUFFIXES: Comment AIX make problems.
Niels Möller [Sun, 5 Dec 2004 19:31:41 +0000 (20:31 +0100)] 
.SUFFIXES: Comment AIX make problems.

Rev: src/nettle/config.make.in:1.9

20 years ago(.PRECIOUS): Reverted earlier change. We need
Niels Möller [Sun, 5 Dec 2004 10:15:27 +0000 (11:15 +0100)] 
(.PRECIOUS): Reverted earlier change. We need
.PRECIOUS to stop GNU make from deleting object files for the test
programs.

Rev: src/nettle/ChangeLog:1.316
Rev: src/nettle/config.make.in:1.8

20 years ago* Makefile.in (.SUFFIXES): Moved from Makefile.in to...
Niels Möller [Thu, 2 Dec 2004 20:57:29 +0000 (21:57 +0100)] 
* Makefile.in (.SUFFIXES): Moved from Makefile.in to...
* config.make.in (.SUFFIXES): ... here. This helps compilation
with BSD make.
* testsuite/Makefile.in (.SUFFIXES): Deleted target.

Rev: src/nettle/ChangeLog:1.315
Rev: src/nettle/Makefile.in:1.19
Rev: src/nettle/config.make.in:1.7
Rev: src/nettle/testsuite/Makefile.in:1.12

20 years ago(.c): Disable default rule for BSD-make.
Niels Möller [Thu, 2 Dec 2004 18:14:35 +0000 (19:14 +0100)] 
(.c): Disable default rule for BSD-make.

Rev: src/nettle/ChangeLog:1.314
Rev: src/nettle/config.make.in:1.6

20 years ago(all check install uninstall)
Niels Möller [Thu, 2 Dec 2004 16:12:04 +0000 (17:12 +0100)] 
(all check install uninstall)
(clean distclean mostlyclean maintainer-clean): Don't use the -C
flag when invoking make, for compatibility with Solaris make.

Rev: src/nettle/ChangeLog:1.313
Rev: src/nettle/Makefile.in:1.18

20 years ago(aesdata, desdata): Commented out the explicit
Niels Möller [Thu, 2 Dec 2004 15:47:21 +0000 (16:47 +0100)] 
(aesdata, desdata): Commented out the explicit
targets.
(shadata): Avoid using $< in non-pattern rule.

Rev: src/nettle/ChangeLog:1.312
Rev: src/nettle/Makefile.in:1.17

20 years agoAdded a default target.
Niels Möller [Wed, 1 Dec 2004 18:21:38 +0000 (19:21 +0100)] 
Added a default target.

Rev: src/nettle/ChangeLog:1.311
Rev: src/nettle/config.make.in:1.5

20 years ago*** empty log message ***
Niels Möller [Mon, 29 Nov 2004 20:08:54 +0000 (21:08 +0100)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.310