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
> t
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:w
> 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
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
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 too
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 commun
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
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 ki
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.
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.
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
c
11 matches
Mail list logo