d2i_[RD]SAPublicKey problem

2005-07-24 Thread mike-list
Hi, I am using d2i_RSAPublicKey and d2i_DSAPublicKey successfully, but have run into something strange. I have a server which maintains accounts that may or may not have public keys associated with them. This server communicates with the outside world using TLS-enabled connections. I was

Re: d2i_[RD]SAPublicKey problem

2005-07-24 Thread Goetz Babin-Ebell
[EMAIL PROTECTED] wrote: Hi, Hello Mike, The problem is that calling the d2i functions with a length of 0 somehow corrupted my TLS connection and I would get protocol errors that required shutting down the connection. Note that the RSA and DSA objects are in no way connect- ed to the TLS