DH: problem with DH_compute_key

2002-06-18 Thread julien Bournelle
Hi all, I have a little pb and after a little search on google I didn't find any interesting help :-( This is my pb: i try to get a session key by DH and when I compute keys I didn't obtain the same session key. This is the code : #define PRIME_LEN 64 #define GENERATOR 5 ... DH *dh_mn;

Re: DH: problem with DH_compute_key

2002-06-18 Thread Vadim Fedukovich
On Tue, Jun 18, 2002 at 05:30:45PM +0200, julien Bournelle wrote: Hi all, I have a little pb and after a little search on google I didn't find any interesting help :-( This is my pb: i try to get a session key by DH and when I compute keys I didn't obtain the same session key. No