problems using v0.98a and 0.9.7i

2005-12-22 Thread pelusa vali
hi everyboy, i'm new in openssl. i'm trying to create an ap over linux and add security using wpa2 eap-tls. i use debian sarge kernel 2.6.13 and want to use openssl to generate certificates which after will be used with freeradius and hostapd.first installed openssl from debian installation

OpenSSL compilation for Threadx.

2005-12-22 Thread Irena Rizhy
Hi all, I am trying to compile OpenSSL for Threadx. Does anyone know what steps should I take, or has any special considerations for compiling OpenSSL for embedded environments? Thanks.

Re: X509_NAME_get_text_by_NID fails with accent?

2005-12-22 Thread Massimo Rando
Jostein Tveit wrote: Massimo Rando [EMAIL PROTECTED] writes: The function returns: i = 6 buf (hex) = 4d 61 72 69 c3 b2 but the buffer 'buf' should contain the given name 'Mariò' (hex: 4d 61 72 69 f2) while I find the string Mariò (hex: 4d 61 72 69 c3 b2). ò in UTF-8 is 0xc3 0xb2. ò

SSL_accept returns error

2005-12-22 Thread Chong Peng
dear all: i have a question regarding a SSL_accept error. i have an ssl application in an embedded system running vxworks, the ssl tool kit is from teamf1. during the test, i configure the embedded system as a ssl server, and use another linux machine as the ssl client. the ssl tool kit

Re: SSL_accept returns error

2005-12-22 Thread Victor Duchovni
On Thu, Dec 22, 2005 at 10:38:07AM -0800, Chong Peng wrote: i have an ssl application in an embedded system running vxworks, the ssl tool kit is from teamf1. during the test, i configure the embedded system as a ssl server, and use another linux machine as the ssl client. the ssl tool kit in

Re: RE: use public/shared key encryption api

2005-12-22 Thread googledoogle (sent by Nabble.com)
actually, I have a side question maybe off-topic: once a SSL socket is setup, how does the data transfer handles data integrity? is this an option that I need to set or does SSL socket automatically provide this for me? I assume this algorithm (fingerprint or checksum) is used during the

RE: SSL_accept returns error

2005-12-22 Thread Chong Peng
victor: thanks for reply. after i chane the command in linux machine from: openssl s_client -connect 10.100.22.96:1500 to: openssl s_client -connect 10.100.22.96:1500 -ssl3 the problem disappears. and i was able to connect the ssl server in my embedded system. it looks like the ssl

Re: SSL_accept returns error

2005-12-22 Thread Victor Duchovni
On Thu, Dec 22, 2005 at 11:50:51AM -0800, Chong Peng wrote: victor: thanks for reply. after i chane the command in linux machine from: openssl s_client -connect 10.100.22.96:1500 to: openssl s_client -connect 10.100.22.96:1500 -ssl3 the problem disappears. and i was able to

RE: SSL_accept returns error

2005-12-22 Thread David Schwartz
openssl s_client -connect 10.100.22.96:1500 in my embedded system, the SSL_accept returns error code '1', by calling ERR_error_string(ERR_ssl_error(), NULL), i got a string: SSL routines:SSL3_GET_RECORD:wrong version number You need to figure out which protocol the other end wants

Re: SSL_accept returns error

2005-12-22 Thread Victor Duchovni
On Thu, Dec 22, 2005 at 12:02:24PM -0800, David Schwartz wrote: openssl s_client -connect 10.100.22.96:1500 in my embedded system, the SSL_accept returns error code '1', by calling ERR_error_string(ERR_ssl_error(), NULL), i got a string: SSL routines:SSL3_GET_RECORD:wrong version

Re: problems using v0.98a and 0.9.7i

2005-12-22 Thread 劲吕
You got the command not found because you didn't put it in the Path enviroment parameter. 2005/12/22, pelusa vali [EMAIL PROTECTED]: hi everyboy, i'm new in openssl. i'm trying to create an ap over linux and add security using wpa2 eap-tls. i use debian sarge kernel 2.6.13 and want to use