private key i just generated.
i am sure the answer is easy and quick, i just cannot find it.
tia.
chong peng
__
OpenSSL Project http://www.openssl.org
User Support Mailing Listopenssl
soory, just noticed that i sent it to the wrong address. my aplogy.
-Original Message-
From: Chong Peng
Sent: Tuesday, January 23, 2007 10:21 AM
To: [EMAIL PROTECTED]
Subject: SSL_write error
guys:
i have 2 embedded system connected with ssl. these embedded systems are
identical and
t make the reference count of ctx increase/decrease?
2. if i call SSL_CTX_free, does that mean all ssl connections based on this ctx
will be closed automatically? or i should close all ssl connections based on a
ctx before i call SSL_CTX_free?
tia.
sl_key.pem"
14841:error:0B080074:x509:certificate routines:X509_check_private_key:key
values mismatch:x509_cmp.c:279:
obviously, i did something wrong in the process. is the way i create/use
private ca wrong? anybody here has quick ideas what is going on?
thanks in advan
t know why, but this
change obviously solved my problem.
your
problem may not be like ours, but just fyi.
chong
peng
-Original Message-From: Prabhu.S
[mailto:[EMAIL PROTECTED]Sent: Tuesday, October 31, 2006 6:45
AMTo: openssl-users@openssl.orgSubject: Error accepting
con
?
thanks.
chong peng
-Original Message-
From: Bernhard Froehlich [mailto:[EMAIL PROTECTED]
Sent: Saturday, October 14, 2006 1:10 PM
To: openssl-users@openssl.org
Subject: Re: a simple ca question
Chong Peng wrote:
> guys:
>
> how to tell a root certificate from a non-root cert
guys:
how to tell a root certificate from a non-root certificate? i sthere a field in
x509 structure for us to tell? thanks.
chong peng
__
OpenSSL Project http://www.openssl.org
User Support
e by using self-signed certificate,
one is saying "i am somebody because i say so".
if my understanding is correct, then why self-signed certificate is still used?
thanks.
chong peng
__
OpenSSL Project
me (in the matter of hours if i remember
correctly). you can use:
SSL_CTX_set_session_cache_mode(ctx, SSL_SESS_CACHE_OFF);
to explicitly disable the session cache.
just my guess.
chong peng
-Original Message-
From: Lei Cao [mailto:[EMAIL PROTECTED]
Sent: Friday, May 26, 2006 1:45 PM
T
ctx timeout to 1 sec right after the
ctx is created, i still have this problem.
do i miss anything here? does anybody here have anu idea what is going on?
thanks in advance.
chong peng
__
OpenSSL Project
hi, guys:
i was compiling team f1's open ssh-ssl module for vxworks, the make gives me
the following error message:
make: Unknown option -w
does anybody here have a clue of this problem?
tia.
chong peng
__
OpenSSL Pr
forget one thing, after you have the private key (of type EVP_PKEY) and
certificate (of type X509, you use:
SSL_CTX_use_certificate(ctx,cert) and SSL_CTX_use_PrivateKey(ctx, pkey)
to read them into your ssl context.
-Original Message-
From: Chong Peng
Sent: Thursday, February 09
{
return(-1);
}
if( (cert=PEM_read_bio_X509(bio, NULL, NULL, NULL)) == NULL)
{
BIO_free(bio);
return(-1);
}
BIO_free(bio);
return(0);
}
this piece of code worked in the embedded system i am working on,
have you tried to call "ERR_error_string" to find out what exactly is going on?
could be that the server and client are using different version of ssl.
-Original Message-
From: Ambarish Mitra [mailto:[EMAIL PROTECTED]
Sent: Friday, February 03, 2006 1:27 AM
To: openssl-users@openssl.org
pem format) from the memory
On Thu, Feb 02, 2006, Chong Peng wrote:
> dear all:
>
> i am trying to read the rsa key from the memory (rather than from a file).
> here is what i did:
>
> 1. use the "openssl genrsa -out key.pem 1024" to generate a rsa key in the
>
ead the key from the memory.
my code to do this is like the following.
the call to "PEM_ASN1_read_bio" always return null. anybody has any idea or
similiar experience? thanks a lot
chong peng
/* copy and paste from key.pem */
char rsakey[] =
"-BEGIN RSA PRIVATE KEY-\
MIICX
thinking is that each time when my embedded system bootup, i
will generate a key/certificate (self signed) and load them to my ssl context.
is this doable?
thanks in
advance.
chong
peng
if you google "ssl and ssh", you will find a few pages regarding this issue,
such as:
http://www.snailbook.com/faq/ssl.auto.html
http://www.rpatrick.com/tech/ssh-ssl/
but all in all, what ssl accomplishes can be done by ssh and what ssh
accomplishes can be done by ssl. it seems to me that thi
tool kit in the linux machine is talking ssl2 by default.
chong peng
-Original Message-
From: Victor Duchovni [mailto:[EMAIL PROTECTED]
Sent: Thursday, December 22, 2005 11:14 AM
To: openssl-users@openssl.org
Subject: Re: SSL_accept returns error
On Thu, Dec 22, 2005 at 10:38:07AM -0800
around this problem?
thanks
a lot.
chong
peng
function returns 0.
what could be wrong here? it seems these are all standard simple operations.
thanks a lot.
chong peng
__
OpenSSL Project http://www.openssl.org
User Support Mailing List
f there is any doc available about the state machines
implemented in SSL_connect/SSL_accept?
thanks a lot.
chong peng
__
OpenSSL Project http://www.openssl.org
User Support Mailing List
y is "OSes equivalent of select"? and
what are "several variations"? if it will take too long for you to answer
in an email, could you please give me a place to find relative information?
many thanks in advance.
chong peng
-Original Message-
From: Dr. Stephen Henson [mailto:[
Title: Message
hello,
does anybody here know that is there an api similar
to
"select" in the regular socket socket api for open ssl?
thanks
a lot.
24 matches
Mail list logo