Invalid signed content (format) after decryption

2008-10-28 Thread richard.rsc.schaller
Hallo, I discoverd this when I wanted to verify a signature. The error message was the following: Error reading S/MIME message 966754:error:0D07207B:asn1 encoding routines:ASN1_get_object:header too long:asn1_lib.c:150: 966754:error:21078082:PKCS7 routines:B64_READ_PKCS7:decode error:pk7_mime.c:1

Creating certs with dh key exchange?

2008-10-28 Thread Majd Qamhawi
Hi, I am running a HostAPD server on openSUSE and I am having some problems with certificates. The reason why I have set up this server is for learning and testing purposes. I am using my nokia (n95) phone to connect to the Internet and authenticating via the HostAPD server. I am using openssl to

Re: Need to change the hostname of our CA

2008-10-28 Thread Chris de Vidal
On Mon, Oct 27, 2008 at 7:06 PM, Kyle Hamilton <[EMAIL PROTECTED]> wrote: > Just move the CA directory over and you'll be fine. When I did that, I got this error in IE: "The security certificate presented by this website was issued for a different website's address." So rather than move the CA di

Re: Simple non-blocking TCP connect

2008-10-28 Thread Gabriel Soto
On Mon, Oct 27, 2008 at 11:03 PM, David Schwartz <[EMAIL PROTECTED]> wrote: > >> > I was thinking about an alternate solution, using blocking sockets, >> > and doing the connect on another thread. If the user cancels the >> > operation I'd close the socket (BIO_free) and I guess the connect >> > wo