RE: Passing data with callback-functions

1999-05-26 Thread Scheltema, R.A.
Hi, Thanks for your reply. It's a shame though that the option isn't build yet in OpenSSL, since it will be too late for the project I'm working on (still only one month left) to be incorporated. Still I would like it if it would be build in OpenSSL, because I certainly intend to continue with Op

Re: Bug in MingW32 support

1999-05-26 Thread Ulf Möller
>Compiling 0.9.3 under NT4/egcs-1.1.2 including the test went fine >after I changed line 6 in util/pl/mingw32f.pl to read >$o='/'; util/pl/mingw32f.pl is used only to put files to their places using the DOS utilities. util/pl/mingw32.pl is the one to be used for the actual compiling (and for eve

Re: What data can I put in a certificate?

1999-05-26 Thread Bodo Moeller
Carlos Costa Portela <[EMAIL PROTECTED]>: > Can I put all the data that I want in a certificate, and then, sign it, or > is there limitations? Limitations of what kind? Specification, software, compatibility? If you're talking about that MPEG of your cat thing (see http:// www.cs.auckland.ac.n

Re: Perl-Sript to modify the #include path?

1999-05-26 Thread Bodo Moeller
Juergen Moellenhoff <[EMAIL PROTECTED]>: > is there a Perl-Script (or whatever script) available which makes it > easier to modify the #include path inside the .h files? For example, > I would like to change the path from #include to > #include "bn.h". Why whould you need a perl script to do th

Re: Passing data with callback-functions

1999-05-26 Thread Dr Stephen Henson
Ben Laurie wrote: > > Dr Stephen Henson wrote: > > > > Scheltema, R.A. wrote: > > > > > > Hi all, > > > > > > I'm currently working on an implementation of a program using openssl. In > > > this program it would be extremely usefull if I could pass data to the > > > callback-functions in the way,

Re: Passing data with callback-functions

1999-05-26 Thread Ben Laurie
Dr Stephen Henson wrote: > > Scheltema, R.A. wrote: > > > > Hi all, > > > > I'm currently working on an implementation of a program using openssl. In > > this program it would be extremely usefull if I could pass data to the > > callback-functions in the way, for example, the thread call-back met

Re: 0.9.3 bug ?

1999-05-26 Thread root
> Hmmm ... so who is reporting this to the egcs guys? Me!! ;) I'm subscribed into EGCS-Bugs List... T+ leo __ OpenSSL Project http://www.openssl.org Development Mailing List

Re: Passing data with callback-functions

1999-05-26 Thread Dr Stephen Henson
Scheltema, R.A. wrote: > > Hi all, > > I'm currently working on an implementation of a program using openssl. In > this program it would be extremely usefull if I could pass data to the > callback-functions in the way, for example, the thread call-back method is > done (or x-event-methods, ...).

Re: 0.9.3 bug ?

1999-05-26 Thread Al Smith
> > Well, to be honest I don't really have a clear clue:-) It just works! I > > suppose egcs-1.1.2 optimizer takes it easier on for(;1;) than on > > for(;;)... > > Hmmm ... so who is reporting this to the egcs guys? already done. regards, -al. _

Re: Header files ...

1999-05-26 Thread Bodo Moeller
On Wed, May 26, 1999 at 09:59:54AM -0400, Salz, Rich wrote: >> It's much less confusing to have the header files in the same >> directory as the corresponding source code than cramming all 50 of >> them into a single directory. > Seems to me the difference is "rc4.h" or "../include/rc4.h" > when

RE: Header files ...

1999-05-26 Thread Salz, Rich
> It's much less confusing to have the header files in the same > directory as the corresponding source code than cramming all 50 of > them into a single directory. Seems to me the difference is "rc4.h" or "../include/rc4.h" when editing. The chance of editing the wrong file, need symlinks, etc.

Re: 0.9.3 bug ?

1999-05-26 Thread Ben Laurie
Andy Polyakov wrote: > > > > > > on linux 2.2[.9] with egcs-1.1.2 and libc.5.4.46, the bignum test fails. > > > > > with "./Configure no-asm linux-elf", test/bntest results in the attached > > > > > output, which ends with "Left shift test failed!" the next test (exptest) > > > > > appears to be

Re: Header files ...

1999-05-26 Thread Bodo Moeller
On Wed, May 26, 1999 at 11:48:59AM +1000, Ron Ramsay wrote: > I, also, would prefer 'global' header files to be in the 'global' > include directory. Why? If you want to have the header files in once place so that you can easily look at them on an OS where symbolic links are not available, then

Re: memory leak

1999-05-26 Thread Dr Stephen Henson
shi jin wrote: > > openssl 0.9.3, debug-linux-elf > > sj:apps# ./openssl ca -gencrl > > Electric Fence 2.0.5 Copyright (C) 1987-1998 Bruce Perens. > Using configuration from /usr/local/ssl/openssl.cnf > -BEGIN X509 CRL- > MIIBDjCBuTANBgkqhkiG9w0BAQQFADBgMQswCQYDVQQGEwJBVTEMMAoGA1UECBM

Re: Bug in MingW32 support

1999-05-26 Thread Bodo Moeller
On Wed, May 26, 1999 at 12:30:23PM +0200, Rainer W. Gerling wrote: > Compiling 0.9.3 under NT4/egcs-1.1.2 including the test went fine > after I changed line 6 in util/pl/mingw32f.pl to read > $o='/'; > that is one slash insteat of two backslash. Presumably you should have used util/pl/Mingw32.

Passing data with callback-functions

1999-05-26 Thread Scheltema, R.A.
Hi all, I'm currently working on an implementation of a program using openssl. In this program it would be extremely usefull if I could pass data to the callback-functions in the way, for example, the thread call-back method is done (or x-event-methods, ...). The password method would look like:

Re: req_attributes

1999-05-26 Thread Dr Stephen Henson
Wade L. Scholine wrote: > > > -Original Message- > > From: Dr Stephen Henson [mailto:[EMAIL PROTECTED]] > > Sent: Tuesday, May 25, 1999 6:35 AM > > To: [EMAIL PROTECTED] > > Subject: Re: req_attributes > > > > > > Wu Zhigang wrote: > > > > > > Hi, > > > > > > can an expert give me some id

RE: Building 0.9.3 on NT with ml...

1999-05-26 Thread Per Nilsson
This stuff got me thinking... Wouldn't it be nice to change all shell scripts to perl so they are easier to run under windows and other non-unix platforms ? /Per > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Patrik Carlsson > Sent: Wednesday, Ma

Perl-Sript to modify the #include path?

1999-05-26 Thread Juergen Moellenhoff
Hi, is there a Perl-Script (or whatever script) available which makes it easier to modify the #include path inside the .h files? For example, I would like to change the path from #include to #include "bn.h". Bye, Juergen Moellenhoff

Bug in MingW32 support

1999-05-26 Thread Rainer W. Gerling
-BEGIN PGP SIGNED MESSAGE- Hi, Compiling 0.9.3 under NT4/egcs-1.1.2 including the test went fine after I changed line 6 in util/pl/mingw32f.pl to read $o='/'; that is one slash insteat of two backslash. Great job Rainer -BEGIN PGP SIGNATURE- Version: PGP 6.0.2 -- QDPGP 2.60

What data can I put in a certificate?

1999-05-26 Thread Carlos Costa Portela
Hello all! Can I put all the data that I want in a certificate, and then, sign it, or is there limitations? Thanks in advance, Carlos. ___Carlos Costa Portela___Password Technologies__ | e-mail: [EMAIL PROTECTED] | http://www.registros.net| | www: htt