[CVS] J-PAKE is not experimental in HEAD - broke mingw

2008-11-15 Thread Alon Bar-Lev
Hello,

I believe:
http://cvs.openssl.org/chngview?cn=17631

Broke mingw mkdef.pl although I don't fully understand why.

It tries to export the jpake functions even if the jpake is disabled by default.

To temporary solve it I use the following:
--- openssl-SNAP-20081115.org/util/mkdef.pl 2008-11-12
20:00:24.0 +0200
+++ openssl-SNAP-20081115/util/mkdef.pl 2008-11-15 09:38:43.0 +0200
@@ -313,7 +313,7 @@ $crypto.= crypto/krb5/krb5_asn.h;
 #$crypto.= crypto/store/store.h;
 $crypto.= crypto/pqueue/pqueue.h;
 $crypto.= crypto/cms/cms.h;
-$crypto.= crypto/jpake/jpake.h;
+#$crypto.= crypto/jpake/jpake.h;

 my $symhacks=crypto/symhacks.h;

Regards,
Alon.
__
OpenSSL Project http://www.openssl.org
Development Mailing List   openssl-dev@openssl.org
Automated List Manager   [EMAIL PROTECTED]


[openssl.org #1574] Session Ticket in OpenSSL 0.9.9 and EAP-FAST

2008-11-15 Thread Stephen Henson via RT
You patch has now been applied to HEAD. Thank you for the contribution.
Let me know of any problems.

Steve.


__
OpenSSL Project http://www.openssl.org
Development Mailing List   openssl-dev@openssl.org
Automated List Manager   [EMAIL PROTECTED]


Re: ECDSA

2008-11-15 Thread Larry Bugbee
I would to know how to generate a key with the ECDSA algorithm from  
openssl

or do I have to use the ECDH algorithm for that?

If I have to use ECDH, how do I generate a key ?  ECDH is only to  
share a

secret key.




















ec



An other question: I am doing cryptograhy with EDCSA an/or ECDH I  
would like
to use less code lines from openssl as possible. What should I keep  
or leave

from the code.

Thanks! Hope you will understant my question.

--
View this message in context: 
http://www.nabble.com/ECDSA-tp20387117p20387117.html
Sent from the OpenSSL - Dev mailing list archive at Nabble.com.
__
OpenSSL Project http://www.openssl.org
Development Mailing List   openssl-dev@openssl.org
Automated List Manager   [EMAIL PROTECTED]



__
OpenSSL Project http://www.openssl.org
Development Mailing List   openssl-dev@openssl.org
Automated List Manager   [EMAIL PROTECTED]