RE: RE: [openssl.org #1520] request for checking if -in and -out files are same

2007-04-20 Thread David Schwartz
> On 2007.04.19 at 11:59:39 -0700, David Schwartz wrote: > > > This is not nearly as simple as you might think. Are 'foo.txt' > and 'Foo.txt' the same file? What about 'directory/file.txt' and > 'symlink/file.txt'? > > > > I don't see how you can do this without making assumptions about the > > se

openssl debug

2007-04-20 Thread Rose, Daniel
Hi all, Is there a function or option to set so that openssl generates verbose handsake error messages? Thanks

Re: [openssl.org #1520] request for checking if -in and -out files are same

2007-04-20 Thread Stefan Neis
Hi, > I don't see why these assumptions cannot be done at compile time. > There exists few different filesystem semanctics: > > Unix one, > DOS/Windows one, > VMS (versioned) one. How do you know which one to use? In our networked world it's difficult to know what kind of filesystems you

Re: Build of 0.9.8e fails in shared debug-linux-elf

2007-04-20 Thread Michael Haubenwallner
Hi devs, (Sorry for reusing subject of a previous message, but I'm unable to reply to that message directly) as I did not find some solution yet, I've dropped a testcase on gcc-help[1], here's the answer - what do you think ? [1] http://gcc.gnu.org/ml/gcc-help/2007-04/msg00200.html Thanks! /ha

Re: RE: [openssl.org #1520] request for checking if -in and -out files are same

2007-04-20 Thread Victor B. Wagner
On 2007.04.19 at 11:59:39 -0700, David Schwartz wrote: > This is not nearly as simple as you might think. Are 'foo.txt' and 'Foo.txt' > the same file? What about 'directory/file.txt' and 'symlink/file.txt'? > > I don't see how you can do this without making assumptions about the > semantics of t