List configuration - reply to user, not list [was Re: Diffie-Hellman Documentation]

1999-02-09 Thread Andrew Cooke
Whoa! Why isn't this list configured so that if I hit reply it goes to the original sender by default, and not the list? ssl-users workled like that, as does another mailing list I use. It was a bit of a surprise to see a message I thought I had just dashed off to one person arrive on the list!

Re: Diffie-Hellman Documentation

1999-02-09 Thread Andrew Cooke
I think I mention DH in the docs at http://www.intertrader.com/library/SSLeay/no_rsa.cfm Andrew At 02:59 PM 2/9/99 +0800, you wrote: >Hi, > >I want to use the Diffie-Hellman part in OpenSSL, but I can't find a >relevant documentation in the "openssl-0.9.1c\doc" directory. Anyone >who knows co

Re: Diffie-Hellman Documentation

1999-02-09 Thread Vadim Fedukovich
Hello Wayne, why don't you just look at source? With DH one usualy want to generate a shared secret given his private key and someone else's public key; this can be done with DH_compute_key(). The first param is a char[] buffer to place the secret generated to, public key next, private key to

Re: Diffie-Hellman Documentation

1999-02-09 Thread Ulrich Kroener
Wayne, I do not know anything about Diffie-Hellmann. Never used it. Might want to ask the list instead. If you use .cpp, don't forget to wrap your C stuff in #ifdef __cplusplus extern "C" { #endif " /* Your stuff */ #ifdef __cplusplus } #endif " Otherwise you will get undefined external

Diffie-Hellman Documentation

1999-02-09 Thread Ng Wei Yang
Hi, I want to use the Diffie-Hellman part in OpenSSL, but I can't find a relevant documentation in the "openssl-0.9.1c\doc" directory. Anyone who knows could please lend me a hand? Thank you in advance. Regards, Wayne [EMAIL PROTECTED] _