Re: Using TLS to establish SSH-like key based trust model

2013-08-01 Thread Dimitrios Apostolou
Hi, I'd appreciate any feedback on the quoted message. I'm not experienced with the OpenSSL API and I had to dig into the library source code to achieve the custom result I needed. Thank you in advance, Dimitris On Mon, 29 Jul 2013, Dimitrios Apostolou wrote: Hello list, I am trying to use

Using TLS to establish SSH-like key based trust model

2013-07-29 Thread Dimitrios Apostolou
Hello list, I am trying to use OpenSSL to provide SSH-like trust model, by using TLS. That means that the two peers have an RSA key pair stored, no certificate. They have also exchanged their public keys in a secure manner. Here is the way I do it, I would appreciate all opinions on this: *