Hi All;
I am trying to port Open SSL on VDSP4.5 (VDK RTOS).But open ssl
having 5 types of terminal interface supported,
* TERMIO, TERMIOS, VMS, MSDOS and SGTTY
*/
But VDK is not supporting it. So please tell me how to bypass it. here
sgtty.h header is not in open ssl project
Is your key in the right format?
On Jan 24, 2008 3:47 PM, Artur Jasowicz <[EMAIL PROTECTED]> wrote:
> I am trying to decrypt a private key and am running into following
> error:
> $ openssl rsa -in my.key -out my.key.dec
> unable to load Private Key
> 28356:error:0906D064:PEM routines:PEM_read_bi
Hi,
I followed the INSTALL.WCE directions.
What resulted was the Crypto stuff works fine.
The SSL stuff does not seem to hand shake correctly. I am using TLSv1.
I am able to load my Cert and private key, but I keep getting a
SYS_ERROR_SYSCALL error on the SSL_Connect. As described below from
Dr. Stephen Henson wrote:
Our goal is really to save and restore the cipher state of an RC4 cipher
context. It does not seem to be possible to ask an EVP_CIPHER_CTX to save
and restore it's internal state. Any ideas would be welcomed?
Here here! I feel your pain. Search the openssl-users/op