[openssl.org #2517] [PATCHES] - Misc misspellings, source and docs

2011-05-16 Thread Scott Schaefer via RT
The attached patches fix various misspellings in both source and pod files. Affects all versions; applies against revision in CVS as of May 14 2011 --- a/crypto/asn1/asn1_err.c +++ b/crypto/asn1/asn1_err.c @@ -306,7 +306,7 @@ {ERR_REASON(ASN1_R_UNKNOWN_PUBLIC_KEY_TYPE),unknown public key

[openssl.org #2518] [PATCHES] - pod2man Errors

2011-05-16 Thread Scott Schaefer via RT
The attached patches fix various errors/warnings in pod files. Most are due to recent mods to pod2man utility, which now issues warnings [which unfortunately end up in manpage source output], when subsequent item tags are not 'sequential' .. Affects all versions; applies against revision in

We want to submit a patch to support VIA Padlock

2011-05-16 Thread BrillyWu
Hi OpenSSL developers, We have found that Michal and Harald have worked on the SHA1/224/256 patch and RNG patch for VIA, http://marc.info/?l=openssl-devm=122027889502874w=2 http://marc.info/?l=openssl-devm=115243758508970w=2 but unfortunately, these patches have been not merged into the

Re: We want to submit a patch to support VIA Padlock

2011-05-16 Thread Timo Teräs
Hi, 2011/5/16 brill...@viatech.com.cn: Hi OpenSSL developers, We have found that Michal and Harald have worked on the SHA1/224/256 patch and RNG patch for VIA, http://marc.info/?l=openssl-devm=122027889502874w=2 http://marc.info/?l=openssl-devm=115243758508970w=2 but unfortunately,

Problem performing SSL handshake in FIPS mode

2011-05-16 Thread Henrik Grindal Bakken
Hi. I'm trying to test the current CVS HEAD with FIPS_set_module_mode(1). It's looking fairly promising to me, but I currently have one problem: While performing an SSL handshake, I get 1208113320:error:060A80A3:digital envelope routines:FIPS_DIGESTINIT:disabled for fips:fips_md.c:179: This

Re: [openssl.org #2470] [PATCH] Cygwin: Don't call ERR_remove_state from DllMain

2011-05-16 Thread Corinna Vinschen
Ping? On Mar 22 12:03, Corinna Vinschen via RT wrote: On Mar 17 09:11, Corinna Vinschen via RT wrote: Hi, the below patch is against current CVS HEAD, but it should be applied to all supported branches of OpenSSL, starting with 0.9.8. On systems running on the Windows platform,

Re: [openssl.org #2470] [PATCH] Cygwin: Don't call ERR_remove_state from DllMain

2011-05-16 Thread Corinna Vinschen via RT
Ping? On Mar 22 12:03, Corinna Vinschen via RT wrote: On Mar 17 09:11, Corinna Vinschen via RT wrote: Hi, the below patch is against current CVS HEAD, but it should be applied to all supported branches of OpenSSL, starting with 0.9.8. On systems running on the Windows platform,

Re: [openssl.org #2471] [PATCH] util/cygwin.sh from CVS HEAD should be applied to 0.9.8 branch

2011-05-16 Thread Corinna Vinschen
Ping? On Mar 17 12:44, Corinna Vinschen via RT wrote: Hi, would you mind to apply the below patch to util/cygwin.sh in the 0.9.8 branch, too? It has been applied only to HEAD, accidentally. Thanks, Corinna --- openssl-0.9.8r/util/cygwin.sh 2005-06-23 22:55:35.0 +0200

Re: [openssl.org #2471] [PATCH] util/cygwin.sh from CVS HEAD should be applied to 0.9.8 branch

2011-05-16 Thread Corinna Vinschen via RT
Ping? On Mar 17 12:44, Corinna Vinschen via RT wrote: Hi, would you mind to apply the below patch to util/cygwin.sh in the 0.9.8 branch, too? It has been applied only to HEAD, accidentally. Thanks, Corinna --- openssl-0.9.8r/util/cygwin.sh 2005-06-23 22:55:35.0 +0200

Re: Problem performing SSL handshake in FIPS mode

2011-05-16 Thread Dr. Stephen Henson
On Mon, May 16, 2011, Henrik Grindal Bakken wrote: Hi. I'm trying to test the current CVS HEAD with FIPS_set_module_mode(1). It's looking fairly promising to me, but I currently have one problem: While performing an SSL handshake, I get 1208113320:error:060A80A3:digital envelope

Re: [openssl.org #2470] [PATCH] Cygwin: Don't call ERR_remove_state from DllMain

2011-05-16 Thread Corinna Vinschen
On May 16 07:46, David Schwartz wrote: Shouldn't this code be removed on all platforms? It seems that the issue Cygwin is having could occur on any platform, perhaps it just happens not to on Win32 with the default locking callbacks. It should be obvious that calling any OpenSSL functions

Need Help Using OpenSSL SHA 384 and ECDSA code from test drivers sha512.c and ecdsatest.c

2011-05-16 Thread ffreitag
I am using sha 384 and ECDSA code examples in test drivers sha512.c and ecdsatest.c as templates for test tool code. But cannot determine what the hash seed is for sha 384 or the parameters used by ecdsatest.c routines x9_62_tests and test_builtin. Can someone help me find these? Is there

RE: We want to submit a patch to support VIA Padlock

2011-05-16 Thread BrillyWu
Hi, Timo Thanks for your reply. I have made enhanved versions of the SHA support including partial Nano support and proper optimizations for the earlier variant that does finalizing hashing only. They are both on OpenSSL RT. Latest versions of my patch set for 1.0-branch is at: