Re: Copying an EVP_CIPHER_CTX

2008-01-31 Thread Darryl Miles
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

Compiling Openssl for Mobile 5 / 6

2008-01-31 Thread Scott Rueter
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

Re: PEM_read_bio:bad base64 decode:pem_lib.c

2008-01-31 Thread John T. Cox
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_bio:bad

Problem on porting OpenSSL on VDSP4.5(VDK RTOS)

2008-01-31 Thread Ajeet kumar.S
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