- 19 Sep, 2000 14 commits
-
-
Niels Möller authored
Rev: ChangeLog:1.244 Rev: NEWS:1.60
-
Niels Möller authored
(do_spki_hash): Use spki_hash_data(). Rev: src/spki.c:1.23 Rev: src/spki.h:1.18
-
Niels Möller authored
name to VERIFY() method. make_dsa_verifier_kludge() no longer needed. Rev: src/server_publickey.c:1.18
-
Niels Möller authored
hostkey_algorithm. (do_handle_dh_init): Pass algorithm name dto dh_make_server_msg(). (do_init_server_dh): Initialize hostkey_algorithm. make_dsa_signer_kludge() no longer needed. Rev: src/server_keyexchange.c:1.45
-
Niels Möller authored
(decode_rsa_sig_val): New function. (do_rsa_sign): New algorithm argument. (do_rsa_sign_spki): Deleted hash and principal arguments. Return a <sig-val>. (do_rsa_verify): Added algorithm argument. (do_rsa_verify_spki): Take an sexp rather than an sexp_itterator as argument. Expect a <sig-val>. Rev: src/rsa.c:1.6
-
Niels Möller authored
hostkey_algorithm. Rev: src/publickey_crypto.h:1.42
-
Niels Möller authored
Rev: src/dsa.h:1.2
-
Niels Möller authored
out. (encode_dsa_sig_val): New function. (decode_dsa_sig_val): New function. (do_dsa_sign): New argument algorithm. Handle plain ssh-dss, ssh-dss-kludge and spki. (do_dsa_sign_spki): Deleted hash and principal arguments. Return a <sig-val>. (do_dsa_verify): New argument algorithm. Handle plain ssh-dss, ssh-dss-kludge and spki. (do_dsa_verify_spki): Take an sexp rather than an sexp_itterator as argument. Expect a <sig-val>. (do_dsa_sign_kludge): #if:ed out. (make_dsa_signer_kludge): Likewise. (do_dsa_verify_kludge): Likewise. (make_dsa_verifier_kludge): Likewise. Rev: src/dsa.c:1.19
-
Niels Möller authored
hostkey_algorithm, which is passed on to SIGN(). Rev: src/dh_exchange.c:1.10
-
Niels Möller authored
name to VERIFY() method. make_dsa_verifier_kludge() no longer needed. Rev: src/client_keyexchange.c:1.52
-
Niels Möller authored
to the SIGN() method. Rev: src/client_userauth.c:1.40
-
Niels Möller authored
for internal use. Rev: src/atoms.in:1.22
-
Niels Möller authored
the verify() method. Removed hash and principal arguments from the verify_spki() method. * src/abstract_crypto.h (signer): Similar changes. Rev: src/abstract_crypto.h:1.30
-
Niels Möller authored
Rev: configure.in:1.86
-
- 15 Sep, 2000 1 commit
-
-
Niels Möller authored
Rev: ChangeLog:1.243 Rev: doc/TODO:1.90 Rev: doc/lsh.texinfo:1.18 Rev: src/spki.c:1.22
-
- 14 Sep, 2000 14 commits
-
-
Niels Möller authored
empty atoms. (parse_atoms): Handle the empty list case better. (parse_atom_list): Simplified. Rev: src/parse.c:1.31 Rev: src/parse.h:1.23
-
Niels Möller authored
(do_init_client_srp): Likewise. * src/server_keyexchange.c: Likewise. Rev: src/client_keyexchange.c:1.51 Rev: src/server_keyexchange.c:1.44
-
Niels Möller authored
lshd_connection_service to make_lshd_connection_service. (make_lshd_listen): Use kexinit_filter to restrict announced hostkey algorithms to those that we actually have keys for. (make_lshd_listen): Use listen_callback, in order to get the right evaluation order. * src/lsh-writekey.c (make_lsh_writekey_options): Use all_symmetric_algorithms() and all_symmetric_algorithms(). * src/lsh.c (make_options): Likewise. * src/lsh_proxy.c (main): Likewise. * src/lshd.c (make_lshd_options): Likewise. Rev: src/lshd.c:1.96
-
Niels Möller authored
all_symmetric_algorithms() and all_symmetric_algorithms(). * src/lsh.c (make_options): Likewise. * src/lsh_proxy.c (main): Likewise. * src/lshd.c (make_lshd_options): Likewise. Rev: src/lsh.c:1.118 Rev: src/lsh_proxy.c:1.13
-
Niels Möller authored
all_symmetric_algorithms() and all_symmetric_algorithms(). Rev: src/lsh-writekey.c:1.3
-
Niels Möller authored
(do_handle_kexinit): Check length of received kex_algorithms list. (do_handle_kexinit): Set kex_state to KEX_STATE_IGNORE or KEX_STATE_IN_PROGRESS as appropriate. (do_handle_newkeys): Clear kexinits and literal_kexinits when resetting kex_state (fixes key renegotiation bug reported by jps). (kexinit_filter): New command. Rev: src/keyexchange.c:1.71 Rev: src/keyexchange.h:1.47
-
Niels Möller authored
connection->kexinits and connection->literal_kexinits here. Rev: src/dh_exchange.c:1.9
-
Niels Möller authored
make_kexinit argument (and deleted the corresponding field from handshake_info). Rev: src/connection_commands.c:1.30 Rev: src/connection_commands.h:1.13
-
Niels Möller authored
attribute. Rev: src/connection.c:1.56 Rev: src/connection.h:1.52
-
Niels Möller authored
(lookup_hostkey_algorithm): New function. (algorithms_options): New option --hostkey-algorithm. (filter_algorithms): New function. (filter_algorithms_l): New function. * src/algorithms.c (default_crypto_algorithms): Make the default list more restrictive. (all_crypto_algorithms): New function, returning a less conservative algorithm list. Rev: src/algorithms.c:1.16 Rev: src/algorithms.h:1.7
-
Niels Möller authored
"_LOCAL". Rev: src/process_atoms:1.10
-
Niels Möller authored
algorithms. Rev: src/atoms.in:1.21
-
Niels Möller authored
Rev: ChangeLog:1.242
-
Niels Möller authored
connection->kexinits. Rev: src/keyexchange.c:1.70
-
- 11 Sep, 2000 2 commits
-
-
Niels Möller authored
Rev: ChangeLog:1.241 Rev: doc/TODO:1.89 Rev: src/algorithms.c:1.15 Rev: src/atoms.in:1.20 Rev: src/blowfish.c:1.7 Rev: src/crypto.h:1.20 Rev: src/rijndael.c:1.2 Rev: src/serpent.c:1.2 Rev: src/symmetric/arcfour.c:1.4
-
Niels Möller authored
for function argument types. Rev: src/symmetric/include/serpent.h:1.2
-
- 10 Sep, 2000 8 commits
-
-
Niels Möller authored
copyright blurb with the vanilla GPL blurb, after confirming with the authors that the code really is GPL:ed. * src/symmetric/serpentsboxes.h: Likewise. * src/symmetric/serpentsboxes.h: Replaced unsigned long with UINT32. Rev: src/symmetric/serpentsboxes.h:1.2
-
Niels Möller authored
copyright blurb with the vanilla GPL blurb, after confirming with the authors that the code really is GPL:ed. * src/symmetric/serpentsboxes.h: Likewise. * src/symmetric/serpent.c (serpent_setup): Don't use array syntax for function argument types. Rev: src/symmetric/serpent.c:1.2
-
Niels Möller authored
tables. Rev: src/symmetric/rijndael.c:1.2
-
Niels Möller authored
checking string length. Rev: src/parse.c:1.30
-
Niels Möller authored
algorithm list. Rev: doc/lsh.texinfo:1.17
-
Rev: src/symmetric/Makefile.am.in:1.17 Rev: src/symmetric/include/rijndael.h:1.1 Rev: src/symmetric/include/serpent.h:1.1 Rev: src/symmetric/rijndael.c:1.1 Rev: src/symmetric/rijndael_test.c:1.1 Rev: src/symmetric/serpent.c:1.1 Rev: src/symmetric/serpentsboxes.h:1.1
-
<dido@pacific.net.ph>. Rev: AUTHORS:1.9 Rev: ChangeLog:1.240 Rev: src/Makefile.am.in:1.86 Rev: src/algorithms.c:1.14 Rev: src/atoms.in:1.19 Rev: src/crypto.h:1.19 Rev: src/rijndael.c:1.1 Rev: src/serpent.c:1.1
-
Niels Möller authored
Rev: FAQ:1.7
-
- 03 Sep, 2000 1 commit
-
-
Niels Möller authored
Rev: ChangeLog:1.239 Rev: NEWS:1.59
-