> 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
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
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
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.
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
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
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
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
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