]> git.ipfire.org Git - thirdparty/nettle.git/log
thirdparty/nettle.git
19 years ago(pkcs1_rsa_sha256_encode)
Niels Möller [Mon, 27 Nov 2006 22:11:53 +0000 (23:11 +0100)] 
(pkcs1_rsa_sha256_encode)
(pkcs1_rsa_sha256_encode_digest): New declarations and name
mangling symbols.

Rev: src/nettle/pkcs1.h:1.5

19 years agoComment improvement.
Niels Möller [Mon, 27 Nov 2006 22:10:49 +0000 (23:10 +0100)] 
Comment improvement.

Rev: src/nettle/pkcs1.c:1.3

19 years ago(nettle_SOURCES): Added pkcs1-rsa-sha256.c, rsa-sha256-sign.c,
Niels Möller [Mon, 27 Nov 2006 22:10:28 +0000 (23:10 +0100)] 
(nettle_SOURCES): Added pkcs1-rsa-sha256.c, rsa-sha256-sign.c,
rsa-sha256-verify.c.

Rev: src/nettle/Makefile.in:1.37

19 years agoNew files.
Niels Möller [Mon, 27 Nov 2006 22:08:38 +0000 (23:08 +0100)] 
New files.

Rev: src/nettle/pkcs1-rsa-sha256.c:1.1
Rev: src/nettle/rsa-sha256-sign.c:1.1
Rev: src/nettle/rsa-sha256-verify.c:1.1

19 years agoUpdated files, from automake-1.10.
Niels Möller [Mon, 27 Nov 2006 21:48:38 +0000 (22:48 +0100)] 
Updated files, from automake-1.10.

Rev: src/nettle/COPYING:1.1
Rev: src/nettle/INSTALL:1.1
Rev: src/nettle/install-sh:1.3
Rev: src/nettle/texinfo.tex:1.1

19 years ago* Makefile.in (MKDIR_P): Use MKDIR_P for creating installation
Niels Möller [Mon, 27 Nov 2006 15:57:44 +0000 (16:57 +0100)] 
* Makefile.in (MKDIR_P): Use MKDIR_P for creating installation
directories.

* configure.ac: Use AC_PROG_MKDIR_P.

Rev: src/nettle/ChangeLog:1.399
Rev: src/nettle/Makefile.in:1.36
Rev: src/nettle/configure.ac:1.78

19 years ago* tools/Makefile.in (install): Use MKDIR_P to create installation
Niels Möller [Mon, 27 Nov 2006 15:57:04 +0000 (16:57 +0100)] 
* tools/Makefile.in (install): Use MKDIR_P to create installation
directory. Install only one file at a time.

Rev: src/nettle/tools/Makefile.in:1.18

19 years agoComment fix.
Niels Möller [Mon, 27 Nov 2006 15:49:15 +0000 (16:49 +0100)] 
Comment fix.

Rev: src/nettle/examples/Makefile.in:1.15

19 years agoCounter mode is implemented now.
Niels Möller [Sat, 25 Nov 2006 22:38:00 +0000 (23:38 +0100)] 
Counter mode is implemented now.

Rev: src/nettle/TODO:1.11

19 years agoRecovered Changelog entries from 2005, which were lost in the LSH merge.
Niels Möller [Sat, 25 Nov 2006 22:37:44 +0000 (23:37 +0100)] 
Recovered Changelog entries from 2005, which were lost in the LSH merge.

Rev: src/nettle/ChangeLog:1.398

19 years ago*** empty log message ***
Niels Möller [Fri, 24 Nov 2006 22:27:18 +0000 (23:27 +0100)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.397

19 years ago* testsuite/yarrow-test.c (test_main): Use gold-bug.txt as input
Niels Möller [Fri, 24 Nov 2006 22:27:07 +0000 (23:27 +0100)] 
* testsuite/yarrow-test.c (test_main): Use gold-bug.txt as input
file, instead of rfc1750.txt.

* testsuite/gold-bug.txt: New test input file for yarrow-test.
The copyright on this short story by Edgar Allan Poe has expired.

* testsuite/rfc1750.txt: Deleted file. Debian considers RFC:s
non-free, and it was expired anyway. Replaced by gold-bug.txt.

Rev: src/nettle/testsuite/gold-bug.txt:1.1
Rev: src/nettle/testsuite/rfc1750.txt:1.2(DEAD)
Rev: src/nettle/testsuite/yarrow-test.c:1.15

19 years ago*** empty log message ***
Niels Möller [Fri, 24 Nov 2006 16:27:58 +0000 (17:27 +0100)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.396

19 years agoAdded C++ guards.
Niels Möller [Fri, 24 Nov 2006 16:27:43 +0000 (17:27 +0100)] 
Added C++ guards.

Rev: src/nettle/aes.h:1.8
Rev: src/nettle/arcfour.h:1.6
Rev: src/nettle/arctwo.h:1.3
Rev: src/nettle/asn1.h:1.3
Rev: src/nettle/base16.h:1.4
Rev: src/nettle/base64.h:1.15
Rev: src/nettle/bignum.h:1.11
Rev: src/nettle/blowfish.h:1.10
Rev: src/nettle/buffer.h:1.6
Rev: src/nettle/cast128.h:1.6
Rev: src/nettle/cbc.h:1.9
Rev: src/nettle/ctr.h:1.3
Rev: src/nettle/des-compat.h:1.13
Rev: src/nettle/des.h:1.11
Rev: src/nettle/dsa.h:1.10
Rev: src/nettle/hmac.h:1.6
Rev: src/nettle/knuth-lfib.h:1.4
Rev: src/nettle/md2.h:1.4
Rev: src/nettle/md4.h:1.4
Rev: src/nettle/md5-compat.h:1.3
Rev: src/nettle/md5.h:1.9
Rev: src/nettle/memxor.h:1.5
Rev: src/nettle/nettle-meta.h:1.15
Rev: src/nettle/nettle-types.h:1.2
Rev: src/nettle/pgp.h:1.8
Rev: src/nettle/pkcs1.h:1.4
Rev: src/nettle/realloc.h:1.3
Rev: src/nettle/rsa-compat.h:1.4
Rev: src/nettle/rsa.h:1.26
Rev: src/nettle/serpent.h:1.8
Rev: src/nettle/sexp.h:1.18
Rev: src/nettle/sha.h:1.7
Rev: src/nettle/testsuite/testutils.h:1.24
Rev: src/nettle/twofish.h:1.7
Rev: src/nettle/yarrow.h:1.12

19 years agoTest if the system has any C++ compiler.
Niels Möller [Fri, 24 Nov 2006 16:25:49 +0000 (17:25 +0100)] 
Test if the system has any C++ compiler.

Rev: src/nettle/configure.ac:1.77

19 years ago(CXX, CXXFLAGS, COMPILE_CXX, LINK_CXX): New variables.
Niels Möller [Fri, 24 Nov 2006 16:20:57 +0000 (17:20 +0100)] 
(CXX, CXXFLAGS, COMPILE_CXX, LINK_CXX): New variables.

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

19 years agoNew variables TS_C and TS_CXX. Setup for
Niels Möller [Fri, 24 Nov 2006 16:19:38 +0000 (17:19 +0100)] 
New variables TS_C and TS_CXX. Setup for
compiling the C++ file cxx-test.cxx.

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

19 years agoAdded cxx-test. (Note file is generated by make test-rules).
Niels Möller [Fri, 24 Nov 2006 16:18:35 +0000 (17:18 +0100)] 
Added cxx-test. (Note file is generated by make test-rules).

Rev: src/nettle/testsuite/.test-rules.make:1.2

19 years agoNew testcase, trying to use nettle from a C++ program.
Niels Möller [Fri, 24 Nov 2006 16:18:01 +0000 (17:18 +0100)] 
New testcase, trying to use nettle from a C++ program.

Rev: src/nettle/testsuite/cxx-test.cxx:1.1

19 years ago*** empty log message ***
Niels Möller [Mon, 28 Aug 2006 14:08:46 +0000 (16:08 +0200)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.395

19 years ago*** empty log message ***
Grant Robinson [Mon, 28 Aug 2006 14:08:38 +0000 (16:08 +0200)] 
*** empty log message ***

Rev: src/nettle/configure.ac:1.76

19 years agoAdded section on language bindings.
Niels Möller [Mon, 28 Aug 2006 14:08:02 +0000 (16:08 +0200)] 
Added section on language bindings.

Rev: src/nettle/index.html:1.4

19 years ago*** empty log message ***
Niels Möller [Thu, 18 May 2006 16:28:37 +0000 (18:28 +0200)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.394

19 years agoDeleted unused file.
Niels Möller [Thu, 18 May 2006 16:28:03 +0000 (18:28 +0200)] 
Deleted unused file.

Rev: src/nettle/x86/aes.asm:1.14(DEAD)

19 years ago* aes-decrypt.c (_aes_decrypt_table): Deleted the indexing array,
Niels Möller [Thu, 18 May 2006 16:27:33 +0000 (18:27 +0200)] 
* aes-decrypt.c (_aes_decrypt_table): Deleted the indexing array,
previously commented out.
* aes-encrypt-table.c (_aes_encrypt_table): Likewise.

Rev: src/nettle/aes-decrypt.c:1.8
Rev: src/nettle/aes-encrypt-table.c:1.6

19 years agoDeleted old x86/aes_tables.asm entry.
Niels Möller [Thu, 18 May 2006 16:25:58 +0000 (18:25 +0200)] 
Deleted old x86/aes_tables.asm entry.

Rev: src/nettle/TODO:1.10

19 years ago(.texinfo.info, .dvi.ps): Use more quotes with
Niels Möller [Thu, 18 May 2006 16:25:35 +0000 (18:25 +0200)] 
(.texinfo.info, .dvi.ps): Use more quotes with
basename.
(install-here, install-shared, install-info, install-headers): Use
plain mkdir, not $(INSTALL) -d.

Rev: src/nettle/Makefile.in:1.35

19 years ago* Merged experimental branch. Also: after_experimental_merge_20060516
Niels Möller [Tue, 16 May 2006 20:49:21 +0000 (22:49 +0200)] 
* Merged experimental branch. Also:

* src/testsuite/server-config-test.c: New file (merged manually
from experimental branch).

* src/lshd.c (make_lshd_config): Initialize werror_config.
(lshd_config_handler): Pass self->werror_config to child parser.
(main): Merged new daemonic handling from main branch.

* src/testsuite/functions.sh (spawn_lshd): Use --daemonic option.

* Merged experimental branch. Also:

Rev: src/nettle/ChangeLog:1.393
Rev: src/nettle/Makefile.in:1.34
Rev: src/nettle/examples/Makefile.in:1.14
Rev: src/nettle/testsuite/Makefile.in:1.23
Rev: src/nettle/tools/Makefile.in:1.17

19 years ago*** empty log message *** head_before_experimental_merge_20060516
Niels Möller [Wed, 26 Apr 2006 20:19:28 +0000 (22:19 +0200)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.392

19 years ago(GETOPT_OBJS): New variable.
Niels Möller [Wed, 26 Apr 2006 20:19:19 +0000 (22:19 +0200)] 
(GETOPT_OBJS): New variable.
(rsa-keygen, rsa-encrypt, nettle-benchmark): Depend on and link
with $(GETOPT_OBJS).

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

19 years ago* examples/rsa-decrypt.c: Don't include "getopt.h", since it's not used.
Niels Möller [Wed, 26 Apr 2006 20:18:59 +0000 (22:18 +0200)] 
* examples/rsa-decrypt.c: Don't include "getopt.h", since it's not used.
* examples/nettle-benchmark.c: Include "getopt.h".

Rev: src/nettle/examples/rsa-decrypt.c:1.6

19 years agoInclude "getopt.h".
Niels Möller [Wed, 26 Apr 2006 20:18:08 +0000 (22:18 +0200)] 
Include "getopt.h".

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

19 years ago*** empty log message ***
Niels Möller [Wed, 26 Apr 2006 20:08:50 +0000 (22:08 +0200)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.391

19 years ago* x86/aes-decrypt-internal.asm: Use ALIGN.
Niels Möller [Wed, 26 Apr 2006 20:08:13 +0000 (22:08 +0200)] 
* x86/aes-decrypt-internal.asm: Use ALIGN.
* x86/aes-encrypt-internal.asm: Likewise.
* x86/arcfour-crypt.asm: Likewise.
* x86/md5-compress.asm: Likewise.
* x86/sha1-compress.asm: Likewise.

Rev: src/nettle/x86/aes-decrypt-internal.asm:1.3
Rev: src/nettle/x86/aes-encrypt-internal.asm:1.4
Rev: src/nettle/x86/arcfour-crypt.asm:1.15
Rev: src/nettle/x86/md5-compress.asm:1.6
Rev: src/nettle/x86/sha1-compress.asm:1.13

19 years ago* config.m4.in (ASM_ALIGN_LOG): Substitute.
Niels Möller [Wed, 26 Apr 2006 20:05:45 +0000 (22:05 +0200)] 
* config.m4.in (ASM_ALIGN_LOG): Substitute.
* configure.ac (ASM_ALIGN_LOG): Check if .align directive is
logarithmic.
* asm.m4 (ALIGN): New macro. Takes a logarithmic argument, and
expands to a .align directive.

Rev: src/nettle/asm.m4:1.16
Rev: src/nettle/config.m4.in:1.6

19 years ago(ASM_ALIGN_LOG): Check if .align directive is
Niels Möller [Wed, 26 Apr 2006 20:04:11 +0000 (22:04 +0200)] 
(ASM_ALIGN_LOG): Check if .align directive is
logarithmic.

Rev: src/nettle/configure.ac:1.75

19 years ago*** empty log message ***
Niels Möller [Fri, 21 Apr 2006 07:06:14 +0000 (09:06 +0200)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.390

19 years ago(Public-key algorithms): Say that the public key
Niels Möller [Fri, 21 Apr 2006 07:06:07 +0000 (09:06 +0200)] 
(Public-key algorithms): Say that the public key
operations are undocumented, not unsupported. Reported by Jeronimo
Pellegrini.

Rev: src/nettle/nettle.texinfo:1.33

19 years agoComment fix.
Niels Möller [Fri, 21 Apr 2006 07:05:56 +0000 (09:05 +0200)] 
Comment fix.

Rev: src/nettle/configure.ac:1.74

19 years ago*** empty log message ***
Niels Möller [Sat, 8 Apr 2006 20:57:15 +0000 (22:57 +0200)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.389

19 years ago(read_pem): Fixed c99-style declaration.
Henrik Grubbström (Grubba) [Sat, 8 Apr 2006 20:57:07 +0000 (22:57 +0200)] 
(read_pem): Fixed c99-style declaration.
Reported by Henrik Grubbström.

Rev: src/nettle/tools/pkcs1-conv.c:1.2

19 years ago*** empty log message *** experimental-20050201 branch_before_experimental_merge_20060516
Niels Möller [Tue, 14 Feb 2006 12:50:50 +0000 (13:50 +0100)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.318.2.1

19 years ago* testsuite/Makefile.in (tags): New target.
Niels Möller [Tue, 14 Feb 2006 12:50:28 +0000 (13:50 +0100)] 
* testsuite/Makefile.in (tags): New target.

Rev: src/nettle/testsuite/Makefile.in:1.12.2.1
Rev: src/nettle/tools/Makefile.in:1.12.2.1

19 years ago* examples/Makefile.in (tags): New target.
Niels Möller [Tue, 14 Feb 2006 12:49:51 +0000 (13:49 +0100)] 
* examples/Makefile.in (tags): New target.

Rev: src/nettle/examples/Makefile.in:1.10.2.1

19 years ago(tags, tags-here): New targets.
Niels Möller [Tue, 14 Feb 2006 12:49:30 +0000 (13:49 +0100)] 
(tags, tags-here): New targets.

Rev: src/nettle/Makefile.in:1.20.2.1

19 years ago*** empty log message ***
Niels Möller [Tue, 31 Jan 2006 16:49:21 +0000 (17:49 +0100)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.388

19 years agoFixed typo in usage message.
Niels Möller [Tue, 31 Jan 2006 16:49:13 +0000 (17:49 +0100)] 
Fixed typo in usage message.

Rev: src/nettle/examples/rsa-verify.c:1.5

20 years ago* configure.ac: Bumped version to 1.15,
Niels Möller [Mon, 5 Dec 2005 20:23:00 +0000 (21:23 +0100)] 
* configure.ac: Bumped version to 1.15,

Rev: src/nettle/ChangeLog:1.387
Rev: src/nettle/configure.ac:1.73

20 years ago(SHLIBMINOR): Increased minor number. Library nettle_1.14_release_20051205
Niels Möller [Mon, 5 Dec 2005 19:46:06 +0000 (20:46 +0100)] 
(SHLIBMINOR): Increased minor number. Library
version is now libnettle.so.2.5, soname still libnettle.so.2.

Rev: src/nettle/configure.ac:1.72

20 years agoUpdated for 1.14.
Niels Möller [Mon, 5 Dec 2005 19:45:51 +0000 (20:45 +0100)] 
Updated for 1.14.

Rev: src/nettle/ChangeLog:1.386
Rev: src/nettle/NEWS:1.24

20 years ago*** empty log message ***
Niels Möller [Mon, 28 Nov 2005 18:36:06 +0000 (19:36 +0100)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.385

20 years ago* tools/Makefile.in (INSTALL): Substitute INSTALL, INSTALL_DATA
Niels Möller [Mon, 28 Nov 2005 18:36:00 +0000 (19:36 +0100)] 
* tools/Makefile.in (INSTALL): Substitute INSTALL, INSTALL_DATA
and friends here.
* Makefile.in (INSTALL): Likewise.

Rev: src/nettle/Makefile.in:1.33
Rev: src/nettle/tools/Makefile.in:1.16

20 years ago(INSTALL): Don't substitute INSTALL, INSTALL_DATA
Niels Möller [Mon, 28 Nov 2005 18:35:51 +0000 (19:35 +0100)] 
(INSTALL): Don't substitute INSTALL, INSTALL_DATA
and friends here, to get a correct a relative filename for
install-sh when used in tools/Makefile.

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

20 years ago*** empty log message ***
Niels Möller [Sun, 27 Nov 2005 13:28:17 +0000 (14:28 +0100)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.384

20 years ago* Makefile.in (.texinfo.pdf): New rule. Avoid dependency on
Niels Möller [Sun, 27 Nov 2005 13:28:07 +0000 (14:28 +0100)] 
* Makefile.in (.texinfo.pdf): New rule. Avoid dependency on
intermediate .dvi and .ps files.

Rev: src/nettle/Makefile.in:1.32

20 years ago*** empty log message ***
Niels Möller [Sun, 27 Nov 2005 09:52:13 +0000 (10:52 +0100)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.383

20 years ago* testsuite/Makefile.in (clean): Delete sha1-huge-test.
Niels Möller [Sun, 27 Nov 2005 09:52:05 +0000 (10:52 +0100)] 
* testsuite/Makefile.in (clean): Delete sha1-huge-test.

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

20 years ago(install-info, install-headers): Don't use $< and
Niels Möller [Sun, 27 Nov 2005 09:51:35 +0000 (10:51 +0100)] 
(install-info, install-headers): Don't use $< and
$?; Solaris make doesn't support them in explicit rules.

Rev: src/nettle/Makefile.in:1.31

20 years ago*** empty log message ***
Niels Möller [Sat, 26 Nov 2005 22:58:52 +0000 (23:58 +0100)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.382

20 years ago(DISTFILES): Added $(EXTRA_SOURCES).
Niels Möller [Sat, 26 Nov 2005 22:58:45 +0000 (23:58 +0100)] 
(DISTFILES): Added $(EXTRA_SOURCES).

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

20 years ago*** empty log message ***
Niels Möller [Sat, 26 Nov 2005 17:41:03 +0000 (18:41 +0100)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.381

20 years agoInclude .test-rules.make, which contains
Niels Möller [Sat, 26 Nov 2005 17:40:58 +0000 (18:40 +0100)] 
Include .test-rules.make, which contains
the rules for all the test executables.
(test-rules): New rule, to update this file.

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

20 years agoAutomatically generated file for
Niels Möller [Sat, 26 Nov 2005 17:39:37 +0000 (18:39 +0100)] 
Automatically generated file for
building the test programs.

Rev: src/nettle/testsuite/.test-rules.make:1.1

20 years ago*** empty log message ***
Niels Möller [Fri, 25 Nov 2005 20:40:26 +0000 (21:40 +0100)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.380

20 years agoDisable assembler when compiling with rntcl.
Niels Möller [Fri, 25 Nov 2005 20:40:22 +0000 (21:40 +0100)] 
Disable assembler when compiling with rntcl.

Rev: src/nettle/configure.ac:1.71

20 years ago*** empty log message ***
Niels Möller [Fri, 25 Nov 2005 20:35:53 +0000 (21:35 +0100)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.379

20 years ago* tools/Makefile.in (pkcs1_conv_SOURCES): New variable.
Niels Möller [Fri, 25 Nov 2005 20:35:42 +0000 (21:35 +0100)] 
* tools/Makefile.in (pkcs1_conv_SOURCES): New variable.
(pkcs1-conv): Link with getopt.o and getopt1.o.

Rev: src/nettle/tools/Makefile.in:1.15

20 years ago*** empty log message ***
Niels Möller [Fri, 25 Nov 2005 18:47:38 +0000 (19:47 +0100)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.378

20 years ago* Makefile.in (aesdata, desdata, shadata): Use explicit rules for
Niels Möller [Fri, 25 Nov 2005 18:47:33 +0000 (19:47 +0100)] 
* Makefile.in (aesdata, desdata, shadata): Use explicit rules for
executables.

Rev: src/nettle/Makefile.in:1.30

20 years ago*** empty log message ***
Niels Möller [Fri, 25 Nov 2005 17:11:42 +0000 (18:11 +0100)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.377

20 years ago* testsuite/Makefile.in: Use %-rules for building the -test
Niels Möller [Fri, 25 Nov 2005 17:10:59 +0000 (18:10 +0100)] 
* testsuite/Makefile.in: Use %-rules for building the -test
executables, in addition to the suffix rules. Hopefully, this
should make all of GNU make, BSD make and Solaris make happy.
Use $(EXEEXT) and $(OBJEXT) more consistently.

Rev: src/nettle/examples/Makefile.in:1.12
Rev: src/nettle/testsuite/Makefile.in:1.19

20 years ago(find_program): If argument contains a slash
Niels Möller [Fri, 25 Nov 2005 17:09:28 +0000 (18:09 +0100)] 
(find_program): If argument contains a slash
(most likely because VPATH expansion in make), return the filename
as is.

Rev: misc/run-tests:1.5

20 years ago*** empty log message ***
Niels Möller [Fri, 25 Nov 2005 13:09:58 +0000 (14:09 +0100)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.376

20 years agoNew -v option, propagated to test programs.
Niels Möller [Fri, 25 Nov 2005 13:09:40 +0000 (14:09 +0100)] 
New -v option, propagated to test programs.

Rev: misc/run-tests:1.4

20 years agoAvoid using single-suffix rule to build
Niels Möller [Fri, 25 Nov 2005 13:09:10 +0000 (14:09 +0100)] 
Avoid using single-suffix rule to build
executables. (Actual change in the previous checkin).

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

20 years ago*** empty log message ***
Niels Möller [Fri, 25 Nov 2005 08:50:25 +0000 (09:50 +0100)] 
*** empty log message ***

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

20 years ago(distdir): Use [ -f, not [ -e, since the latter
Niels Möller [Thu, 24 Nov 2005 11:54:11 +0000 (12:54 +0100)] 
(distdir): Use [ -f, not [ -e, since the latter
is less portable, and not supported by Solaris /bin/sh.

Rev: src/nettle/ChangeLog:1.375
Rev: src/nettle/Makefile.in:1.29

20 years ago*** empty log message ***
Niels Möller [Wed, 23 Nov 2005 12:48:26 +0000 (13:48 +0100)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.374

20 years agoIgnore pkcs1-conv binary.
Niels Möller [Wed, 23 Nov 2005 12:47:54 +0000 (13:47 +0100)] 
Ignore pkcs1-conv binary.

Rev: src/nettle/tools/.cvsignore:1.5

20 years ago* testsuite/Makefile.in (DISTFILES): Added teardown-env.
Niels Möller [Wed, 23 Nov 2005 12:44:32 +0000 (13:44 +0100)] 
* testsuite/Makefile.in (DISTFILES): Added teardown-env.

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

20 years agoNew file. Delete files created by the
Niels Möller [Wed, 23 Nov 2005 12:43:57 +0000 (13:43 +0100)] 
New file. Delete files created by the
testsuite.

Rev: src/nettle/testsuite/teardown-env:1.1

20 years ago*** empty log message ***
Niels Möller [Mon, 21 Nov 2005 22:07:18 +0000 (23:07 +0100)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.373

20 years ago(main): Fixed check for -v option. Spotted by Goran K.
Niels Möller [Mon, 21 Nov 2005 22:07:13 +0000 (23:07 +0100)] 
(main): Fixed check for -v option. Spotted by Goran K.

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

20 years ago*** empty log message ***
Niels Möller [Mon, 21 Nov 2005 18:24:43 +0000 (19:24 +0100)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.372

20 years ago(CTR_CTX, CTR_CRYPT): Fixed bugs, spotted by Goran K.
Niels Möller [Mon, 21 Nov 2005 18:24:40 +0000 (19:24 +0100)] 
(CTR_CTX, CTR_CRYPT): Fixed bugs, spotted by Goran K.

Rev: src/nettle/ctr.h:1.2

20 years ago*** empty log message ***
Niels Möller [Sun, 20 Nov 2005 17:14:06 +0000 (18:14 +0100)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.371

20 years ago* Makefile.in (nettle_SOURCES): Added der2rsa.c.
Niels Möller [Sun, 20 Nov 2005 17:13:50 +0000 (18:13 +0100)] 
* Makefile.in (nettle_SOURCES): Added der2rsa.c.

Rev: src/nettle/Makefile.in:1.28

20 years ago* testsuite/Makefile.in (TS_SH): Added pkcs1-conv-test.
Niels Möller [Sun, 20 Nov 2005 17:13:25 +0000 (18:13 +0100)] 
* testsuite/Makefile.in (TS_SH): Added pkcs1-conv-test.

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

20 years ago(TARGETS): Added @RSA_TOOLS@.
Niels Möller [Sun, 20 Nov 2005 17:13:04 +0000 (18:13 +0100)] 
(TARGETS): Added @RSA_TOOLS@.
(SOURCES): Added pkcs1-conv.c.
(pkcs1-conv): New rule.

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

20 years agoNew program.
Niels Möller [Sun, 20 Nov 2005 17:10:36 +0000 (18:10 +0100)] 
New program.

Rev: src/nettle/tools/pkcs1-conv.c:1.1

20 years agoNew file.
Niels Möller [Sun, 20 Nov 2005 17:09:32 +0000 (18:09 +0100)] 
New file.

Rev: src/nettle/testsuite/pkcs1-conv-test:1.2

20 years agoNew file.
Niels Möller [Sun, 20 Nov 2005 17:06:47 +0000 (18:06 +0100)] 
New file.

Rev: src/nettle/der2rsa.c:1.1
Rev: src/nettle/testsuite/pkcs1-conv-test:1.1

20 years agoUse rsa-sign to create signature.
Niels Möller [Sun, 20 Nov 2005 17:06:29 +0000 (18:06 +0100)] 
Use rsa-sign to create signature.

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

20 years ago(read_file): Fixed spelling in error message.
Niels Möller [Sun, 20 Nov 2005 17:05:12 +0000 (18:05 +0100)] 
(read_file): Fixed spelling in error message.

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

20 years ago(rsa_public_key_from_der_iterator)
Niels Möller [Sun, 20 Nov 2005 17:04:23 +0000 (18:04 +0100)] 
(rsa_public_key_from_der_iterator)
(rsa_private_key_from_der_iterator, rsa_keypair_from_der): Declare
functions.

Rev: src/nettle/rsa.h:1.25

20 years ago(asn1_der_iterator_init): Initialize length and
Niels Möller [Sun, 20 Nov 2005 17:02:26 +0000 (18:02 +0100)] 
(asn1_der_iterator_init): Initialize length and
data.
(asn1_der_iterator_next): Support for lengths >= 0x80.
(asn1_der_decode_constructed_last, asn1_der_decode_bitstring)
(asn1_der_decode_bitstring_last): New functions.
(asn1_der_get_bignum): Check for non-mininal encodings.

Rev: src/nettle/der-iterator.c:1.2

20 years ago(RSA_TOOLS): New substituted variable. Includes
Niels Möller [Sun, 20 Nov 2005 16:57:56 +0000 (17:57 +0100)] 
(RSA_TOOLS): New substituted variable. Includes
pkcs1-conv, when public-key support is enabled.

Rev: src/nettle/configure.ac:1.70

20 years ago(nettle_asn1_der_get_bignum): Include nettle_-prefix in
Niels Möller [Sun, 20 Nov 2005 16:56:42 +0000 (17:56 +0100)] 
(nettle_asn1_der_get_bignum): Include nettle_-prefix in
declaration.

Rev: src/nettle/bignum.h:1.10

20 years agoAdded name mangling defines, and a few new declarations.
Niels Möller [Sun, 20 Nov 2005 16:56:02 +0000 (17:56 +0100)] 
Added name mangling defines, and a few new declarations.

Rev: src/nettle/asn1.h:1.2

20 years agoAdded --debug option. If used, the teardown-env
Niels Möller [Sun, 20 Nov 2005 16:55:09 +0000 (17:55 +0100)] 
Added --debug option. If used, the teardown-env
script is not run.

Rev: misc/run-tests:1.3