]> git.ipfire.org Git - thirdparty/nettle.git/log
thirdparty/nettle.git
20 years ago*** empty log message ***
Niels Möller [Tue, 19 Oct 2004 20:19:48 +0000 (22:19 +0200)] 
*** empty log message ***

Rev: src/nettle/.cvsignore:1.15
Rev: src/nettle/examples/.cvsignore:1.7
Rev: src/nettle/testsuite/.cvsignore:1.25
Rev: src/nettle/tools/.cvsignore:1.4

20 years ago* .bootstrap: Don't run aclocal and automake.
Niels Möller [Tue, 19 Oct 2004 20:18:36 +0000 (22:18 +0200)] 
* .bootstrap: Don't run aclocal and automake.

Rev: src/nettle/.bootstrap:1.3

20 years agoStop using automake. Replaced each Makefile.am with a hand-written
Niels Möller [Tue, 19 Oct 2004 20:17:48 +0000 (22:17 +0200)] 
Stop using automake. Replaced each Makefile.am with a hand-written
Makefile.in.
* configure.ac: New output variable CCPIC_MAYBE. New output file
config.make. Replaced automake constructions.

Rev: src/nettle/Makefile.am:1.81(DEAD)
Rev: src/nettle/Makefile.in:1.1
Rev: src/nettle/configure.ac:1.45
Rev: src/nettle/examples/Makefile.am:1.22(DEAD)
Rev: src/nettle/examples/Makefile.in:1.1
Rev: src/nettle/testsuite/Makefile.am:1.42(DEAD)
Rev: src/nettle/testsuite/Makefile.in:1.1
Rev: src/nettle/tools/Makefile.am:1.8(DEAD)
Rev: src/nettle/tools/Makefile.in:1.1

20 years ago(nettle_arcfour_crypt): Replace incb ->
Niels Möller [Mon, 18 Oct 2004 19:36:18 +0000 (21:36 +0200)] 
(nettle_arcfour_crypt): Replace incb ->
incl + andl, to improve speed on PPro and PII. Suggested by
Fredrik Olsson.

Rev: src/nettle/x86/arcfour-crypt.asm:1.7

20 years ago* examples/rsa-encrypt-test: Avoid reading and executing a file at
Niels Möller [Fri, 8 Oct 2004 15:06:05 +0000 (17:06 +0200)] 
* examples/rsa-encrypt-test: Avoid reading and executing a file at
the same time.
* examples/setup-env: Likewise.

Rev: src/nettle/ChangeLog:1.279
Rev: src/nettle/examples/rsa-encrypt-test:1.3
Rev: src/nettle/examples/setup-env:1.2

20 years ago*** empty log message ***
Niels Möller [Wed, 6 Oct 2004 15:27:19 +0000 (17:27 +0200)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.278

20 years agoIgnore __i686.get_pc_thunk.bx and
Niels Möller [Wed, 6 Oct 2004 15:27:08 +0000 (17:27 +0200)] 
Ignore __i686.get_pc_thunk.bx and
similar symbols.

Rev: src/nettle/testsuite/symbols-test:1.6

20 years ago*** empty log message ***
Niels Möller [Tue, 5 Oct 2004 21:46:43 +0000 (23:46 +0200)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.277

20 years ago(q_table): Use a const pointer array.
Niels Möller [Tue, 5 Oct 2004 21:46:33 +0000 (23:46 +0200)] 
(q_table): Use a const pointer array.

Rev: src/nettle/twofish.c:1.7

20 years ago* sexp2dsa.c (dsa_keypair_from_sexp_alist): Use a const pointer
Niels Möller [Tue, 5 Oct 2004 21:45:48 +0000 (23:45 +0200)] 
* sexp2dsa.c (dsa_keypair_from_sexp_alist): Use a const pointer
array for the keywords.
(dsa_signature_from_sexp): Likewise.
* sexp2rsa.c (rsa_keypair_from_sexp_alist): Likewise.
(rsa_keypair_from_sexp): Likewise.

Rev: src/nettle/sexp2dsa.c:1.5
Rev: src/nettle/sexp2rsa.c:1.12

20 years ago(sexp_iterator_check_types): Use an argument of type
Niels Möller [Tue, 5 Oct 2004 21:44:28 +0000 (23:44 +0200)] 
(sexp_iterator_check_types): Use an argument of type
"const uint8_t * const *" for the types list.
(sexp_iterator_assoc): Likewise, for the keys list.

Rev: src/nettle/sexp.c:1.16
Rev: src/nettle/sexp.h:1.17

20 years agoFixes to handle multiple .data and .rodata
Niels Möller [Tue, 5 Oct 2004 21:42:34 +0000 (23:42 +0200)] 
Fixes to handle multiple .data and .rodata
sections. Also fixed to handle the last file correctly.

Rev: src/nettle/list-obj-sizes.awk:1.4

20 years agoMore comments on the problem with the libnettle.a dependency.
Niels Möller [Tue, 5 Oct 2004 17:06:52 +0000 (19:06 +0200)] 
More comments on the problem with the libnettle.a dependency.

Rev: src/nettle/tools/Makefile.am:1.7

20 years agoFixed MAC typos noticed by Linus Nordberg.
Niels Möller [Sun, 26 Sep 2004 07:25:36 +0000 (09:25 +0200)] 
Fixed MAC typos noticed by Linus Nordberg.

Rev: src/nettle/nettle.texinfo:1.27

20 years ago(SHLIBLINK, SHLIBLIBS): On cygwin, linking needs
Niels Möller [Thu, 23 Sep 2004 18:44:59 +0000 (20:44 +0200)] 
(SHLIBLINK, SHLIBLIBS): On cygwin, linking needs
-Wl,--whole-archive $(OBJECTS) -Wl,--no-whole-archive $(LIBS).

Rev: src/nettle/ChangeLog:1.276
Rev: src/nettle/configure.ac:1.44

20 years agoMore Cygwin fixes.
Niels Möller [Thu, 23 Sep 2004 16:31:49 +0000 (18:31 +0200)] 
More Cygwin fixes.

Rev: src/nettle/Makefile.am:1.80
Rev: src/nettle/configure.ac:1.43

20 years ago*** empty log message ***
Niels Möller [Wed, 22 Sep 2004 17:28:12 +0000 (19:28 +0200)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.275

20 years agoSetup SHLIBFORLINK and friends for cygwin.
Niels Möller [Wed, 22 Sep 2004 17:27:33 +0000 (19:27 +0200)] 
Setup SHLIBFORLINK and friends for cygwin.

Rev: src/nettle/configure.ac:1.42

20 years agoStrip *_a-prefix from all file names.
Niels Möller [Wed, 22 Sep 2004 17:26:40 +0000 (19:26 +0200)] 
Strip *_a-prefix from all file names.

Rev: src/nettle/list-obj-sizes.awk:1.3

20 years ago(libnettle_a_SOURCES): List only .c files. Headers
Niels Möller [Wed, 22 Sep 2004 17:25:40 +0000 (19:25 +0200)] 
(libnettle_a_SOURCES): List only .c files. Headers
moved to noinst_HEADERS.
(SHLIBOBJECTS): Substitute from libnettle_a_SOURCES, not
am_libnettle_a_OBJECTS, since the latter includes
libnettle_a-prefixes with some automake versions.
(SHLIBSONAME): Check if this name is empty, which is the case on
cygwin, before using it.

Rev: src/nettle/Makefile.am:1.79

20 years ago* configure.ac: New command line option --disable-pic. Use
Niels Möller [Mon, 30 Aug 2004 22:21:26 +0000 (00:21 +0200)] 
* configure.ac: New command line option --disable-pic. Use
LSH_CCPIC.

* Makefile.am (libnettle_a_CFLAGS): Added $(CCPIC), to attempt to
build also the static library as position independent code.

Rev: src/nettle/ChangeLog:1.274
Rev: src/nettle/Makefile.am:1.78
Rev: src/nettle/configure.ac:1.41

20 years ago*** empty log message ***
Niels Möller [Tue, 24 Aug 2004 18:36:21 +0000 (20:36 +0200)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.273

20 years ago(des_cbc_cksum): Pad input with NUL:s, if it's not
Niels Möller [Tue, 24 Aug 2004 18:36:16 +0000 (20:36 +0200)] 
(des_cbc_cksum): Pad input with NUL:s, if it's not
an integral number of blocks.

Rev: src/nettle/des-compat.c:1.15

20 years ago*** empty log message ***
Niels Möller [Tue, 24 Aug 2004 15:53:11 +0000 (17:53 +0200)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.272

20 years ago* testsuite/arctwo-test.c, arctwo.h, arctwo.c
Niels Möller [Tue, 24 Aug 2004 15:52:51 +0000 (17:52 +0200)] 
* testsuite/arctwo-test.c, arctwo.h, arctwo.c
(arctwo_set_key_ekb): Fixed typo; it should be "ekb", not "ebk".

Rev: src/nettle/arctwo.c:1.2
Rev: src/nettle/arctwo.h:1.2
Rev: src/nettle/testsuite/arctwo-test.c:1.2

20 years agoDocumentation about ARCTWO.
Niels Möller [Tue, 24 Aug 2004 15:50:48 +0000 (17:50 +0200)] 
Documentation about ARCTWO.

Rev: src/nettle/nettle.texinfo:1.26

20 years ago*** empty log message ***
Niels Möller [Tue, 24 Aug 2004 15:26:14 +0000 (17:26 +0200)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.271

20 years ago* testsuite/Makefile.am (noinst_PROGRAMS): Added arctwo-test.
Simon Josefsson [Tue, 24 Aug 2004 15:25:14 +0000 (17:25 +0200)] 
* testsuite/Makefile.am (noinst_PROGRAMS): Added arctwo-test.

Rev: src/nettle/testsuite/Makefile.am:1.41

20 years agoIgnore arctwo-test.
Niels Möller [Tue, 24 Aug 2004 15:24:31 +0000 (17:24 +0200)] 
Ignore arctwo-test.

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

20 years ago(libnettleinclude_HEADERS): Added arctwo.h.
Simon Josefsson [Tue, 24 Aug 2004 15:24:13 +0000 (17:24 +0200)] 
(libnettleinclude_HEADERS): Added arctwo.h.
(libnettle_a_SOURCES): Added arctwo.c, arctwo.h and arctwo-meta.c.

Rev: src/nettle/Makefile.am:1.77

20 years ago(nettle_arctwo40, nettle_arctwo64)
Simon Josefsson [Tue, 24 Aug 2004 15:23:05 +0000 (17:23 +0200)] 
(nettle_arctwo40, nettle_arctwo64)
(nettle_arctwo64, nettle_arctwo_gutmann128): Declare ciphers.

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

20 years agoNew file.
Simon Josefsson [Tue, 24 Aug 2004 15:21:54 +0000 (17:21 +0200)] 
New file.

Rev: src/nettle/arctwo-meta.c:1.1
Rev: src/nettle/arctwo.c:1.1
Rev: src/nettle/arctwo.h:1.1
Rev: src/nettle/testsuite/arctwo-test.c:1.1

20 years ago(LE_READ_UINT16, LE_WRITE_UINT16): New macros.
Simon Josefsson [Tue, 24 Aug 2004 14:29:00 +0000 (16:29 +0200)] 
(LE_READ_UINT16, LE_WRITE_UINT16): New macros.

Rev: src/nettle/macros.h:1.7

20 years ago*** empty log message ***
Niels Möller [Mon, 23 Aug 2004 19:50:10 +0000 (21:50 +0200)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.270

20 years ago(test_main): Added second collision.
Niels Möller [Mon, 23 Aug 2004 19:50:00 +0000 (21:50 +0200)] 
(test_main): Added second collision.

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

20 years ago(test_main): Added collision, found in 2004.
Niels Möller [Mon, 23 Aug 2004 19:23:24 +0000 (21:23 +0200)] 
(test_main): Added collision, found in 2004.

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

20 years ago*** empty log message ***
Niels Möller [Mon, 23 Aug 2004 17:05:30 +0000 (19:05 +0200)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.269

20 years ago(test_main): Added first half of a
Niels Möller [Mon, 23 Aug 2004 17:05:17 +0000 (19:05 +0200)] 
(test_main): Added first half of a
collision test case.

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

20 years ago* des-compat.c (des_cbc_cksum): Changed input argument to be of
Niels Möller [Mon, 23 Aug 2004 17:04:46 +0000 (19:04 +0200)] 
* des-compat.c (des_cbc_cksum): Changed input argument to be of
type const uint8_t * (was const des_cblock *).

* des-compat.h (const_des_cblock): New bogus type. Disabled use of
const, for compatibility with openssl.

Rev: src/nettle/des-compat.c:1.14
Rev: src/nettle/des-compat.h:1.12
Rev: src/nettle/testsuite/des-compat-test.c:1.7

21 years ago*** empty log message ***
Niels Möller [Tue, 8 Jun 2004 15:46:52 +0000 (17:46 +0200)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.268

21 years agoRenamed log and ilog to gf2_log and gf2_exp.
Niels Möller [Tue, 8 Jun 2004 15:26:15 +0000 (17:26 +0200)] 
Renamed log and ilog to gf2_log and gf2_exp.

Rev: src/nettle/aesdata.c:1.4

21 years agoChanged "bouillon" to "stock", after suggestion by Calle.
Niels Möller [Thu, 29 Apr 2004 10:35:57 +0000 (12:35 +0200)] 
Changed "bouillon" to "stock", after suggestion by Calle.

Rev: src/nettle/nettle.texinfo:1.25

21 years ago*** empty log message ***
Niels Möller [Wed, 7 Apr 2004 20:31:49 +0000 (22:31 +0200)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.267

21 years ago(log, ilog): Deleted unused tables.
Niels Möller [Wed, 7 Apr 2004 20:31:40 +0000 (22:31 +0200)] 
(log, ilog): Deleted unused tables.

Rev: src/nettle/aes-set-encrypt-key.c:1.3

21 years ago(gf2_log, gf2_exp, mult): Renamed tables,
Niels Möller [Wed, 7 Apr 2004 20:30:49 +0000 (22:30 +0200)] 
(gf2_log, gf2_exp, mult): Renamed tables,
were log and ilog.

Rev: src/nettle/aes-set-decrypt-key.c:1.3

21 years ago* configure.ac: Use AC_CONFIG_AUX_DIR([.]).
Niels Möller [Sat, 20 Mar 2004 12:53:09 +0000 (13:53 +0100)] 
* configure.ac: Use AC_CONFIG_AUX_DIR([.]).

* configure.ac: Use AC_CONFIG_AUX_DIR([.]).

* configure.ac: Use AC_CONFIG_AUX_DIR([.]).

* configure.ac: Use AC_CONFIG_AUX_DIR([.]). Converted to new style
AC_INIT and AM_INIT_AUTOMAKE.

* configure.ac: Use AC_CONFIG_AUX_DIR([.]).

Rev: src/nettle/ChangeLog:1.266
Rev: src/nettle/configure.ac:1.40

21 years ago(test_program): Strip .exe suffix from name.
Niels Möller [Thu, 18 Mar 2004 15:15:23 +0000 (16:15 +0100)] 
(test_program): Strip .exe suffix from name.

Rev: misc/run-tests:1.2

21 years ago*** empty log message ***
Niels Möller [Thu, 18 Mar 2004 15:11:25 +0000 (16:11 +0100)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.265

21 years ago(read_file): Display a message if fopen fails.
Niels Möller [Thu, 18 Mar 2004 15:11:22 +0000 (16:11 +0100)] 
(read_file): Display a message if fopen fails.

Rev: src/nettle/examples/io.c:1.8

21 years ago*** empty log message *** nettle_1.10_release_20040305
Niels Möller [Fri, 5 Mar 2004 20:30:23 +0000 (21:30 +0100)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.264

21 years ago(SHLIBMINOR): Shared library version is now 2.2.
Niels Möller [Fri, 5 Mar 2004 19:06:00 +0000 (20:06 +0100)] 
(SHLIBMINOR): Shared library version is now 2.2.

Rev: src/nettle/configure.ac:1.39

21 years ago*** empty log message ***
Niels Möller [Fri, 5 Mar 2004 19:05:48 +0000 (20:05 +0100)] 
*** empty log message ***

Rev: src/nettle/NEWS:1.16

21 years ago*** empty log message ***
Niels Möller [Thu, 4 Mar 2004 21:44:42 +0000 (22:44 +0100)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.263

21 years agoPass -g flag to nm.
Niels Möller [Thu, 4 Mar 2004 21:44:36 +0000 (22:44 +0100)] 
Pass -g flag to nm.

Rev: src/nettle/testsuite/symbols-test:1.5

21 years agoFixed EXEEXT workaround.
Niels Möller [Tue, 2 Mar 2004 20:56:49 +0000 (21:56 +0100)] 
Fixed EXEEXT workaround.

Rev: src/nettle/ChangeLog:1.262
Rev: src/nettle/configure.ac:1.38

21 years agoTypo fix.
Niels Möller [Tue, 2 Mar 2004 19:31:18 +0000 (20:31 +0100)] 
Typo fix.

Rev: src/nettle/configure.ac:1.37

21 years agoAdded workaround to get the correct $(EXEEXT)=''
Niels Möller [Tue, 2 Mar 2004 16:20:42 +0000 (17:20 +0100)] 
Added workaround to get the correct $(EXEEXT)=''
when compiling with rntcl.

Rev: src/nettle/ChangeLog:1.261
Rev: src/nettle/configure.ac:1.36

21 years ago*** empty log message ***
Niels Möller [Tue, 2 Mar 2004 09:32:16 +0000 (10:32 +0100)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.260

21 years ago(noinst_PROGRAMS): Put test program list
Niels Möller [Tue, 2 Mar 2004 09:31:05 +0000 (10:31 +0100)] 
(noinst_PROGRAMS): Put test program list
here, to let automake add $(EXEEXT).

Rev: src/nettle/testsuite/Makefile.am:1.40

21 years ago(RSA_EXAMPLES): Append $(EXEEXT) to the filenames.
Niels Möller [Tue, 2 Mar 2004 08:30:21 +0000 (09:30 +0100)] 
(RSA_EXAMPLES): Append $(EXEEXT) to the filenames.

Rev: src/nettle/ChangeLog:1.259
Rev: src/nettle/configure.ac:1.35

21 years ago*** empty log message ***
Niels Möller [Mon, 1 Mar 2004 20:34:57 +0000 (21:34 +0100)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.258

21 years agoInclude "getopt.h" instead of <unistd.h>.
Niels Möller [Mon, 1 Mar 2004 20:34:09 +0000 (21:34 +0100)] 
Include "getopt.h" instead of <unistd.h>.

Rev: src/nettle/examples/rsa-decrypt.c:1.5
Rev: src/nettle/examples/rsa-encrypt.c:1.6
Rev: src/nettle/examples/rsa-keygen.c:1.13

21 years ago(rsa_encrypt_SOURCES, rsa_decrypt_SOURCES)
Niels Möller [Mon, 1 Mar 2004 20:33:07 +0000 (21:33 +0100)] 
(rsa_encrypt_SOURCES, rsa_decrypt_SOURCES)
(rsa_keygen_SOURCES): Added getopt.h, getopt.c and getopt1.c.

Rev: src/nettle/examples/Makefile.am:1.21

21 years agoNew files.
Niels Möller [Mon, 1 Mar 2004 20:32:01 +0000 (21:32 +0100)] 
New files.

Rev: src/nettle/examples/getopt.c:1.1
Rev: src/nettle/examples/getopt.h:1.1
Rev: src/nettle/examples/getopt1.c:1.1

21 years ago*** empty log message ***
Niels Möller [Mon, 1 Mar 2004 20:21:04 +0000 (21:21 +0100)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.257

21 years ago* testsuite/des-compat-test.c: Don't include <unistd.h>.
Niels Möller [Mon, 1 Mar 2004 20:20:57 +0000 (21:20 +0100)] 
* testsuite/des-compat-test.c: Don't include <unistd.h>.

* testsuite/testutils.c (main): Don't use getopt. Then we don't
need to include <unistd.h>.

Rev: src/nettle/testsuite/des-compat-test.c:1.6
Rev: src/nettle/testsuite/testutils.c:1.26

21 years ago*** empty log message ***
Niels Möller [Mon, 1 Mar 2004 15:50:05 +0000 (16:50 +0100)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.256

21 years agoCopied from automake-1.8.2. Hacked to recognize
Niels Möller [Mon, 1 Mar 2004 15:41:08 +0000 (16:41 +0100)] 
Copied from automake-1.8.2. Hacked to recognize
Windows_NT (and Windows_95 and Windows_98) running on "x86" and
"686".

Rev: src/nettle/config.guess:1.1

21 years agoRemoved from CVS repository. Let automake supply it.
Niels Möller [Mon, 1 Mar 2004 15:36:24 +0000 (16:36 +0100)] 
Removed from CVS repository. Let automake supply it.

Rev: src/nettle/install-sh:1.2(DEAD)

21 years ago*** empty log message ***
Niels Möller [Thu, 26 Feb 2004 09:31:08 +0000 (10:31 +0100)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.255

21 years ago(nettle_crypt_func): Typedef moved to cbc.h.
Niels Möller [Thu, 26 Feb 2004 09:30:56 +0000 (10:30 +0100)] 
(nettle_crypt_func): Typedef moved to cbc.h.
Include cbc.h instead.

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

21 years agoReverted const change, now all the des_key_sched
Niels Möller [Thu, 26 Feb 2004 09:29:36 +0000 (10:29 +0100)] 
Reverted const change, now all the des_key_sched
arguments are not const. This is also what openssl's interface
looks like.
(cbc_crypt_func): Deleted typedef, use nettle_crypt_func instead.

Rev: src/nettle/des-compat.c:1.13
Rev: src/nettle/des-compat.h:1.11

21 years ago* cbc.h (nettle_crypt_func): Moved typedef here.
Niels Möller [Thu, 26 Feb 2004 09:25:29 +0000 (10:25 +0100)] 
* cbc.h (nettle_crypt_func): Moved typedef here.
* cbc.c (cbc_encrypt, cbc_decrypt_internal, cbc_decrypt): Use it
for typing the f argument.

Rev: src/nettle/cbc.c:1.10
Rev: src/nettle/cbc.h:1.7

21 years ago*** empty log message ***
Niels Möller [Wed, 25 Feb 2004 22:04:49 +0000 (23:04 +0100)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.254

21 years agoDeleted $Id string.
Niels Möller [Wed, 25 Feb 2004 22:04:43 +0000 (23:04 +0100)] 
Deleted $Id string.

Rev: src/nettle/des.c:1.10

21 years ago* testsuite/des-compat-test.c: Use des_cblock for typing more of
Niels Möller [Wed, 25 Feb 2004 22:04:09 +0000 (23:04 +0100)] 
* testsuite/des-compat-test.c: Use des_cblock for typing more of
the variables. Use const. Got rid of most of the explicit casts.
Disabled the input/output alignment tests.

Rev: src/nettle/testsuite/des-compat-test.c:1.5

21 years ago* des.c (des_encrypt, des_decrypt): Use a const context pointer.
Niels Möller [Wed, 25 Feb 2004 22:01:47 +0000 (23:01 +0100)] 
* des.c (des_encrypt, des_decrypt): Use a const context pointer.
* des3.c (des3_encrypt, des3_decrypt): Likewise.

Rev: src/nettle/des.c:1.9
Rev: src/nettle/des.h:1.10
Rev: src/nettle/des3.c:1.3

21 years ago(cbc_encrypt, cbc_decrypt): Use a _const_ void *ctx argument.
Niels Möller [Wed, 25 Feb 2004 22:00:38 +0000 (23:00 +0100)] 
(cbc_encrypt, cbc_decrypt): Use a _const_ void *ctx argument.

Rev: src/nettle/cbc.c:1.9
Rev: src/nettle/cbc.h:1.6

21 years ago* des-compat.c: Use const for all unchanged arguments.
Niels Möller [Wed, 25 Feb 2004 21:59:01 +0000 (22:59 +0100)] 
* des-compat.c: Use const for all unchanged arguments.
(des_key_sched): Use a copy of the key if we need to fix the
parity.

Rev: src/nettle/des-compat.c:1.12
Rev: src/nettle/des-compat.h:1.10

21 years ago*** empty log message ***
Niels Möller [Wed, 25 Feb 2004 19:58:28 +0000 (20:58 +0100)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.253

21 years ago(C_Block, Key_schedule): Deleted
Niels Möller [Wed, 25 Feb 2004 19:50:25 +0000 (20:50 +0100)] 
(C_Block, Key_schedule): Deleted
defines. Deleted some of the explicit casts.

Rev: src/nettle/testsuite/des-compat-test.c:1.4

21 years ago(des_cbc_cksum): Dereference DST pointer.
Niels Möller [Wed, 25 Feb 2004 19:49:16 +0000 (20:49 +0100)] 
(des_cbc_cksum): Dereference DST pointer.

Rev: src/nettle/des-compat.c:1.11

21 years agoInclude nettle-types.h.
Niels Möller [Wed, 25 Feb 2004 13:06:57 +0000 (14:06 +0100)] 
Include nettle-types.h.

Rev: src/nettle/ChangeLog:1.252
Rev: src/nettle/pgp.h:1.7

21 years ago*** empty log message ***
Niels Möller [Tue, 24 Feb 2004 22:52:16 +0000 (23:52 +0100)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.251

21 years agoAllow symbols starting with double underscores, like on darwin.
Niels Möller [Tue, 24 Feb 2004 22:52:09 +0000 (23:52 +0100)] 
Allow symbols starting with double underscores, like on darwin.

Rev: src/nettle/testsuite/symbols-test:1.4

21 years ago*** empty log message ***
Niels Möller [Tue, 17 Feb 2004 15:49:33 +0000 (16:49 +0100)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.250

21 years agoProtected %-rules used for building pure objects,
Niels Möller [Tue, 17 Feb 2004 15:49:22 +0000 (16:49 +0100)] 
Protected %-rules used for building pure objects,
and for assembler files, by automake conditionals. Needed for
makes such as tru64's, which tries to understand %-patterns, but
doesn't get it right.
(SUFFIXES): Added .html.
(.texinfo.html): Rewrote rule to use a traditional suffix target.

Rev: src/nettle/Makefile.am:1.76

21 years ago(enable_assembler): Explicitly set
Niels Möller [Tue, 17 Feb 2004 15:45:55 +0000 (16:45 +0100)] 
(enable_assembler): Explicitly set
enable_assembler=no, on architectures where we have no assembler
files.
(ENABLE_ASSEMBLER, ENABLE_SHARED): New automake conditionals.

Rev: src/nettle/configure.ac:1.34

21 years ago(xalloc): xalloc(0) should work also on
Niels Möller [Tue, 17 Feb 2004 15:43:58 +0000 (16:43 +0100)] 
(xalloc): xalloc(0) should work also on
systems where malloc(0) returns NULL.

Rev: src/nettle/testsuite/testutils.c:1.25

21 years agoComment fix.
Niels Möller [Tue, 17 Feb 2004 08:10:54 +0000 (09:10 +0100)] 
Comment fix.

Rev: src/nettle/Makefile.am:1.75

21 years ago*** empty log message ***
Niels Möller [Mon, 16 Feb 2004 16:24:37 +0000 (17:24 +0100)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.249

21 years ago(%.o: %.asm): Added comment about OSF1 make problem.
Niels Möller [Mon, 16 Feb 2004 16:24:30 +0000 (17:24 +0100)] 
(%.o: %.asm): Added comment about OSF1 make problem.

Rev: src/nettle/Makefile.am:1.74

21 years ago*** empty log message ***
Niels Möller [Sun, 15 Feb 2004 21:04:24 +0000 (22:04 +0100)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.248

21 years ago#include nettle-types.h instead of
Niels Möller [Sun, 15 Feb 2004 20:59:12 +0000 (21:59 +0100)] 
#include nettle-types.h instead of
inttypes.h.

Rev: src/nettle/testsuite/testutils.h:1.21

21 years ago*** empty log message ***
Niels Möller [Thu, 12 Feb 2004 22:32:44 +0000 (23:32 +0100)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.247

21 years agoUse -r option when invoking rsa-encrypt. Needed for the test to work
Niels Möller [Thu, 12 Feb 2004 22:32:26 +0000 (23:32 +0100)] 
Use -r option when invoking rsa-encrypt. Needed for the test to work
on systems with no /dev/urandom.

Rev: src/nettle/examples/rsa-encrypt-test:1.2

21 years ago(CPPFLAGS, LDFLAGS): No spaces after -I and -L, as
Niels Möller [Thu, 12 Feb 2004 14:44:28 +0000 (15:44 +0100)] 
(CPPFLAGS, LDFLAGS): No spaces after -I and -L, as
some C compilers, in particular True64 cc, don't like that.

Rev: src/nettle/ChangeLog:1.246
Rev: src/nettle/configure.ac:1.33

21 years agoComment on further optimization.
Niels Möller [Sat, 7 Feb 2004 23:59:26 +0000 (00:59 +0100)] 
Comment on further optimization.

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

21 years agoBumped version number to 1.10.
Niels Möller [Sat, 7 Feb 2004 23:12:47 +0000 (00:12 +0100)] 
Bumped version number to 1.10.

Rev: src/nettle/ChangeLog:1.245
Rev: src/nettle/configure.ac:1.32

21 years ago*** empty log message *** nettle_1.9_release_20040207
Niels Möller [Sat, 7 Feb 2004 22:56:40 +0000 (23:56 +0100)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.244