pkcs7_out_bio

2002-12-01 Thread [EMAIL PROTECTED]
I've found this function in the /crypto/pkcs7/pk7_enc.c but when I try to use it I get an " undefined reference to `PKCS7_out_bio' " althought I've copied all the libraries needed. I faced the same problem with the function `PKCS7_in_bio'. Anyone can tell me more about? thanks -

Re: Visual Studio

2002-12-01 Thread mikecross
it's in the same manner as VC 6.0. Compile openSSL /2 dlls - libeay32.dll ssleay32.dll/ add openSSL includes and lib files into VC dirs. if you want there is openSSL .dsw and .dsp files for VC6 which easily can be converted to VC7 project files. http://www.iconsinc.com/~agray/ossldev/ --- Desmon

RE: OpenSSL-0.9.7-beta4 for WinCE

2002-12-01 Thread Steven Reddie
You need to link against wcecompat.lib (see INSTALL.WCE).  This is where the missing functions live. -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Manuel Gil PérezSent: Saturday, 30 November 2002 4:50 AMTo: [EMAIL PROTECTED]Subject: Ope

RE: Distinguish name

2002-12-01 Thread Jimi Thompson
Is it possible to customize the fields of Dinstinguish Name of a certificate? How can I do? Thanks in advance, Fulvio Fulvio, You would have to do that in the application/certificate request. Once the certificate is issued, NONE of the information can be edited without invalidating the ce

OpenSSL 0.9.7-beta4: Windows CE/Pocket PC 2002/x86 compilation problem

2002-12-01 Thread Atul Prakash
Hi, I am trying to compile OpenSSL0.9.7-beta4 for Windows CE, x86 environment, for pocket pc 2002 SDK, but ran into a problem during the link phase. I am hoping someone can help. First, the VC-CE.pl required a change because it appears that the compilation flags must be -Dx86 and -D_X86_ (note th