Re: debbuging my application with entering into OpenSSL

2004-08-16 Thread Igal Ore
Igal Ore wrote: I have some quite simple application develloped to use OpenSSL 0.9.7d , and test simple calls throw engine API. i compiled OpenSSL , Linux Mandrake 10.0 pentium686 gcc 3.3.2, with debbuging info (./config -g). Now how should i compile my application that not shared library

Re: New engines.

2004-08-10 Thread Igal Ore
Roberto Gallo wrote: Hi,   I would like to develop a new engine with some crypto functions to with OpenSSL. Where can I get information about the API? Where should I start?   Thank you, Roberto Gallo look at crypto/engine directory . there several engines in there. Tak

Re: using openssl in a c++ application

2004-06-13 Thread Igal Ore
Saeideh Ghanipour wrote: Hi, I am developing a cryptography software. I need to use OpenSSL APIs for reading and writing X.509 certificates and other DER encoded data according to the PKCS format. Could anybody help me to do it or intorduce a free downloadable reference? Tnx a lot

Re: keys format.

2004-06-07 Thread Igal Ore
Paul Cui wrote: hi, does anyone know how can I tell programatically if a private key is encrypted with a passphrase or unencrypted. thanks. -Paul __ OpenSSL Project http://www.openssl.org User Suppor

Re: PKCS7_sign error

2004-06-02 Thread Igal Ore
Pablo J Royo wrote: error:2106906D:lib(33):func(105):reason(109) error:21074041:lib(33):func(116):reason(65) >From crypto/err/err.h you se the 33 sub-library is PKCS7. >From pkcs7/pkcs7.h you see the 105 function is PKCS7_dataInit, and from that file you see the reason 109 is

Re: AW: AW: memory leak in multithreaded c++ program

2004-05-04 Thread Igal Ore
Hawk wrote: Those are last two lines of my thread execution callback. If you call any openssl's free function after ERR_remove_state(0), you will have a memory leak, because it will create another thread context that will never be freed. So i can do SSL_free(clientssl); SSL

Re: memory leak in multithreaded c++ program

2004-05-03 Thread Igal Ore
Hawk wrote: Hi I wrote a multithreaded program using openssl But with every connection it grows up about 8kb I think I freed all SSL* and SSL_CTX* I used I used this functions to make my program threadsafe: Perhaps anyone can give me a hint if there is an error? With best regards Stephan void CRYPT

Re: Macro definitions for AdNovum's pkcs11 openssl extension

2004-01-23 Thread Igal Ore
Martin Buechler wrote: Hi, Just trying to get openssl using various PKCS#11 libraries. I adapted the Makefile in openssl/apps to include AdNovum's PKCS#11 code from the contirb section of openssl.org, but there a lots of macro definitions missing. Searching the web did not yield anything helpfu

Re: Using OpenSSL and smartcards with pkcs#11

2004-01-15 Thread Igal Ore
Amira Solomovici wrote: Hi all, I have been having difficulty in finding a tutorial explaining how to use the openssl application with smartcards, and I hope that someone could help me with the following: What I am basically trying to do is use a smartcard for logging into my Linux machine. I h

Re: IMPORTANT: The release of 0.9.6h is postponed

2002-11-25 Thread Igal Ore
Jeffrey Altman wrote: In message <[EMAIL PROTECTED]> on Sat, 23 Nov 2002 13:36:43 -0500, Geoff Thorpe <[EMAIL PROTECTED]> said: geoff> But then we already knew that - Peter Gutmann had pointed out in the past geoff> that a single write of zeroes to disk or memory doesn't protect against geoff>

Re: IMPORTANT: Please try the 0.9.6 snapshots

2002-11-20 Thread Igal Ore
Richard Levitte - VMS Whacker wrote: Because of lack of time, and because I'm not entirely sure we've gotten all the reported bugs, I'm moving the release of 0.9.6h until thursday night (swedish time). Please test the snapshots for the 0.9.6 branch until then, on as many platforms as you have av

Re: OpenSSL won't build under MinGW 2.0.0-3

2002-11-20 Thread Igal Ore
Jon Hedlund wrote: I just installed the latest 2.0.0-3 version of MinGW and tried to build OpenSSL versions 0.9.6g and 0.9.7-beta4. The build process in both cases compiles for about 10 minutes and then complains about not finding gmkdir and quits. I found a gmkdir binary for Win32 and put it

Re: is there a Vc++ workspace project for building debuggable OpenSSLdll/lib on windows?

2002-11-16 Thread Igal Ore
[EMAIL PROTECTED] wrote: hi, does anyone have a vc++ workspace for building the OpenSLL project. my program is currently never returning after executing the SSL_CTX_use_PrivateKey_file(pxCTX, KEYF, SSL_FILETYPE_PEM) call. to build a debuggable version, i tried to edit the ntdll.mak file by cha

Error on attempt to compile with MinGW

2002-11-08 Thread Igal Ore
I always have used Visual C++ option to compile OpenSSL , but now when i trying to compile with MinGW (gcc,make and all other good GNU stuff) i receiving some errors; Firstlly i'm working on w2k sp2 machine , openssl 0.9.6g and latest mingw 2.0.0.3 ( i think) . I can utilize mingw ( i using

Error on attempt to compile with MinGW

2002-11-08 Thread Igal Ore
I always have used Visual C++ option to compile OpenSSL , but now when i trying to compile with MinGW (gcc,make and all other good GNU stuff) i receiving some errors; Firstlly i'm working on w2k sp2 machine , openssl 0.9.6g and latest mingw 2.0.0.3 ( i think) . I can utilize mingw ( i using ec