RE: EVP_DecryptFinal Fails

2010-07-22 Thread Dave Thompson
> From: owner-openssl-us...@openssl.org On Behalf Of ronald braswell > Sent: Thursday, 22 July, 2010 10:15 > I want to encrypt a password on disk using 'openssl enc -e -des-ede3-cbc' > and decrypt it using the openssl libcrypto in a C program. I can encrypt and decrypt

Problems building 1.0.0a on 64-bit Windows XP Pro

2010-07-22 Thread Kevin Layer
I searched the archives and didn't see anything like this. I can build on 32-bit XP with no problems. set ASM=ml64 /c /Cp /Cx /Zi perl crypto\md5\asm\md5-x86_64.pl tmp32dll\md5-x86_64.asm Use of uninitialized value $flavour in pattern match (m//) at crypto\md5\asm\md5-x86_64.pl l

openssl build error for embedded systems

2010-07-22 Thread Markus Hofer
Hi I am currently working on building openssl for an embedded system. Since the only things I need on the embedded system are SHA, MD5 and HMAC(in order to fit net-snmp later on) I’m trying to cut down openssl as much as possible. I am using openssl 0.9.8o So I am doing the following things

EVP_DecryptFinal Fails

2010-07-22 Thread ronald braswell
I want to encrypt a password on disk using 'openssl enc -e -des-ede3-cbc' and decrypt it using the openssl libcrypto in a C program. I can encrypt and decrypt the password in the file sucessfully using the command line utility but when decrypting with the C program EVP_DecryptFinal fails with 0.

Re: building openssl-fips-1.2 on windows with cygwin fails.

2010-07-22 Thread Carter Browne
I have built several versions of openssh (through 5.5p1) together with then current openssl releases, but not in FIPS mode using cygwin. The releases all were built without any issues. For installation in Windows I started with the opensshd.exe from the openssh.org site and updated the openssh a

openssl build error for embedded systems

2010-07-22 Thread Markus Hofer
Hi I am currently working on building openssl for an embedded system. Since the only things I need on the embedded system are SHA, MD5 and HMAC(in order to fit net-snmp later on) I’m trying to cut down openssl as much as possible. I am using openssl 0.9.8o So I am doing the following things

error in establishing an ikev1 session on pluto using certs and ocsp server .

2010-07-22 Thread depinder singh deol
hi team , i m trying to establish an ikev1 session using pluto daemon tool between two users:user1 and user2 using certs and using ocsp server for certificate revocation status verification. topology: CA / \ user1 user2 I have configured CA and ocsp

Re: building openssl-fips-1.2 on windows with cygwin fails.

2010-07-22 Thread Jakob Bohm
On 21-07-2010 21:50, Bryan wrote: On Wed, Jul 21, 2010 at 13:19, Jakob Bohm wrote: On 21-07-2010 18:26, Bryan wrote: On Wed, Jul 21, 2010 at 10:33, Jakob Bohmwrote: On 19-07-2010 16:18, Bryan wrote: I am trying to build openssl 0.9.8o with the fips-1.2 source. I'm building it using c

Re: Public/Private Key Pair Unique?

2010-07-22 Thread Jakob Bohm
For this task, the more prudent design is to use a *different* set of keys between the proxies and the real server (this key, C2, need only be trusted by the proxies as the client never sees it). This way, if the server is compromised through a security hole in the more complex server software, t