- 04 Nov, 2008 4 commits
-
-
Niels Möller authored
Rev: nettle/yarrow.h:1.3
-
Niels Möller authored
Rev: doc/lsh.texinfo:1.46
-
Niels Möller authored
Rev: src/.dist_headers:1.18
-
Niels Möller authored
and struct cmsgcred. Rev: src/pty-helper.c:1.10
-
- 01 Nov, 2008 10 commits
-
-
Niels Möller authored
Rev: ChangeLog:1.995
-
Niels Möller authored
Rev: src/crypto.c:1.41
-
Niels Möller authored
nettle-2.0. * src/seed_file.c (seed_file_write): Likewise, generate seed file with yarrow256_random. Rev: src/lsh-make-seed.c:1.25 Rev: src/seed_file.c:1.3
-
Niels Möller authored
before overwriting it. (random_init): yarrow256_force_reseed replaced by yarrow256_slow_reseed. Rev: src/unix_random.c:1.23
-
Niels Möller authored
Rev: src/.dist_classes:1.24
-
Niels Möller authored
Rev: nettle/ChangeLog:1.26 Rev: nettle/nettle.texinfo:1.2
-
Niels Möller authored
Rev: nettle/NEWS:1.2
-
Niels Möller authored
Rev: nettle/ChangeLog:1.25
-
Niels Möller authored
non-pointer types, so that the types can be used to declare functions. Updated all users. Rev: nettle/arcfour-meta.c:1.2 Rev: nettle/cbc.h:1.2 Rev: nettle/des-compat.c:1.2 Rev: nettle/examples/nettle-benchmark.c:1.3 Rev: nettle/examples/nettle-openssl.c:1.2 Rev: nettle/examples/rsa-encrypt.c:1.2 Rev: nettle/examples/rsa-keygen.c:1.2 Rev: nettle/nettle-internal.c:1.2 Rev: nettle/nettle-meta.h:1.2 Rev: nettle/nettle-types.h:1.2 Rev: nettle/testsuite/dsa-keygen-test.c:1.3 Rev: nettle/testsuite/rsa-encrypt-test.c:1.3 Rev: nettle/testsuite/rsa-keygen-test.c:1.3 Rev: nettle/testsuite/testutils.c:1.3
-
Niels Möller authored
Rev: nettle/ChangeLog:1.24
-
- 31 Oct, 2008 2 commits
-
-
Niels Möller authored
Rev: nettle/testsuite/yarrow-test.c:1.2
-
Niels Möller authored
Rev: nettle/sha-example.c:1.2
-
- 30 Oct, 2008 3 commits
-
-
Niels Möller authored
Rev: ChangeLog:1.994 Rev: nettle/ChangeLog:1.23
-
Niels Möller authored
Rev: nettle/tools/sexp-conv.c:1.3
-
Niels Möller authored
(main_argp_parser): Count self->start_gateway as an action. Rev: src/lsh.c:1.222
-
- 25 Oct, 2008 3 commits
-
-
Niels Möller authored
Rev: nettle/configure.ac:1.9
-
Niels Möller authored
Rev: nettle/ChangeLog:1.22
-
Niels Möller authored
Rev: nettle/examples/Makefile.in:1.6
-
- 24 Oct, 2008 3 commits
-
-
Niels Möller authored
yarrow_fast_reseed) and made non-static. Don't generate seed file here, let the application use yarrow256_random instead. (yarrow256_slow_reseed): Renamed (was yarrow_slow_reseed) and made non-static. (yarrow256_force_reseed): Deleted function, use yarrow256_slow_reseed instead. For backwards compatibility, yarrow.h defines yarrow256_force_reseed as an alias for that function. * yarrow.h (struct yarrow256_ctx): Deleted seed_file buffer. Rev: nettle/yarrow.h:1.2 Rev: nettle/yarrow256.c:1.4
-
Niels Möller authored
Rev: nettle/sexp.c:1.3
-
Niels Möller authored
Rev: nettle/sha256.c:1.2
-
- 22 Oct, 2008 7 commits
-
-
Niels Möller authored
Rev: ChangeLog:1.993
-
Niels Möller authored
function. * src/transport.h (class transport_context): Type of kexinit attribute changed to struct kexinit_info *. Rev: src/transport.c:1.15 Rev: src/transport.h:1.12
-
Niels Möller authored
* src/lshd.c (lshd_config_handler): Likewise. Rev: src/lsh-transport.c:1.19 Rev: src/lshd.c:1.183
-
Niels Möller authored
simple_kexinit. Don't inherit make_kexinit. (make_kexinit_info): Renamed from make_simple_kexinit. (make_kexinit): New function, replacing the make method of the make_kexinit class. * src/keyexchange.h (class make_kexinit): Deleted abstract class. Rev: src/keyexchange.c:1.102 Rev: src/keyexchange.h:1.63
-
Niels Möller authored
Rev: src/client_keyexchange.c:1.71 Rev: src/crypto.h:1.39 Rev: src/dh_exchange.c:1.23 Rev: src/server_keyexchange.c:1.61 Rev: src/srp_exchange.c:1.23
-
Niels Möller authored
Rev: src/connection.h:1.86
-
Niels Möller authored
Rev: src/io.h:1.121
-
- 26 Sep, 2008 6 commits
-
-
Niels Möller authored
Rev: ChangeLog:1.992
-
Niels Möller authored
Rev: src/Makefile.in:1.47
-
Niels Möller authored
support multiple listen ports. (open_port): Look up a port using getaddrinfo, and bind one or more sockets. (open_interface): Bind all appropriate ports for a given interface. (open_all_ports): Open all configured ports on all interfaces. (class lshd_interface): New class. (class lshd_config): Use queues to handle multiple ports and interfaces. (parse_interface): New function. (main_argp_parser): Handle --interface option. Accept multiple -p options. (lshd_config_handler): Likewise. Added default port logic. Rev: src/lshd.c:1.182
-
Niels Möller authored
Rev: src/testsuite/config/lshd.conf:1.4
-
Niels Möller authored
Rev: src/testsuite/functions.sh:1.52
-
Niels Möller authored
channel_open_new_type. Rev: src/channel.c:1.142 Rev: src/channel.h:1.91
-
- 17 Sep, 2008 2 commits
-
-
Niels Möller authored
Rev: nettle/ChangeLog:1.21
-
Niels Möller authored
loop twice. Gave a modest speedup. Rev: nettle/x86/arcfour-crypt.asm:1.2
-