R: About OpenSSL 0.9.7 release

2002-04-08 Thread Francesco Dal Bello
I have compile my company utility with OpenSSl 0.9.6c libs. None errors. Then I have recompile with OpenSSL 0.9.7 snap libs and I've got these errors: 'RIPEMD160_DIGEST_LENGTH' : undeclared identifier 'RIPEMD160' undefined; assuming extern returning int 'PKCS7_content_free' undefined; assuming ex

PKCS7

2002-04-08 Thread Abate Gianvittorio
Hi, Would you explain me how I can create a pkcs7 envelope containing a SHA1 signed message? By GV > Ing. Gianvittorio Abate > System Engineer > GBU Telecoms > SchlumbergerSema - SEMA S.p.A > Via Antiniana, 2/A - 80078 Agnano (NA) - Italy > Voice: +

Winsock2 out-of-the-box support

2002-04-08 Thread Mike Zeoli
Hi all, Are there any plans to support linking against Winsock 2 "out-of-the-box" for Windows builds? perhaps as a configure option? I can certainly hack the makefile myself to do what I want, but we have our users download and build OpenSSL themselves and it would be nice if it were as easy as

Wireless Certificate

2002-04-08 Thread Averroes
Hi, Does anyone know if it is possible to generate wireless certificate with openssl? Or if it will be available in a near future? Regards #- Averroes __ OpenSSL Project http://www.openssl

OSCP Question

2002-04-08 Thread Averroes
Hi all, Want to set up oscp service in my website: Does oscp implementation in openssl act as a service "daemon" or it is just a utility tool? Could be very cool if someone has examples of configuration! Regards #-- Averroes ___

Re: Is OpenSSL Production Ready?

2002-04-08 Thread Chris Cleeland
On Mon, 8 Apr 2002, Mark H. Wood wrote: > On Sat, 6 Apr 2002, Jeffrey Altman wrote: > > There is an answer to this of course. It is do not link against > > OpenSSL but instead load the libraries and functions manually as > > OpenSSL does with the DSO interface. Then the two programs are > > sep

Re: How can I check a signed-text

2002-04-08 Thread Aleksey Sanin
XML Signature is quite complicated standard. You could not simply check the signature by calculating the digest of whole XML document. OpenSSL does not support XML DSig. Probably you want to use some other library. For example, you can try one I wrote: http://www.aleksey.com/xmlsec Alek

Re: Is OpenSSL Production Ready?

2002-04-08 Thread Mark H. Wood
On Sat, 6 Apr 2002, Jeffrey Altman wrote: > There is an answer to this of course. It is do not link against > OpenSSL but instead load the libraries and functions manually as > OpenSSL does with the DSO interface. Then the two programs are > separate with separate licenses. Thank you! I hadn't

Information on engine design?

2002-04-08 Thread Mads Rasmussen
Does any information/documentation exist of the design of the engine solutions for OpenSSL? Anyone has actually written something about this? What about the cryptoki interface? So far I guess OpenSSL doesn't support the pkcs 11 but only native interfaces, why? Regards, Mads _

How can I check a signed-text

2002-04-08 Thread I . A . Saez . Scheihing
Hi, I have an XML application (works only with MSIE) which signs a html form with the users private key.. Now I want to verify the signaturevalue on the server (Sun Solaris 2.8). I've succeeded in extracting the public key but I can't find the rigth openssl (version 0.9.6c) options to check

Test; ignore please

2002-04-08 Thread I . A . Saez . Scheihing
test Ivan Ing. Ivan Saez Scheihing , Eindhoven University of Technology Systeemhuis/Bush BG 3.41 tel. 040-2475044 P.O.Box 513, 5600 MB Eindhoven, The Netherlands E-Mail: [EMAIL PROTECTED] __ OpenSSL Project

Java + LDAP it works :)

2002-04-08 Thread Zamangoer, Ferruh
Hi all, thanks to all people once more who try to help me. I have do the following steps: 1. I have use the posting from Brandon Amundson [[EMAIL PROTECTED]] from 04.04.2002 16:27 there a description how you can create and handle with certificates to create my own certificates. 2. after that I

Crash in DH_Free

2002-04-08 Thread Agarwal, Sudhi
Hi, I am using OpenSSL version 0.9.6b on NT I am getting a crash sometimes in my SSL server application when the connection is broken between the server and the client. The crash occurs very rarely and the stack is almost the same. The crash is happening in SSL_free->ssl_cert_free->dh_free. Two o