[openssl.org #3006] [PATCH] Remove duplicated code in speed.c

2013-03-04 Thread Le Huang via RT
Hi there, In the file apps/speed.c, line 2717~2737 line 2738~2758 are exactly duplicated. These code are used to retrieve RSA speed testing result via pipes from forked child process by -muliti $n command line param, however, for some reason, the +F2: tag handling code are copied twice, one by

Re: Re: [openssl.org #3004] Intermittent MASM compilation failures in OpenSSL 1.0.1e VC-WIN64A build

2013-03-04 Thread jan.evangeli...@seznam.cz via RT
The commit has a typo, the second line should read *STDOUT=*OUT;. The fix works, thanks! __ OpenSSL Project http://www.openssl.org Development Mailing List

AES modes in FIPS and non-FIPS modes

2013-03-04 Thread Leon Brits
Hi List, In the FIPS security policy it states that OpenSSL supports the following modes for AES: 128/ 192/256 ECB, CBC, OFB, CFB 1, CFB 8, CFB 128, CTR, XTS; CCM; GCM; CMAC generate and verify (page 12). My library is required to support of these modes in FIPS and non-FIPS mode. Most of them

Re: AES modes in FIPS and non-FIPS modes

2013-03-04 Thread Dr. Stephen Henson
On Mon, Mar 04, 2013, Leon Brits wrote: Hi List, In the FIPS security policy it states that OpenSSL supports the following modes for AES: 128/ 192/256 ECB, CBC, OFB, CFB 1, CFB 8, CFB 128, CTR, XTS; CCM; GCM; CMAC generate and verify (page 12). My library is required to support of these

[PATCH] Modification to VIA padlock patch

2013-03-04 Thread Daniel Mansfield
Dear OpenSSL-dev This is a patch to a patch. I have recently installed openssl-1.0.1c with the following patches (available from http://git.alpinelinux.org/cgit/aports/plain/main/openssl/) 0001-crypto-hmac-support-EVP_MD_CTX_FLAG_ONESHOT-and-set-.patch

Re: TPM decryption

2013-03-04 Thread Ben Laurie
On 3 March 2013 04:36, Jonathan Buhacoff jonat...@buhacoff.net wrote: Hi, I have a school project to make use of a TPM to store the server's RSA private key for use with openssl. Specifically, that private key would be sealed to certain PCR values that are also encoded in the X509

Re: TPM decryption

2013-03-04 Thread Kent Yoder
On Sat, Mar 2, 2013 at 10:36 PM, Jonathan Buhacoff jonat...@buhacoff.net wrote: Hi, I have a school project to make use of a TPM to store the server's RSA private key for use with openssl. Specifically, that private key would be sealed to certain PCR values that are also encoded in the

[openssl.org #3007] BUG: OpenSSL 1.0.1e VC-WIN64A build fails when configured with 'no-ec'

2013-03-04 Thread jan.evangeli...@seznam.cz via RT
OpenSSL 1.0.1e build configured with 'no-ec VC-WIN64A' fails with the following error: link /nologo /subsystem:console /opt:ref /debug /dll /out:out32dll\capi.dll @C:\Users\jan\AppData\Local\Temp\nm26E6.tmp Creating library out32dll\capi.lib and object out32dll\capi.exp IF

Re: [openssl.org #3005] Invalid cpuid on Cyrix

2013-03-04 Thread Andy Polyakov via RT
Hi, I got a user reporting a problem on Cyrix CPUs. The problem is that cpuid detects the rdrand instructions from intel, and then tries to use that instruction and gets an illegal instruction. /proc/cpuinfo looks like: processor : 0 vendor_id : CyrixInstead cpu family

RE: SSL_Accept: socket timeout?

2013-03-04 Thread Dave Thompson
From: owner-openssl-...@openssl.org On Behalf Of Brandt Kruger Sent: Monday, 25 February, 2013 06:22 I get the following error on SSL_accept - SSL_accept - [error::lib(0):func(0):reason(0) ]. If ERR_get_error returns 0 you should ignore it. If SSL_get_error returns SSL_ERROR_SYSCALL