SV: Base64 in MIME file...is LF really required?

2000-10-23 Thread Hellan,Kim KHE
After you create the base 64 BIO, set the following flag, BIO_set_flags(b64, BIO_FLAGS_BASE64_NO_NL); to parse the input without linefeed. It doesn't seem to work. Basically what I have is: 1: BIO* bioIndata = NULL; 2: BIO* spBio = BIO_new_file((char*) mySMIMEfile, "rb"); 3: PKCS7* p7 =

Re: compile problems

2000-10-23 Thread Andrew Okhmat
On Fri, 20 Oct 2000, Colin Chalmers wrote: [...skip...] I get an error that the cnf can't be found (/usr/local/ssl/openssl.cnf) OK I can handle that! I recompiled openssl with the following directive --openssldir=e:\opensource\openssl Things start OK then I get the an error u1077:'cl'

Re: SV: Base64 in MIME file...is LF really required?

2000-10-23 Thread Richard Levitte - VMS Whacker
From: "Hellan,Kim KHE" [EMAIL PROTECTED] khe After you create the base 64 BIO, set the following flag, khe BIO_set_flags(b64, BIO_FLAGS_BASE64_NO_NL); khe to parse the input without linefeed. khe khe It doesn't seem to work. Basically what I have is: khe khe 1: BIO* bioIndata = NULL; khe 2:

SV: SV: PKCS#7 signed text...how to get it

2000-10-23 Thread Hellan,Kim KHE
But in a test environment, it would be nice to be able to extract the text from any PKCS#7 structure without having to worry about loading the right CA certificates. Well you can do this using PKCS7_verify() and passing the appropriate flags. If you set the PKCS7_NOVERIFY flag it wont verify

multi signature

2000-10-23 Thread DAABOUL Toufic - NTR
hello We are trying to make a program allowing users to sign an email, a document or even a web form and for some reasons, we have chosen SMIME format as a format for the output messages. One of the applications aimed is to allow users to multi sign a document which means to sign a document

Re: howto build without ssl2

2000-10-23 Thread Bodo Moeller
On Thu, Oct 19, 2000 at 06:03:02PM +0200, Thomas Leyer wrote: I want to use this in kernel mode, so I think the exclusion of ssl2 should take place while I build the libs... Try compiling with -DNO_SSL2. If this does not work out of the box, send patches to openssl-dev.

How to enable Session Caching

2000-10-23 Thread hello there
Hi, I am working on a simple SSL proxy which does transformation from HTTPs requests to normal HTTP. I am using "OpenSSL ver 0.9.5a". The problem is that the proxy starts a new SSL session (SSL handshake) for each connection, even if the client (browser) sends the session ID along with the

Anyone have a sample project they have compiled in VC++?

2000-10-23 Thread Paul Baranowski
I have been trying to compile an OpenSSL sample project in VC++ without success. I was wondering if anyone had a test program project file lying around that they could send to me? I would have sent the test program I am working on but I dont have it with me right now. Are there any

Re: Anyone have a sample project they have compiled in VC++?

2000-10-23 Thread Andrew W. Gray
Paul - Most errors in app development with OpenSSL in VC++ arise from the fact that you are linking against the wrong c-runtime. The default build is /MD for multi-threaded dll for openssl. The defaults for a new project in vc++ is Single-threaded. An easy way to get the project settings

Re: Anyone have a sample project they have compiled in VC++?

2000-10-23 Thread Richard Levitte - VMS Whacker
From: "Andrew W. Gray" [EMAIL PROTECTED] agray Most errors in app development with OpenSSL in VC++ arise from agray the fact that you are linking against the wrong c-runtime. The agray default build is /MD for multi-threaded dll for openssl. The agray defaults for a new project in vc++ is

why PKCS12_parse() returns 0?

2000-10-23 Thread Pietro
Hello everybody, I have a problem using PKCS12_parse that returns 0, meaning something goes wrong. I am using MS VisualC++ 6.0 on a Windows2000 (Intel) machine. I'm writing a simple application just to understand some the libeay library calls, but I can't figure out what's wrong with my code.

Re: why PKCS12_parse() returns 0?

2000-10-23 Thread Dr S N Henson
Pietro wrote: Hello everybody, I have a problem using PKCS12_parse that returns 0, meaning something goes wrong. I am using MS VisualC++ 6.0 on a Windows2000 (Intel) machine. I'm writing a simple application just to understand some the libeay library calls, but I can't figure out what's

Mac OS X Server Troubles

2000-10-23 Thread Aaron Faby
Has anyone gotten OpenSSL 0.9.6 to compile on Mac OS X Server? If so what arguements did you add to get it to work? Thanks! | Aaron Faby [EMAIL PROTECTED] | | Implementation Specialist, PowerSchool, Inc. | | http://www.powerschool.com

still trying to get EXP-RC4-MD5 working..

2000-10-23 Thread Tarik Miller
when my server displays its list of supported ciphers I get a large list, the last 3 entries are: EXP-RC4-MD5 SSLv3 Kx=RSA(512) Au=RSA Enc=RC4(40) Mac=MD5 export EXP-RC2-CBC-MD5 SSLv2 Kx=RSA(512) Au=RSA Enc=RC2(40) Mac=MD5 export EXP-RC4-MD5 SSLv2

Re: some doc help

2000-10-23 Thread Tom Biggs
At 12:44 PM 10/20/00 -0400, I wrote: I'm poring over the ssleay.txt, but it is of course an agglomeration of various emails and random thoughts by Eric. It's very useful in its own way, but... What it doesn't do is present a high-level view which describes why all the various abstractions

I need the 'bc' script/tool. Please help!

2000-10-23 Thread Dieter Nützel
Hello, I have a nearly 'hand crafted' Linux system on which I use the 2.xx rpm tool. So I tried to compile openssl-0.9.6 with 'rpm -ta openssl-0.9.6.tar.gz. The compilation went good sofar but stops with an error during the test phase. Where can I grep 'bc' or in which rpm-src package is it

Re: some doc help

2000-10-23 Thread john traenky
I've volunteered to several on several occasions, to no avail. I guess this is seen more as an informal, roll-yer-own kind of security tool? Real Men Read the Source and Install? --- Tom Biggs [EMAIL PROTECTED] wrote: At 12:44 PM 10/20/00 -0400, I wrote: I'm poring over the ssleay.txt, but