Displaying 4 results from an estimated 4 matches for "dsa_generate_private_key".
2017 Sep 22
2
Call for testing: OpenSSH 7.6
...-56
That error code is:
$ grep -- -56 ssherr.h
#define SSH_ERR_KEY_LENGTH -56
Unfortunately there's lots of places in that code that can return that.
I have seen that on one Cygwin system (OpenSSL 1.0.2k) here so I added
the below code to try to narrow it down. On mine it gave:
test_kex: dsa_generate_private_key bits 2048 expected 1024
but I don't understand how.
Don't try to use ssh or sshd with this diff as it'll probably mess
things up pretty good.
diff --git a/ssh-sandbox.h b/ssh-sandbox.h
index bd5fd83..6bd76b3 100644
--- a/ssh-sandbox.h
+++ b/ssh-sandbox.h
@@ -22,3 +22,4 @@ struct ssh_...
2003 May 15
0
[Bug 567] pb at the end of compil with a dump of ssh-keygen
...ists, install will not overwrite
/usr/local/etc/ssh_prng_cmds already exists, install will not overwrite
/usr/local/etc/moduli already exists, install will not overwrite
Generating public/private rsa1 key pair.
rsa_generate_private_key: key generation failed.
Generating public/private dsa key pair.
dsa_generate_private_key: DSA_generate_parameters failed
Generating public/private rsa key pair.
rsa_generate_private_key: key generation failed.
make: *** [host-key] Error 255
The env variables :
CC=cc
CFLAGS="-mips3 -n32 -O2"
LDFLAGS="-L/usr/local/lib"
My configure options are :
./configure --with-pr...
2017 Sep 21
19
Call for testing: OpenSSH 7.6
Hi,
OpenSSH 7.6p1 is almost ready for release, so we would appreciate testing
on as many platforms and systems as possible. This is a bugfix release.
Snapshot releases for portable OpenSSH are available from
http://www.mindrot.org/openssh_snap/
The OpenBSD version is available in CVS HEAD:
http://www.openbsd.org/anoncvs.html
Portable OpenSSH is also available via git using the
instructions at
2001 Jul 24
4
Debugging ssh-keygen dsa on Solaris8
..."dsa_lib.c"
[2] DSA_new() (optimized), at 0x4b580 (line ~86) in "dsa_lib.c"
[3] DSA_generate_parameters(bits = ???, seed_in = ???, seed_len = ???,
counter_ret = ???, h_ret = ???, callback = ???, cb_arg = ???)
(optimized), at 0x4ace4 (line ~115) in "dsa_gen.c"
[4] dsa_generate_private_key(bits = 1024U), line 560 in "key.c"
[5] key_generate(type = 2, bits = 1024U), line 576 in "key.c"
[6] main(ac = 7, av = 0xffbefc74), line 781 in "ssh-keygen.c"