Re: [openssl.org #2655] speed sha1 hang up - 1.0.1 snapshot 20111211 - Cygwin

2011-12-13 Thread Andy Polyakov via RT
Where is it caught? Addentum: programm caught in different functions: I saw OPENSSL_Cleanse(), EVP_DigestUpdate(), sha1_something and others. I provided 'thread apply 1 info reg' only if it get caugth in sha1_block_data_order_ssse3 (). The implied question was if program is making

Re: One lousy bit...

2011-12-13 Thread Ben Laurie
On Mon, Dec 12, 2011 at 3:19 PM, Marshall Clow mclow.li...@gmail.com wrote: I've been testing out the LLVM static analysis tool http://clang-analyzer.llvm.org/ on various code bases, and it's lighting up a particular construct used in OpenSSL. Let me state my position right up front: I have

Re: How to: read a certificate from PIV smart card, encode some text with its public key?

2011-12-13 Thread Umaxik
Many thanks, Douglas! You helped me to sort this problem out after I had spent a week or so. Some words to finish this topic: My goal was to encrypt/decrypt some data with the PIV card (i.e., only the card keeper may use the data). It can be done in the easier way: 1. PIV cards can have their

Re: How to: read a certificate from PIV smart card, encode some text with its public key?

2011-12-13 Thread Douglas E. Engert
On 12/13/2011 7:32 AM, Umaxik wrote: Many thanks, Douglas! You helped me to sort this problem out after I had spent a week or so. Good to hear. Some words to finish this topic: My goal was to encrypt/decrypt some data with the PIV card (i.e., only the card keeper may use the data). It

Re: [openssl.org #2655] speed sha1 hang up - 1.0.1 snapshot 20111211 - Cygwin

2011-12-13 Thread Andrey Kulikov via RT
Tested on two computers. Both native (i.e. non-VM) Windows7 x64 Professional (without SP1). One has E8600 CPU, the other is laptop with i5 mobile CPU. Both has 8G RAM. Both working stable for a monthes. No abnormalities, no BSODs. gcc version 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)