- 06 Oct, 2000 4 commits
-
-
Niels Möller authored
(do_write): Likewise. Rev: src/write_buffer.c:1.21 Rev: src/write_buffer.h:1.19
-
Niels Möller authored
functions. Rev: src/queue.c:1.10 Rev: src/queue.h:1.10
-
Niels Möller authored
* src/blowfish.c: Likewise. * src/rijndael.c: Likewise. * src/crypto.h: Likewise. * src/twofish.c: Likewise. * src/cast.c: Likewise. Rev: src/algorithms.c:1.17 Rev: src/blowfish.c:1.8 Rev: src/cast.c:1.4 Rev: src/crypto.h:1.21 Rev: src/rijndael.c:1.3 Rev: src/twofish.c:1.5
-
Niels Möller authored
signature verification. Rev: src/dsa.c:1.22
-
- 03 Oct, 2000 12 commits
-
-
Niels Möller authored
Rev: ChangeLog:1.248 Rev: src/testsuite/.cvsignore:1.6
-
Niels Möller authored
(main): Recognize options -v, --debug etc. Rev: src/testsuite/macros.m4:1.7
-
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
-