Displaying 3 results from an estimated 3 matches for "dmp1".
Did you mean:
cmp1
2000 Jul 19
2
Why do I *still* need RSA?
OpenSSH Developers,
I'm researching whether or not OpenSSH is a viable commercial
alternative to F-SECURE SSH or SSH.COM's ssh, but I'm not getting the
kind of results that I expected from a "Non patent encumbered ssh
client".
When I attempt to build OpenSSH against an OpenSSL build without rc5,
idea, or rsa it bombs since OpenSSL doesn't place the header files in
the
2003 Nov 13
1
corrupt client keys question
...still read the file (which depends on where the
file is corrupted) I can still use this corrupted file and STILL
successfully log into the SSH server.
Running openssl rsa -check on the corrupted private confirms it's corrupt:
> $ openssl rsa -in rsa-corrupt1 -check
> RSA key error: dmp1 not congruent to d
> ...
> $
I can understand the SSH client not checking that the private key is
valid, but I would expect that this would be uncovered when the SSH
server attempts to verify the signature?
Anyone got a clue on how this is working, or am I just getting lucky
on which pa...
2002 Apr 24
2
RSA_verify question on OpenSSH Client w/ OpenSSL0.9.6a
...0x0199d380 0x00000001
0x198b820: 0x0198b780 0x00000000
0x00000000 0x00000000
0x198b830: 0x00000000 0x00000000
0x00000000 0x00000000
(gdb) p *rsa
$3 = {pad = 0, version = 0, meth = 0x195bb1c, n =
0x199d480, e = 0x199d3c0,
d = 0x0, p = 0x0, q = 0x0, dmp1 = 0x0, dmq1 = 0x0,
iqmp = 0x0, ex_data = {
sk = 0x0, dummy = 1848469362}, references = 1,
flags = 6,
_method_mod_n = 0x0, _method_mod_p = 0x0,
_method_mod_q = 0x0,
bignum_data = 0x0, blinding = 0x0}
(gdb) x/40x 0x199d480
0x199d480: 0x0199d4a0 0x00000001
0x00000001 0x0000...