FIPS 140-2 Certification

2008-08-12 Thread Erez Pasternak
Hi Does anyone here knows 1) Which versions of Open SSL are FIPS 140-2 certified on Linux? Which versions of Linux? 2) Which versions of Open SSL are FIPS 140-2 certified on Windows? Which versions of Windows? Thanks Erez Pasternak

engine static library linking

2008-08-12 Thread Nanavati, Sitanshu
Hi, I am not sure this is true or not but, should the libraries to be linked with engine has to be shared(.so) libs? How the to do static linking (.a file)? Thanks, -Sitanshu

[openssl.org #1730] Nice to have, Enhancement, Patch: Add support for xmpp in s_client starttls

2008-08-12 Thread Norman Rasmussen via RT
post at: http://mail.jabber.org/pipermail/jdev/2008-February/026215.html patch at: http://mail.jabber.org/pipermail/jdev/attachments/20080225/cdf1b12f/attachment.txt gmane alternate: http://article.gmane.org/gmane.network.jabber.devel/29618 -- - Norman Rasmussen - Email: [EMAIL PROTECTED] - Home

Re: FIPS 140-2 Certification

2008-08-12 Thread Steve Marquess
Erez Pasternak wrote: Hi Does anyone here knows 1) Which versions of Open SSL are FIPS 140-2 certified on Linux? Which versions of Linux? 2) Which versions of Open SSL are FIPS 140-2 certified on Windows? Which versions of Windows? Thanks Erez Pasternak There is currently only

RE: [PATCH] PURIFY and valgrind

2008-08-12 Thread zooko
re: http://www.mail-archive.com/openssl-dev@openssl.org/msg24270.html I don't quite approve of the established openssl tradition of using uninitialized memory for entropy, but I wanted to point out that if you want to do that, and you want valgrind to understand that those bits count as

Question about decrypted private key

2008-08-12 Thread Billow
Hi there, I want to decrypt the private key generated by openssl. I can decrypt the data in format below: DEK-Info: DES-EDE3-CBC,xxx But for another one: DEK-Info: AES-256-CBC,468B07F9866989E4D6C07305761F5F07 I don't know what key and IV I should use to decrypt the key. Any hints? Thanks