OpenSSL, stdarg and varargs

2001-01-22 Thread Stephane Bortzmeyer
I have an application which uses old-style va_*, with varargs.h. It works fine in many platforms except when compiled with SSL. Unfortunately, SSL seems to '#include ' itself and the two definitions of va_* clash. Here is an example on Solaris : "/usr/include/iso/stda

Re: newbie what is openssl used for?

2001-01-22 Thread Stephane Bortzmeyer
On Sunday 21 January 2001, at 23 h 48, the keyboard of "Ron" <[EMAIL PROTECTED]> wrote: > Do openssl users still have to pay for services like verisign. Of course :-) Verisign is not a charity, not even a political party fighting for free software. We self-sign our certificate for this reason

Re: sample code.

2000-12-22 Thread Stephane Bortzmeyer
On Thursday 21 December 2000, at 19 h 22, the keyboard of Mahesh Anantharaman <[EMAIL PROTECTED]> wrote: > Can any body send me a sample code that does "openssl smime decrypt > function". OpenSSL can do S/MIME? I wasn't aware of that. And I cannot find documentation.

Re: What should be freed when looping?

2000-11-06 Thread Stephane Bortzmeyer
On Monday 6 November 2000, at 10 h 3, the keyboard of Tom Biggs <[EMAIL PROTECTED]> wrote: > Did you check the "documentation" section of the > website listed below in the maillist signature? It's just the list of the prototypes of the functions... Without any semantic information. ___