Problems linking

2000-07-31 Thread Paolo Montini
Hi all, I am trying to use the SHA1 function in a simple program. I am workin with Borland C++ 4 on Win98. This is what the compiler tells me :       [Linker Error] Unresolved external '_SHA1' referenced from C:\WINDOWS\DESKTOP\PROJECT2.OBJ.   Anyone can help me with this stupid problem ?  

Re: file format convertion

2000-07-31 Thread root
On Mon, 31 Jul 2000, deng_xiufeng wrote: > Do someone know format of cert7.db and key3.db which netscape navigator uses? > and how to convert DER or PEM certificate to this format? Sorry for being vague here. Go to www.mozilla.org at the security link and you will find a page that explains thos

Hexadecimal file names

2000-07-31 Thread felipe . saintjean
Hi, Im not sure if its a problem with OpenCA or OpenSSL. OpenSSL , after generating a cert, it stores it as XXX.pem, where XXX is a number. Im having problems with that number being a hexadecimal representation(should it be?), because openCA expects a Decimal number. Any body knows how to co

Re: BIO edits for win32

2000-07-31 Thread Richard Levitte - VMS Whacker
From: DeJuan Jackson <[EMAIL PROTECTED]> djackson> I've recently started using BIO's for async communication on djackson> my Windows Server. In writing this app I noticed that a djackson> connect BIO would bomb anytime it was supplied an ip djackson> address. After many traces through the code

BIO edits for win32

2000-07-31 Thread DeJuan Jackson
I've recently started using BIO's for async communication on my Windows Server. In writing this app I noticed that a connect BIO would bomb anytime it was supplied an ip address. After many traces through the code it hit me that the WSA startup code was skipped in an IP case. The diff below sh

Piping into PEM pass phrase!!!

2000-07-31 Thread Markus Wagner
Hello, I am building a CA frontend in C/C++ and need to automatically provide input for the PEM pass phrase dialog when signing CSRs. I open three pipes for stdin/stdout/stderr, fork to openssl and write the pwd into stdin. But openssl doesnt read my input. The thing is: I already did this in P