Re: Question about DSA private keys - Quick replies appreciated!

2010-03-10 Thread Anand Giriraj
Hi Folks, Would appreciate some responses for the questions below. Most importantly- I see the following note in http://www.openssl.org/docs/apps/pkcs8.html The format of PKCS#8 DSA (and other) private keys is not well documented: it is hidden away in PKCS#11 v2.01, section 11.9. OpenSSL's

RE: [openssl.org #2162] Updated CMAC, CCM, GCM code

2010-03-10 Thread PMHager
Could you also collect and submit results for say 512 blocks? With a small change in the enrolled version, (bswap-load four source bytes at once and extract each with a =8), the results have slightly changed. (Though the results were taken form a x1000 test loop, running 100 times with

[openssl.org #2191] openSSL-0.9.8m make failure

2010-03-10 Thread Mike Wodei via RT
make fails on AIX 6.1 with GCC 4.2.4 making all in crypto... gcc -I. -I.. -I../include -DOPENSSL_THREADS -pthread -DDSO_DLFCN -DHAVE_DLFCN_H -O -DB_ENDIAN -c cryptlib.c In file included from ../e_os.h:438, from cryptlib.h:65, from cryptlib.c:117:

[openssl.org #2191] openSSL-0.9.8m make failure

2010-03-10 Thread Lutz Jaenicke via RT
From: Michael Wodei wo...@us.ibm.com Date: Wed, 10 Mar 2010 04:33:24 -0700 You can withdraw this one, I found the issue Mike Wodei __ OpenSSL Project http://www.openssl.org Development Mailing

Re: [openssl.org #2162] Updated CMAC, CCM, GCM code

2010-03-10 Thread Andy Polyakov
Could you also collect and submit results for say 512 blocks? 512 8192 83378* 120096* 173951*98.3*68.2*47.1* 1024 16384 168677* 243279* 349622*97.1*67.3*46.9* I.e. 20KB code, which is larger than I-cache, processes one byte in 32.5 cycles with 4KB table. OpenSSL

Running OpenSSL C# client/server programs

2010-03-10 Thread Abhay dey
Hi All, I am new to openssl C#. I know this list is not for .net openssl. There is no much documentation at all of his library. Actually I am trying to run Java SSL Server with OpenSSL C# based client. I am getting a generic exception OpenSslException. I am not able to figure out what is the

[openssl.org #2192] [PATCH] chil engine displays weird prompts to the end user

2010-03-10 Thread Jaroslav Imrich via RT
of virus signature database 4932 (20100310) __ The message was checked by ESET NOD32 Antivirus. http://www.eset.com inline: insert_card.pngdiff -ur openssl-0.9.8m/engines/e_chil.c openssl-0.9.8m-modified/engines/e_chil.c --- openssl-0.9.8m/engines/e_chil.c 2008-11-28 23:04

RE: [openssl.org #2192] AutoReply: [PATCH] chil engine displays weird prompts to the end user

2010-03-10 Thread Jaroslav Imrich via RT
I've just realized that chil.patch I sent in my first e-mail can cause troubles when hwcrhk library passes null as stated in nCipher headers. I am attaching modified version chil2.patch that supports both null and an empty string. Sorry for inconvenience. -- Jaroslav Imrich Disig, a.s.

Re: [openssl.org #2175] [PATCH] Optimization for 1024 bit RSA on x86_64 platform

2010-03-10 Thread Huang Ying
Hi, All, On Sat, 2010-02-20 at 14:17 +0100, Huang, Ying via RT wrote: Hi, All, The performance benchmark with openssl speed show about 50% performance gain for 1024 bit private RSA. The optimization is implemented as an engine named RSAX. Because x86_64 assembly is used in