base64 decoding using an s_mem chain

2008-12-30 Thread Frank B. Brokken
Hi List-members, The following problem has (in some form) popped up on this list repeatedly, but after having browsed the archives until the beginning of this century I didn't encounter (or simply missed?) a solution for my current problem, hence the posting. For some time now I'm trying to

Re: base64 decoding using an s_mem chain

2008-12-30 Thread Michael S. Zick
On Tue December 30 2008, Frank B. Brokken wrote: Hi List-members, The following problem has (in some form) popped up on this list repeatedly, but after having browsed the archives until the beginning of this century I didn't encounter (or simply missed?) a solution for my current problem,

Re: install openssl remote on linux

2008-12-30 Thread Ger Hobbelt
E, what's the web server software? Apache 2? Something else? In case of Apache v1 or v2, you very probably want to 'install' mod_ssl and then you need to install your server cert and pkey as well. Broadly speaking, that means you need access to the Apache config files at least, which is not

vs2008 express + openssl 0.98i error when nmake

2008-12-30 Thread gao yi
OS: windows vista ultimate visual studio 2008 express openssl 0.98i Error occurs when execute nmake -f ms\ntdll.mak I have add the VS bin directory into the PATH, the error message is : C:\openssl-0.9.8inmake -f ms\ntdll.mak Microsoft (R) Program Maintenance Utility Version 9.00.21022.08

Re: Where to store client PEM certificates for an application

2008-12-30 Thread Edward Diener
Victor Duchovni wrote: On Mon, Dec 29, 2008 at 12:55:14AM -0500, Edward Diener wrote: My assumptions from what I could glean from the certificates distributed is that the CA-cert.pem is the same for client and server, while the server-cert.pem is a public key corresponding to the private

Re: Where to store client PEM certificates for an application

2008-12-30 Thread Victor Duchovni
On Tue, Dec 30, 2008 at 02:26:20PM -0500, Edward Diener wrote: Victor Duchovni wrote: On Mon, Dec 29, 2008 at 12:55:14AM -0500, Edward Diener wrote: My assumptions from what I could glean from the certificates distributed is that the CA-cert.pem is the same for client and server, while the

RE: base64 decoding using an s_mem chain

2008-12-30 Thread William Bai
Since base64 regroups the original 8-bits based binary into groups of 6 bits for encoding, using padding as needed. So each original 8 bits is shared by two 6 bits, it is like a chain. To make your code work, you have to find out the exact point, where a 8 bit is not shared. For example,

Interesting article

2008-12-30 Thread Thomas J. Hruska
I know MD5 was broken ages ago but this article expands on the theme - make your own legitimate-looking root CA: http://www.crunchgear.com/2008/12/30/md5-collision-creates-rogue-certificate-authority/ -- Thomas Hruska Shining Light Productions Home of BMP2AVI, Nuclear Vision, ProtoNova, and

RE: vs2008 express + openssl 0.98i error when nmake

2008-12-30 Thread Carlo Milono
From: owner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org] On Behalf Of gao yi Sent: Tuesday, December 30, 2008 5:14 AM To: openssl-users@openssl.org Subject: vs2008 express + openssl 0.98i error when nmake OS: windows vista ultimate visual studio 2008 express

Re: Interesting article

2008-12-30 Thread Victor Duchovni
On Tue, Dec 30, 2008 at 06:38:24PM -0700, Thomas J. Hruska wrote: I know MD5 was broken ages ago but this article expands on the theme - make your own legitimate-looking root CA: To be precise, not a root CA, but an intermediate CA, from an issuing CA involved in multiple unfortunate

AES support in OPENSSL

2008-12-30 Thread Dayagi Yaron
Hello, Does OPENSSL support AES? Specificaly, via the evp API. The documentation does not indicate it is supported but I saw a few TLS functions witch use AES. Tx, Yaron.