RE: More DH questions

2003-09-03 Thread David Schwartz
I'm not 100% sure I'm following you because of your choice of terminology, but here goes: Yes, I do understand the DH exchange process. But with respect to the OpenSSL DH Library usage, let's say I and another party have fixed p g. I calculate X using DH_generate_key() (I get a

[openssl.org #682]

2003-09-03 Thread [EMAIL PROTECTED] via RT
__ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]

compile problems ????

2003-09-03 Thread Daniel . Mulrooney
Not sure if this is the right place, if not what group would be more appropriate, I'm attempting to create our own SSH build using OpenSSL9.7.b. I've downloaded both the source and the binaries and have noticed some differences between my compile and an already prepared package. The lib

Re: compile problems ????

2003-09-03 Thread Nathan Kidd
Not sure if this is the right place, if not what group would be more appropriate, openssl-users is probably more appropriate than this development list, but... -rw-r--r-- 1 bin bin 1943752 Apr 17 06:28 libcrypto.a -r-xr-xr-x 1 bin bin 1329284 Apr 17 06:28 libcrypto.so.0.9.7

Re: More DH questions

2003-09-03 Thread Nils Larsch
On Wednesday 03 September 2003 04:59, Bala Pitchandi wrote: Hello, Is it true that for a given P g, I would always get the same public key No, the private key is (should be) a random number = you get a different public key for each invocation of DH_generate_key and for a given P, g

Re: More DH questions

2003-09-03 Thread Michael Sierchio
Nils Larsch wrote: Is it true that for a given P g, I would always get the same public key No, the private key is (should be) a random number = you get a different public key for each invocation of DH_generate_key Not quite, no. In fact, DH would be pretty useless if that were the case. See

Re: More DH questions

2003-09-03 Thread Jon Bright
Nils Larsch wrote: What could be the possible problem where I am getting a different secret pub_key every time? Perhaps you should read a textbook about cryptography. I recommend Practical Cryptography from Bruce Schneier and Nils Fergusson in this respect - it has a fine description of DH

RE: More DH questions

2003-09-03 Thread Bala Pitchandi
Sorry about the confusion in terminologies. My confusion was not about the DH exchange process. It's about how the APIs work and generate keys. I should have been clearer in using the different nomenclature. Anyways, I now understand how the APIs work, after lot of digging into the code and

Re: compile problems ????

2003-09-03 Thread Daniel . Mulrooney
Not sure if this is the right place, if not what group would be more appropriate, openssl-users is probably more appropriate than this development list, but... -rw-r--r-- 1 bin bin 1943752 Apr 17 06:28 libcrypto.a -r-xr-xr-x 1 bin bin 1329284 Apr 17 06:28 libcrypto.so.0.9.7 -rw-r--r--

Re: compile problems ????

2003-09-03 Thread Nathan Kidd
# ./openssl ld.so.1: ./openssl: fatal: libssl.so.0.9.7: open failed: No such file or directory Killed Now the file libssl.so.0.9.7 is there. It's located in the /usr/local/ssl/lib directory. Can anyone lead me in the right direction. Set LD_LIBRARY_PATH to include that directory. (See

Re: Dynamic Engine Loading Support

2003-09-03 Thread Geoff Thorpe
On September 3, 2003 03:06 pm, Bommareddy, Satish (Satish) wrote: OpenSSL 0.9.7b how do i enable/build openssl with dynamic engine loading support? I am trying to load opensc engine using [EMAIL PROTECTED] satish]# openssl OpenSSL engine dynamic -pre

RE: Dynamic Engine Loading Support

2003-09-03 Thread Bommareddy, Satish (Satish)
It does look like it is build in with the engine... OpenSSL version -a OpenSSL 0.9.7b 10 Apr 2003 built on: Thu Aug 28 09:57:24 PDT 2003 platform: linux-pentium options: bn(64,32) md2(int) rc4(idx,int) des(ptr,risc1,16,long) idea(int) blowf ish(idx) compiler: gcc -DOPENSSL_THREADS -D_REENTRANT

SPNEGO APIs and Apache modules

2003-09-03 Thread Frank Balluffi
Markus Moeller and I have made SPNEGO C APIs and Apache modules available at https://sourceforge.net/projects/modgssapache/. The project contains three packages: fbopenssl mod_spnego modgssapache fbopenssl (for lack of a better name) is a library of extensions to OpenSSL, including APIs for

Re: Dynamic Engine Loading Support

2003-09-03 Thread Geoff Thorpe
On September 3, 2003 08:18 pm, Bommareddy, Satish (Satish) wrote: It does look like it is build in with the engine... OpenSSL version -a OpenSSL 0.9.7b 10 Apr 2003 built on: Thu Aug 28 09:57:24 PDT 2003 platform: linux-pentium options: bn(64,32) md2(int) rc4(idx,int) des(ptr,risc1,16,long)