On Tue, May 09, 2006, Stefan Walter wrote:
I am writing a server without checking the server certificate... the
client (written in java) works fine by using s_server as server. i start
the s_server by using this command: openssl s_server -accept -cipher
ADH-RC4-MD5
i wrote now my own
On 5/8/06, Parind Shah <[EMAIL PROTECTED]> wrote:
Is it possible to include 64 bit binaries as well?
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Wai Wu
Sent: Monday, May 08, 2006 11:12 AM
To: openssl-users@openssl.org
Subject: RE: 0.9.8b windows bi
No, SSL_accept() definitively returns 1 (I check it through debugger, that is
where strangeness comes).
--
View this message in context:
http://www.nabble.com/SSL_read-error-t1586584.html#a4313659
Sent from the OpenSSL - User forum at Nabble.com.
_
On Tue, May 09, 2006, Adam Ringel wrote:
> Interestingly enough, we found out why the connection is failing. However,
> we are not sure why openssl doesn't detect it as an error.
> After we send the first hand-shake of the SSL negotiation to the server,
> we get a RST (ECONNRESET) on the subsequ
Interestingly enough, we found out why
the connection is failing. However, we are not sure why openssl doesn't
detect it as an error.
After we send the first hand-shake of
the SSL negotiation to the server, we get a RST (ECONNRESET) on the subsequent
read for the server's response.
We're not sure
Hello,
> I get the strange error140DF114:SSL routines:SSL_read:uninitialized ,
> though I have initialized the connection (accept completes successfully).
Maybe SSL_accept() did not return 1 but 0 which is not success.
Checking return code with something like that:
if ( SSL_accept() <
Hi everybody,
I get the strange error140DF114:SSL routines:SSL_read:uninitialized ,
though I have initialized the connection (accept completes successfully).
Has anybody encountered the same problem ???
Thanks,
Molex.
--
View this message in context:
http://www.nabble.com/SSL_read-error-t1
On Tue, May 09, 2006, Stefan Walter wrote:
> I am writing a server without checking the server certificate... the client
> (written in java) works fine by using s_server as server. i start the
> s_server by using this command: openssl s_server -accept -cipher
> ADH-RC4-MD5
>
> i wrote now
Hello,
i wrote now my own server but i always get following output:
Using default temp DH parameters
Connection from 70da6e53, port dee6
SSL connection using ADH-RC4-MD5
Client does not have certificate.
how can i deactivate the client certificate checking on server side?
Client certificate is
Hello,
> i wrote now my own server but i always get following output:
> Using default temp DH parameters
> Connection from 70da6e53, port dee6
> SSL connection using ADH-RC4-MD5
> Client does not have certificate.
>
> how can i deactivate the client certificate checking on server side?
Client cer
I am writing a server without checking the server
certificate... the client (written in java) works fine by using s_server as
server. i start the s_server by using this command: openssl s_server -accept
-cipher ADH-RC4-MD5
i wrote now my own server but i always get
following output:
U
Hello
> This is perfectyl working, but, how can I now assign the RSA key as a private
> key
> to my certificate?
> Then, is the public computed automaticly ?
Certificate consists public part of RSA key (n - modulus,
e - publicExponent,Exponent) so if you have private
key file (eg key.pem) and "
Hello people. Please help me with following problem:
Under Windows XP professional SP2 (+all current updates) I can not use Smart card Bundle v.0.6.
Openssl give me an error when I trying to load pkcs11 engine.
Here is my configs.
1) in working
On 5/9/06, William A. Rowe, Jr. <[EMAIL PROTECTED]> wrote:
hunter wrote:
> On 5/7/06, William A. Rowe, Jr. <[EMAIL PROTECTED]> wrote:
>
>> Typically one links to the static library then, which of course will only
>> link in .obj files that are consumed. One bit of OpenSSL magic are the
>> sepera
yes, and i tried to get all out of this from s_server...
so far my server works...
but this is the current ouput:
Using default temp DH parameters
Connection from 70da6e53, port f6dc
SSL connection using ADH-RC4-MD5
Client does not have certificate.
but i dont want to use a client certificate -
> but seems like that i am to stupid to write my own server...
> can someone give me an example?
Have you looked at apps/s_server.c ?
--
SOA Appliances
Application Integration Middleware
__
OpenSSL Project
my pleasure. One of the great things of the internet is creation of
virtual interest groupswe hardly see each other in the flesh, but
share a common ground daily.
Dr. Stephen Henson wrote:
On Mon, May 08, 2006, Adam Ringel wrote:
We are using the openssl-0.9.8a library in a progra
Hello,
I'm trying to write a program that create a new certificate.
Here is what I am doing:
EVP_PKEY_new();
RSA_generate_key();
EVP_PKEY_assign_RSA();
X509_new();
/* Lots of functions to fill up the certificate details */
X509_set_pubkey();
This is perfectyl working, but, how can I now assign t
Hi OpenSSL Users,
can someone help me with an example?
i am using a Java-Client which works fine with
following server:
openssl s_server -nocert -accept -cipher
ADH-RC4-MD5
but seems like that i am to stupid to write my own
server...
can someone give me an example?
Kind Regards
19 matches
Mail list logo