Embedded private key

2000-07-29 Thread Andrew Barnes
I want to embed the private key in my application. The openssl x509 -c -infile will not conver the private key. How can I get the private ley in a form to embed in an application? A code sample would be great. Thanks in advance. Andrew Barnes P.Eng

Re: Is it possible to send Binary Data using SSL_write( )

2000-07-29 Thread Arun Venkataraman
-Original Message- From: Radhakrishna <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Saturday, July 29, 2000 2:44 PM Subject: Is it possible to send Binary Data using SSL_write( ) >Is it possible to send the binary data using

Is it possible to send Binary Data using SSL_write( )

2000-07-29 Thread Radhakrishna
Is it possible to send the binary data using SSL_write() from one peer to another peer? __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED] Autom

Re: help with encrypting mail for netscape messenger

2000-07-29 Thread Dr Stephen Henson
[EMAIL PROTECTED] wrote: > > Hi, > First, great library! > > However, I'm having trouble sending encrypted mail to Netscape > Messenger and having it be decrypted when the user tries to read > it. I can sign a message ok, but when I attempt to send a message > like this (essentially the same as

Re: SSLv2_client_method vs SSL_OP_NO_TLSv1|SSL_OP_NO_SSLv3

2000-07-29 Thread Bodo Moeller
On Tue, Apr 25, 2000 at 03:33:47PM +0200, Bodo Moeller wrote: > On Fri, Apr 21, 2000 at 06:37:41PM -0400, Andrei Vvedenski wrote: >> What is the difference between SSLv2_client_method() and >> SSLv23_client_method() with SSL_OP_NO_TLSv1|SSL_OP_NO_SSLv3 options >> I assumed these should be the sa

Compilation problem openssl with Borland C++ (bc55)

2000-07-29 Thread ukoeppe
While trying to compile openssl I ran into a problem. When I started "make -f bcb.mak" (until then everything went fine), I got the following error: Printscreen : - ... ... (files being copied etc) ... Verzeichnis bereits vorhanden bcc32 -otmp32\cryptlib.obj -Iinc3

Re: Is there a way to get SSL_Connect to timeout?

2000-07-29 Thread Arun Venkataraman
-Original Message- From: Walsh, Dan <[EMAIL PROTECTED]> To: '[EMAIL PROTECTED]' <[EMAIL PROTECTED]> Date: Saturday, July 29, 2000 7:16 AM Subject: Is there a way to get SSL_Connect to timeout? >I am writing a program that connects to one hundred different machines. A >couple of these m

help with encrypting mail for netscape messenger

2000-07-29 Thread mark
Hi, First, great library! However, I'm having trouble sending encrypted mail to Netscape Messenger and having it be decrypted when the user tries to read it. I can sign a message ok, but when I attempt to send a message like this (essentially the same as the man page for smime, but I output t

Is there a way to get SSL_Connect to timeout?

2000-07-29 Thread Walsh, Dan
I am writing a program that connects to one hundred different machines. A couple of these machines had network problems where they allowed the programs to connect but then never exchanged any data. The problem is that when I call SSL_Connect on these connections, the connection seems to stay hang

openssl genrsa

2000-07-29 Thread son
genrsa only creates RSA private keys? How are rsa key pairs made using the openssl application? thanks __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL