Re: How to encrypt and sign a file?

2000-04-11 Thread 263
Use demos/sign/sign.c as an example. Hazel > Is there a way and a sample to sign a file and then verify file's signature? > __ > OpenSSL Project http://www.openssl.org > User Support Mailing List

How to encrypt and sign a file?

2000-04-11 Thread Grebelsky, Konstantin
Is there a way and a sample to sign a file and then verify file's signature? __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED] Automated List M

RE: ASN1_get_object:header too long

2000-04-11 Thread Scott Renfro
On Tue Apr 11, 2000 at 0034, [EMAIL PROTECTED] wrote: > > -BEGIN CERTIFICATE- > MIICDTCCAXYCAQkwDQYJKoZIhvcNAQEEBQAwgZsxCzAJBgNVBAYTAlVTMRMwEQYD > VQQIEwpDYWxpZm9ybmlhMRMwEQYDVQQHEwpTYW50YSBSb3NhMSIwIAYDVQQKExlT > U0kgQ2VydGlmaWNhdGUgQXV0aG9yaXR5MRgwFgYDVQQDEw9QZXRlciBTY2hsb3Nz > ZXIxJDAi

HELP!!!

2000-04-11 Thread Iliana Manzano
In a linuxPPP 6.2 plataform i'm installing an Apache server 1.3.12 with an OpenSSL 0.9.5. In the same IP i had a insecure server listen from port 80, and a secure server (SSL) listen from port 443, the second is a virtual host. When i try to go in the secure server with my Certificate Authority

Re: SSL23_GET_SERVER_HELLO:reason(1000):s23_clnt.c:453

2000-04-11 Thread Claus Assmann
On Tue, Apr 11, 2000, Bodo Moeller wrote: > On Tue, Apr 11, 2000 at 12:49:32PM +0200, Bodo Moeller wrote: > > On Sat, Apr 08, 2000 at 04:13:27PM -0700, Claus Assmann wrote: > >> I'm trying to send e-mail to a host which runs CommuniGate Pro 3.2. > >> My MTA tries to use TLS, but it fails: [...]

Re: Problem with SSLv3_server_method

2000-04-11 Thread Lutz Jaenicke
On Tue, Apr 11, 2000 at 03:23:34PM +0300, Wirta, Ville wrote: > Hi! > > I'm new with OpenSSL and I'd like to know why browsers can't connect to a > server which initializes the SSL connection with SSLv3_server_method(). > SSLv2_server_method() and SSLv23_server_method() work fine with IE (40, 56,

Re: How can I avoid "PEM pass phrase"

2000-04-11 Thread Thomas Reinke
That is often a requirement. Consider a system that must start up without manual intervention (web site) after a power failure or equivalent. Doesn't help much if a password is requirested to be entered. Providing that careful attention is paid to securing the box and the files on it (i.e. keyfile

compressing problems

2000-04-11 Thread Amir Amit
Hello all I use the openssl library writing a server that can, among other things, transport files / large amounts of data over the network. Since not all of the files /data is in compressed form, I would like the ssl protocol to compress the information before sending it over the network. I jus

Problem with SSLv3_server_method

2000-04-11 Thread Wirta, Ville
Title: Problem with SSLv3_server_method Hi! I'm new with OpenSSL and I'd like to know why browsers can't connect to a server which initializes the SSL connection with SSLv3_server_method(). SSLv2_server_method() and SSLv23_server_method() work fine with IE (40, 56, 128 bit), Netscape (56, 12

ex_data fucntions

2000-04-11 Thread Amit Chopra
Hi, I found that when my application terminates the temporary keys generated leak. So to clean it up I am storing some information like the temp DH key generated during the handshake in the SSL ex_data structure using SSL_set_ex_data(pSSL,0,reinterpret_cast (pDH)); and after the connectio