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
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
On Tue Apr 11, 2000 at 0034, [EMAIL PROTECTED] wrote:
>
> -BEGIN CERTIFICATE-
> MIICDTCCAXYCAQkwDQYJKoZIhvcNAQEEBQAwgZsxCzAJBgNVBAYTAlVTMRMwEQYD
> VQQIEwpDYWxpZm9ybmlhMRMwEQYDVQQHEwpTYW50YSBSb3NhMSIwIAYDVQQKExlT
> U0kgQ2VydGlmaWNhdGUgQXV0aG9yaXR5MRgwFgYDVQQDEw9QZXRlciBTY2hsb3Nz
> ZXIxJDAi
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
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: [...]
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,
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
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
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
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
10 matches
Mail list logo