Re: OPENSSL Documents

2001-03-28 Thread John Denney
Yes, there are several utilities to view them: $ ls /usr/local/bin/pod2* /usr/local/bin/pod2html /usr/local/bin/pod2man /usr/local/bin/pod2usage /usr/local/bin/pod2latex /usr/local/bin/pod2text They come with the perl distribution, I think. Ron Hariski wrote: > > I notice all the documen

Re: Problem connecting to 993 port ??

2001-03-21 Thread John Denney
On my sun machine, /usr/include/errno.h included /usr/include/sys/errno.h which has: #define EPIPE 32 /* Broken pipe */ But I don't have a clue why your pipe would be broken. Darrin Powell wrote: > > I am setting up IMAP to use SSL. I recieve this error when I try to connect t

Re: Algorithm names from acronyms.

2001-03-14 Thread John Denney
Bill Browning wrote: > > Hello everyone, > I've compiled out several algorithms that I do not wish to use in > openssl (i.e. NO_IDEA, NO_DSA, etc). After running openssl ciphers I've > noticed several ciphers that I have no idea what their real names are, or > how to compile with out them

build/debug dll version

2001-03-14 Thread John Denney
I'm trying to step into an openSSL function using Microsoft VC++ 6.0 workbench debugger, but it refuses to step into it. The libraries were built using the ntdll.mak file, with the options modified for debug version by setting /Zi, changing /MD to /MDd, and replacing the optimize flags /Ox /O2 /O