- 03 Oct, 2000 10 commits
-
-
Niels Möller authored
Rev: src/testsuite/dsa-test.m4:1.1 Rev: src/testsuite/rsa-test.m4:1.2 Rev: src/werror.c:1.49
-
Niels Möller authored
do_spki_sexp2signer() and parse_private_key(). (spki_make_public_key): New function. Used in spki_signer2public() and parse_private_key(). Rev: src/spki.c:1.24 Rev: src/spki.h:1.19
-
Niels Möller authored
* src/sexp-conv.c: New option --select. (do_sexp_select): New function. (make_sexp_select_command): New function. Rev: src/sexp-conv.c:1.2
-
Niels Möller authored
<public-key>-expression. Rev: src/lsh-decode-key.c:1.4
-
Niels Möller authored
* src/interact.c: New class interact_unix, still #if:ed out. Rev: src/interact.c:1.2 Rev: src/interact.h:1.2
-
Niels Möller authored
dsa_find_generator() call, spotted by jps. Rev: src/dsa_keygen.c:1.13
-
Niels Möller authored
SIGNER_PUBLIC(). Now returns ( <pub-sig-alg-id> <s-expr>* ), not <public-key>. * src/dsa.c (make_dsa_public_key): Updated for the new convention. * src/rsa.c (do_rsa_public_key): Likewise. * src/rsa.c (rsa_compute_root): Fixed bug in CRT calculation. Rev: src/rsa.c:1.8
-
Niels Möller authored
SIGNER_PUBLIC(). Now returns ( <pub-sig-alg-id> <s-expr>* ), not <public-key>. * src/dsa.c (make_dsa_public_key): Updated for the new convention. * src/rsa.c (do_rsa_public_key): Likewise. Rev: src/dsa.c:1.21
-
Niels Möller authored
Rev: src/abstract_crypto.h:1.31 Rev: src/connection.h:1.53
-
Niels Möller authored
dsa. Rev: src/testsuite/Makefile.am:1.16
-
- 01 Oct, 2000 1 commit
-
-
Niels Möller authored
arguments. (Fixes a bug reported by jps). (do_handle_kexinit): Use symbolic constants when indexing connection->kexinits. Rev: src/keyexchange.c:1.72
-
- 27 Sep, 2000 1 commit
-
-
Niels Möller authored
Rev: ChangeLog:1.247
-
- 26 Sep, 2000 1 commit
-
-
Niels Möller authored
Rev: ChangeLog:1.246
-
- 25 Sep, 2000 2 commits
-
-
Niels Möller authored
Rev: src/testsuite/rsa-test.m4:1.1
-
Niels Möller authored
Rev: src/ssh-conv:1.4
-
- 24 Sep, 2000 1 commit
-
-
Niels Möller authored
lsh-writekey. Rev: contrib/lsh.spec.in:1.8
-
- 19 Sep, 2000 17 commits
-
-
Niels Möller authored
Rev: ChangeLog:1.245 Rev: NEWS:1.61 Rev: doc/TODO:1.91 Rev: src/list.c:1.7 Rev: src/sexp_parser.c:1.18
-
Niels Möller authored
Added debug() calls. (RSA_CRT): Disabled the crt optimixation, as that code seems broken. Rev: src/rsa.c:1.7
-
Niels Möller authored
(encode_dsa_sig_val): Fixed type error. Rev: src/dsa.c:1.20
-
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 6 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
-