Re: Compiling openssl code - ca.c

2009-04-16 Thread starfish Trousers
Hi again,I googled and found some familiar solutions about my problem and the solution is to make symbolic link due to the missing link:copy it from lib/libssl to lib/libssl/includehowever I could not find my libssl in any of my directory. can somebody help me on this? I have also tried to edit my

Re: Compiling openssl code - ca.c

2009-04-16 Thread Kyle Hamilton
If you make the entire distribution, you'll get the libssl and libcrypto that you need, as well as an openssl binary that contains the entire 'ca' program (invoked as 'openssl ca'). -Kyle H On Wed, Apr 15, 2009 at 11:35 PM, starfish Trousers lucyantie_trous...@yahoo.com wrote: Hi again, I

Can openssl be used to generate keep alive traffic without sending user data?

2009-04-16 Thread Mark Zeren
I have an application which uses long running HTTP POST requests. Once the POST has been sent the client cannot send any more bytes on the TCP connection. However I would like to generate keep alive traffic to probe the state of the connection. Can I do this by forcing OpenSSL to generate traffic

Re: Compiling openssl code - ca.c

2009-04-16 Thread starfish Trousers
Hi Kyle, thanks for the reply. I did make my entire openssl but still fail. I have libssl.a and libcrypto.a but it is in different path and folder. How about lib/libssl? i dont have it. From: Kyle Hamilton aerow...@gmail.com To: openssl-users@openssl.org

How to create windows cert !?

2009-04-16 Thread shawnlau
Hi All! I just want to know how to create a certificate for windows xp , For I tried a lot of time, there always some error that makes me unknown where the mistake was made by me! Is there some instance? Thank you ! Shawn!

first email:engine for pkcs#11!?

2009-04-16 Thread new conf
hello to all; Hope all is good for you. It is my first e-mail to the group. So here is my first question.Hope I'll have a reply. I have to use *openSSL* in my plateform related to a *radius server*. Keys and certicates related to server must be stored in a *samrtcard*. I have only to use them. (

Re: Compiling openssl code - ca.c

2009-04-16 Thread Kyle Hamilton
Did you run ./config ? Try 'make clean', then remake it. If you're on Windows, run ms\do_ms.bat instead of ./config. -Kyle H On Thu, Apr 16, 2009 at 12:54 AM, starfish Trousers lucyantie_trous...@yahoo.com wrote: Hi Kyle, thanks for the reply. I did make my entire openssl but still fail. I

Stunnel 4.27 released

2009-04-16 Thread Michal Trojnara
The ChangeLog entry: Version 4.27, 2009.04.16, urgency: MEDIUM: * New features - Win32 DLLs for OpenSSL 0.9.8k. - FIPS support was updated for openssl-fips 1.2. - New priority failover strategy for multiple connect targets, controlled with failover=rr (default) or failover=prio. -

MS CAPI OpenSSL interop

2009-04-16 Thread ThanhTrung Do
Dear All, I run into a problem with MS CAPI and OpenSSL, googled a lot and found some information about endianness, tried but got no luck. I'm writing a mini-driver for a smartcard, my card does not support key generation, so I have to import keys from Private Key Blobs sent by CAPI. In

Re: How to create windows cert !?

2009-04-16 Thread Jurko Gospodnetić
Hi. I just want to know how to create a certificate for windows xp , For I tried a lot of time, there always some error that makes me unknown where the mistake was made by me! 1. Prepare certificate signature request (CSR). 2. Send the CSR to your certification authority (CA). 3. Get

Re: Compiling openssl code - ca.c

2009-04-16 Thread starfish Trousers
by the way, i'm using linux on fedora distribution. From: Kyle Hamilton aerow...@gmail.com To: starfish Trousers lucyantie_trous...@yahoo.com Cc: openssl-users@openssl.org Sent: Thursday, April 16, 2009 3:59:07 PM Subject: Re: Compiling openssl code - ca.c Did

Re: MS CAPI OpenSSL interop

2009-04-16 Thread Dr. Stephen Henson
On Thu, Apr 16, 2009, ThanhTrung Do wrote: Dear All, I run into a problem with MS CAPI and OpenSSL, googled a lot and found some information about endianness, tried but got no luck. I'm writing a mini-driver for a smartcard, my card does not support key generation, so I have to

Null-ciphers and RFC 4785

2009-04-16 Thread Ouaknine, Keren
Hello, Mazal-tov for getting Beta out. I am interested in the implementation of the null-ciphers (when the encryption is mandatory, and clear-text used). This is part of RFC 4785, which I didn't see in the log changes of openssl 1.0 beta. Any plans for 1.0? If you have any information on this,

Re: OpenSSL cryptography fails in release mode, but no in debug

2009-04-16 Thread Atti
I couldn't make the new version work, but I installed 0.9.8g, from binaries, deleted everything related to OpenSSL, and recompiled the example. It now generated the same output, but in my actual project it still wasn't working. I found some errors in the key handling, and after I fixed that, the

Bind Jamming Port

2009-04-16 Thread Michael Lawson (mshindo)
Hey Guys, I have an application that creates using the openssl libraries under linux a encrypted server. This works perfectly apart from one small bug, whenever I close the application, either deliberately or though an unexpected error the port becomes locked(I get bind errors if I try and start

Re: Null-ciphers and RFC 4785

2009-04-16 Thread Victor Duchovni
On Thu, Apr 16, 2009 at 02:21:10PM +0300, Ouaknine, Keren wrote: Hello, Mazal-tov for getting Beta out. I am interested in the implementation of the null-ciphers (when the encryption is mandatory, and clear-text used). This is part of RFC 4785, which I didn't see in the log changes of

Re: Can openssl be used to generate keep alive traffic without sending user data?

2009-04-16 Thread Victor Duchovni
On Wed, Apr 15, 2009 at 04:53:07PM -0400, Mark Zeren wrote: I have an application which uses long running HTTP POST requests. Once the POST has been sent the client cannot send any more bytes on the TCP connection. However I would like to generate keep alive traffic to probe the state of the

Re: MS CAPI OpenSSL interop

2009-04-16 Thread ThanhTrung Do
From: Dr. Stephen Henson st...@openssl.org Subject: Re: MS CAPI OpenSSL interop To: openssl-users@openssl.org Date: Thursday, April 16, 2009, 5:22 PM On Thu, Apr 16, 2009, ThanhTrung Do wrote: Dear All, I run into a problem with MS CAPI and OpenSSL, googled a lot and found

Re: (DTLS) Nexuiz needs information on the open-ssl UDP stuff.

2009-04-16 Thread Miguel Ghobangieno
Thanks :) Though the memory leak in the guy's code might be a problem :P . The bad news is that some have complained the OpenSSL developers aren't proactively applying patches for DTLS so it's unknown exactly when these issues will be fixed in the core code. Why don't they investigate and

Re: Compiling openssl code - ca.c

2009-04-16 Thread Paul Allen
On Thu, 2009-04-16 at 00:54 -0700, starfish Trousers wrote: Hi Kyle, thanks for the reply. I did make my entire openssl but still fail. I have libssl.a and libcrypto.a but it is in different path and folder. How about lib/libssl? i dont have it. There is no lib directory in the OpenSSL

Re: Bind Jamming Port

2009-04-16 Thread Nikos Balkanas
Hi, Sounds like you are not closing the port when exiting. If you do a netstat what state do you see ? CLOSE_WAIT? BR, Nikos - Original Message - From: Michael Lawson (mshindo) To: openssl-users@openssl.org Sent: Thursday, April 16, 2009 2:04 PM Subject: Bind Jamming Port

Re: (DTLS) Nexuiz needs information on the open-ssl UDP stuff.

2009-04-16 Thread Michael Tüxen
On Apr 16, 2009, at 7:03 PM, Miguel Ghobangieno wrote: Thanks :) Though the memory leak in the guy's code might be a problem :P . The bad news is that some have complained the OpenSSL developers aren't proactively applying patches for DTLS so it's unknown exactly when these issues will be

Re: Bind Jamming Port

2009-04-16 Thread Victor Duchovni
On Thu, Apr 16, 2009 at 11:40:55PM +0300, Nikos Balkanas wrote: Sounds like you are not closing the port when exiting. If you do a netstat what state do you see ? CLOSE_WAIT? More likely failure to use SO_REUSEADDR when creating the server socket. -- Viktor.

Re: (DTLS) Nexuiz needs information on the open-ssl UDP stuff.

2009-04-16 Thread Wes Hardaker
On Thu, 16 Apr 2009 22:44:36 +0200, Michael Tüxen michael.tue...@lurchi.franken.de said: MT Steven has applied all patches Robin provided for DTLS. So MT they should be included in the next releases of OpenSSL. That's certainly good news! -- In the bathtub of history the truth is harder to

Fwd:

2009-04-16 Thread Michael Lawson (mshindo)
-- Forwarded message -- From: Michael Lawson (mshindo) mich...@sphinix.com Date: Fri, Apr 17, 2009 at 12:40 PM Subject: Re: To: openssl-users@openssl.org I had a look through Netstat and there are connections in TIME_WAIT, is this likely to be caused by the same thing ? RE: Hi,

RE: Compiling openssl code - ca.c

2009-04-16 Thread Dave Thompson
From: owner-openssl-us...@openssl.org On Behalf Of starfish Trousers Sent: Thursday, 16 April, 2009 02:35 I googled and found some familiar solutions about my problem and the solution is to make symbolic link due to the missing link: copy it from lib/libssl

RE: Win-32 build problem

2009-04-16 Thread Dave Thompson
From: owner-openssl-us...@openssl.org On Behalf Of Bob Barnes Sent: Wednesday, 15 April, 2009 17:32 I apologize up front if these questions seem particularly basic, but I'm not a Windows developer and I'm not familiar with Visual Studio, makefiles, Perl, etc.

RE: Win-32 build problem

2009-04-16 Thread Bob Barnes
Dave, Thanks for the reply. How exactly do you debug OpenSSL? Do you use Visual Studio or some other tool? As I mentioned earlier I'm not Windows savy, I'm primarily a Java and/or Mac person so I'm quite at home with Eclipse, NetBeans, Xcode, etc., but not Microsoft's tools. Bob

re: re: How to create windows cert !?

2009-04-16 Thread shawnlau
Thanks l lot for you suggestion! In my ENV, I have made a quick-and-dirty CA on a CentOS system. For this , I made these certificate manualy all by myself from the openssl command-line. These certificate works very well between linux to linux system, But When I made it for windowsXPSP3 system,