Luis,
I feel your pain. We were also recently working through the decision tree on
purchasing 'purpose-specific' encryption hardware for our servers; we were
talked out of it by people on this list and elsewhere, given advances in CPUs.
One specific advancement is the AES-specific instructi
Luis Daniel Lucio Quiroz wrote:
We are planning to buy this hardware
http://www.broadcom.com/products/BCM800
It claims to run under linux, how ever after linux loads its module. I wonder
to know if openssl will take advantege of it?
thats a 6 year old product, hung on the old/slow PCI par
Hi,
I have the following code snippet:
bio = BIO_new_connect(host);
BIO_set_conn_port(bio, port);
BIO_set_nbio(bio, 1)
while (true) {
status = BIO_do_connect(bio);
if (status > 0 || !BIO_should_retry(bio)) {
break;
}
sleep(1);
}
BIO_do_connect() always returns -1 the firs
Hi SSL'es
We are planning to buy this hardware
http://www.broadcom.com/products/BCM800
It claims to run under linux, how ever after linux loads its module. I wonder
to know if openssl will take advantege of it?
Regards,
LD
_
Hi,
I have the following code snippet:
bio = BIO_new_connect(host);
BIO_set_conn_port(bio, port);
BIO_set_nbio(bio, 1)
while (true) {
status = BIO_do_connect(bio);
if (status > 0 || !BIO_should_retry(bio)) {
break;
}
sleep(1);
}
BIO_do_connect() always returns -1 the firs
CERT_SYSTEM_STORE_CURRENT_USER is defined in Microsoft's wincrypt.h.
Regards,
jjf
> From: Wolfgang Pupp
> Sent: Tuesday, March 09, 2010 7:32 PM
>
> I was trying to build openssl-1.0.0-beta5, shared, with MSYS/Mingw
> (under Windows 7, 32 bit), with
> $ perl Configure mingw shared
>
Hi,
What is the default compiling&linking for the openssl libraries? Release or
Debug? And how I can change it from one to another? I use Visual C++ 2008
Express command promt for compiling&linking.
__
OpenSSL Project
I was trying to build openssl-1.0.0-beta5, shared, with MSYS/Mingw
(under Windows 7, 32 bit), with
$ perl Configure mingw shared
$ make
libeay32.dll and ssleay32.dll were still successfully linked, but then
the compilation failed in the engine- subdirectory:
e_capi.c: In function 'capi_ctrl':
e_ca
I think it does, but don't know for sure. Can you just try it on your system?
openssl dgst -sha256 filename
> Subject: RE: OpenSSL server problems
> Date: Tue, 9 Mar 2010 12:28:28 -0500
> From: chr...@motorola.com
> To: openssl-users@openssl.org
> CC: openssl-...@openssl.org
>
> Hi A
Yes, openssl 098g supports SHA256.
I built Freeradius 1.1.7 with openssl 098g, and we have been using EAP-TLS
with SHA256 signed certs for quite sometimes.
Thanks
On Tue, Mar 9, 2010 at 11:28 AM, Hasan Rezaul-CHR010 wrote:
> Hi All,
>
> I am somewhat of a newbie to openssl, so apologize in adva
On Tue March 9 2010, Chris Clark wrote:
> What he means, is that the openssl.org web site was down most of
>
I think he means that Satan has taken over the site. ;)
Mike
> yesterday.. But I see it is working again today.
>
> -Chris
>
> On Tue, Mar 9, 2010 at 2:34 AM, tensy joseph wrote:
> > W
Hi All,
I am somewhat of a newbie to openssl, so apologize in advance for my
ignorance :-)
I have openssl version 0.9.8g on my custom Linux 2.6.27 distro.
I need to make sure that SHA-2 (specifically SHA-256 algorithm) is
supported with this version of openssl.
The sha-256 algorithm will be u
What he means, is that the openssl.org web site was down most of
yesterday.. But I see it is working again today.
-Chris
On Tue, Mar 9, 2010 at 2:34 AM, tensy joseph wrote:
> What you mean by Downage on 8th March 2010?Can you please elaborate?
>
>
>
> On Mon, Mar 8, 2010 at 8:16 PM, The Doctor
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi!
In the past few days we had some problems with the hardware of the
OpenSSL server providing the public services (web, mail, etc).
We are now closely monitoring the system and preparing to migrate to
another server if necessary.
Thank you very much
On Tue, Mar 09, 2010 at 04:04:35PM +0530, tensy joseph wrote:
> What you mean by Downage on 8th March 2010?Can you please elaborate?
>
>
>
>
> On Mon, Mar 8, 2010 at 8:16 PM, The Doctor wrote:
>
> >
> > Downage on 8 MArch 2010 . When will this be rectified?
> >
> > --
> > Member - Liberal In
I can not visit web site www.openssl.org.waht's wrong?
thanks.
__
OpenSSL Project http://www.openssl.org
User Support Mailing Listopenssl-users@openssl.org
Automated List Manager
What you mean by Downage on 8th March 2010?Can you please elaborate?
On Mon, Mar 8, 2010 at 8:16 PM, The Doctor wrote:
>
> Downage on 8 MArch 2010 . When will this be rectified?
>
> --
> Member - Liberal International This is doc...@nl2k.ab.ca Ici
> doc...@nl2k.ab.ca
> God, Queen and countr
On Tue, Mar 09, 2010 at 01:24:25PM +0100, Lutz Jaenicke wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Hi!
>
> In the past few days we had some problems with the hardware of the
> OpenSSL server providing the public services (web, mail, etc).
> We are now closely monitoring the syst
18 matches
Mail list logo