Re: applicationon crash when call EVP_CIPHER_CTX_init()

2006-09-08 Thread Frank Büttner
Now it work. I have forgotten to initialize the pointer:( I think I was blind because of the hundreds of code lines. smime.p7s Description: S/MIME Cryptographic Signature

Re: BIO and DTLS

2006-09-08 Thread Marek Marcola
Hello, > The example is helpful, but it isn't clear to me when/how the DTLS > session is established. In the _read function it appears that the > session may be setup either during BIO_dgram_set_peer or SSL_set_bio. In _read() session may be setup using BIO_dgram_set_peer() AND SSL_set_bio(). Thi

Re: openssl 0.9.8c is showing older version 0.9.8a

2006-09-08 Thread Kyle Hamilton
To remove the OpenSSL 0.9.8a, rpm --remove --force openssl-0.9.8a openssl-0.9.8a-devel. You should probably try to get 0.9.8c RPMs and do the upgrade via that mechanism (rpm --upgrade openssl-0.9.8c openssl-0.9.8c-devel) to ensure that no application breakage occurs. Also, please type 'whereis o

RE: OpenSSL 0.9.8c compile error building for OS-390-Unix configure target

2006-09-08 Thread mclellan_dave
I found my own answer, so here it is to get it into the archive to help the next person who comes across it. The new type SHA_LONG64 which is defined in sha.h, uses the native 'unsigned long long' in z/OS, and most other platforms probably (NOT Windows). In the case of the z/OS, the c89 command w

Re: openssl 0.9.8c is showing older version 0.9.8a

2006-09-08 Thread Visolve Security Consulting Group
Hi Raghu, We expect that you have installed openssl 0.9.8c from source. If you have provided the prefix while compiling openssl 0.9.8c, you can execute the latest version of openssl with /bin/openssl Else, export the location of the openssl directory in the PATH environment variable before th

Re: applicationon crash when call EVP_CIPHER_CTX_init()

2006-09-08 Thread Frank Büttner
Kaushalye Kapuruge schrieb: >> > All you have to do is to declare an EVP_CIPHER_CTX. > See the example code. > > EVP_CIPHER_CTX ctx; > EVP_CIPHER_CTX_init(&ctx); > EVP_EncryptInit_ex(&ctx, EVP_bf_cbc(), NULL, key, iv); > > See the manual page for more in

how to use ipv6 address with openssl 0.9.8a/0.9.8c

2006-09-08 Thread Raghunath Konda
Hi, I have a setup configured with IPv6 addresses (i.e. ::9 and ::10). I am using latest openssl 0.9.8a which is supporting ipv6. When I tried to connect to my server PC using s_client, it is returning the following error. [EMAIL PROTECTED] Desktop]# openssl s_client -connect [::1

openssl 0.9.8c is showing older version 0.9.8a

2006-09-08 Thread Raghunath Konda
Hi, I am having Fedore Core 5 Linux version and installed lated Openssl availabale version i.e. 0.9.8c. After succesful installation, when I verfied the version of openssl it is still showing older version 0.9.8a with old date. [EMAIL PROTECTED] openssl-0.9.8c]# openssl OpenSSL> version OpenSSL 0