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
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
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
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
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
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
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
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
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
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>
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
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
[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
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
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
15 matches
Mail list logo