Displaying 3 results from an estimated 3 matches for "mihir".
Did you mean:
mihi
2008 Feb 02
0
xm migrate gives error
...elow
mentioned error.
Both the nodes have same OS installed. Both have AMD CPU''s.
XM live migrate or XM migrate with VM powered off both ways I''m getting
the error.
/usr/lib64/xen/bin/xc_save 20 None 0 0 0 failed
Any advice/suggestion on how to resolve this?
Thanks
Mihir
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2002 Jun 22
1
Provably Fixing the SSH Binary Packet Protocol
Hey,
Are there any plans in applying the changes suggested in "Provably Fixing
the SSH Binary Packet Protocol" by Mihir Bellare, Tadayoshi Kohno and
Chanathip Namprempre.
http://eprint.iacr.org/2002/078/
I guess this would require a new protocol specification and maybe the
task of the IETF Secure Shell Working Group.
Dries
--
Dries Schellekens
email: gwyllion at ulyssis.org
2015 Jun 16
2
OpenSSH and CBC
Hi Gerhard,
This is not exactly true. CTR modes have the length field encrypted. etm
MAC modes and AES-GCM have the length field in cleartext.
CBC is dangerous because the length field is encrypted with CBC.
aes128-ctr + hmac-sha256 doesn't have any known vulnerability and
encrypts the packet length, but uses the bad practice of e&m.
chacha20-poly1305 encrypts both payload and packet