Hi David,

Yes indeed I do.  I have seen that link before, but it doesn't contain the
contents of incremental_send (this data is left hanging in limbo with
nothing to do).  My goal is to integrate this into a sockets application I'm
using where there will indeed be a continuous stream of data.

Thanks
Joel




On Feb 6, 2008 1:09 AM, David Schwartz <[EMAIL PROTECTED]> wrote:

>
> > Can you share the code that you found, a link to it, or at
> > least a hint as to which search engine you found it on?
>
> >> http://www.cs.odu.edu/~cs772/sourcecode/NSwO/compiled/encdec.c<http://www.cs.odu.edu/%7Ecs772/sourcecode/NSwO/compiled/encdec.c>
>
> There you go.
>
> I'm curious -- do you understand what the code you are compiling is
> supposed
> to actually *do*? Because if my understanding is correct, it only makes
> sense if you have a source of a stream of bytes and a sink for the stream
> of
> bytes and are trying to interpose an encryption/decryption step in the
> middle. If you don't have these two things, the code will not work because
> it will have no idea where to get its input from and where to send its
> output to.
>
> At least, that's my understanding. If your understanding is different,
> share
> it. If you don't understand what the code is supposed to do, stop trying
> to
> make it work. You will have no way to know when you've succeeded. ;)
>
> DS
>
>
> ______________________________________________________________________
> OpenSSL Project                                 http://www.openssl.org
> User Support Mailing List                    openssl-users@openssl.org
> Automated List Manager                           [EMAIL PROTECTED]
>

Reply via email to