Hi, I'm validting a cert chain by first loading the certificates I trust
into memory and using it durign validation by calling
X509_STORE_CTX_trusted_stack()
This is working, but I would like to be able to treat the trusted certs
as two different types - trusted root certs and trusted intermed
> From: owner-openssl-us...@openssl.org On Behalf Of Nouefel
> Sent: Friday, 25 February, 2011 15:08
> Need some help on testing if a server supports weak ciphers .
>
> Here is the command I ran :
>
> openssl s_client -connect HOSTNAME:443 -cipher LOW:EXP
>
> result :
> Connected : err num=110
On 02/27/11 9:13 AM, Sander Temme wrote:
On Feb 27, 2011, at 2:02 AM, John R Pierce wrote:
but, my Sol10 systems appear to already have an openssl in
/usr/sfw/bin (and libraries in /usr/sfw/lib, etc) which is maintained
by Oracle
Last time I was on a Solaris box, that one seemed to be stuck
On Feb 27, 2011, at 2:02 AM, John R Pierce wrote:
> but, my Sol10 systems appear to already have an openssl in /usr/sfw/bin (and
> libraries in /usr/sfw/lib, etc) which is maintained by Oracle
Last time I was on a Solaris box, that one seemed to be stuck at 0.9.7.
S.
--
san...@temme.net
There should be openssl and gnu GCC packages available on sunfreeware.com.
They may not be the most recent but they are likely to be more recent then
the ones bundled with Solaris 10 or the Sun Freeware Tools companion cd.
-Original Message-
From: owner-openssl-us...@openssl.org
[mailto:ow
On 27 February 2011 10:02, John R Pierce wrote:
> On 02/27/11 12:03 AM, pattabi raman wrote:
>>
>> Hi,
>> I need to install open ssl in our solaris-10 machine. Currently Solaris
>> has GCC Compiler 2.95.
>> As I checked from the site, mentioned that Openssl needs GCC compiler 3.3.
>> So Open ssl w
On 02/27/11 12:03 AM, pattabi raman wrote:
Hi,
I need to install open ssl in our solaris-10 machine.
Currently Solaris has GCC Compiler 2.95.
As I checked from the site, mentioned that Openssl needs GCC compiler
3.3.
So Open ssl will work only with gcc 3.3 ? Gcc upgrade is necessary ?
Will sol
On 02/27/11 08:03 AM, pattabi raman wrote:
Hi,
I need to install open ssl in our solaris-10 machine. Currently Solaris has
GCC Compiler 2.95.
As I checked from the site, mentioned that Openssl needs GCC compiler 3.3.
So Open ssl will work only with gcc 3.3 ? Gcc upgrade is necessary ? Will
sol
Hi,
I need to install open ssl in our solaris-10 machine. Currently Solaris has
GCC Compiler 2.95.
As I checked from the site, mentioned that Openssl needs GCC compiler 3.3.
So Open ssl will work only with gcc 3.3 ? Gcc upgrade is necessary ? Will
solaris 10 supports gcc 3.3
please help.