Hello,
I use follow command to compile openssl-0.9.8o
1) ./Configure solaris-sparcv9-cc
--prefix=MY_OPENSSL_INSTALL_DIRECTORY shared
2) make
3) make install
I can compile it successfully and under
MY_OPENSSL_INSTALL_DIRECTORY/lib I can find some files like below:
-rw-r--r--
Hi, everyone.
I've found that when a server built with
openssl-1.0.1-stable-SNAP-20101004 receives a Client Hello from a client
specifying TLS 1.0 (version = 0x0301), the connection is rejected for a
bad version. This appears to be implemented in ssl3_get_client_hello()
by:
if ((s->versi
> From: owner-openssl-us...@openssl.org On Behalf Of Darryl Miles
> Sent: Wednesday, 06 October, 2010 20:45
Very minor nits, but since we're being pedantic:
> > The rules that you can trust are:
>
> The ones mandated by the C language.
>
> [From memory]
> sizeof(char) == 1 (aka 8 bits)
Yes a
> From: owner-openssl-us...@openssl.org On Behalf Of Kenneth Goldman
> Sent: Tuesday, 05 October, 2010 18:32
> I'm getting a PEM_write_PUBKEY() segfault. This is existing code
> that works with 0.9.8 with Windows or 1.0.0. with Linux, but fails
> with 1.0.0. and Windows.Wh
On Thu, Oct 07, 2010, t...@compumatica.de wrote:
> Hi,
>
> I like to verify a S/MIME message with CMS_verify() (openssl-1.0.0a). If
> the CMS structure does not contain a certificate and if I also cannot
> provide the certificate, the verification fails. "error:2E09D08A:CMS
> routines:CMS_verify:
On 07-10-2010 17:27, Lutz Jaenicke wrote:
Forwarded to openssl-users for public discussion.
Best regards,
Lutz
- Forwarded message from Taint -
Date: Thu, 7 Oct 2010 10:48:15 -0400
Subject: cert problem
From: Taint
To: openssl-b...@openssl.org
I have been trying to connect to
Hi,
I like to verify a S/MIME message with CMS_verify() (openssl-1.0.0a). If
the CMS structure does not contain a certificate and if I also cannot
provide the certificate, the verification fails. "error:2E09D08A:CMS
routines:CMS_verify:signer certificate not found"
I know that I need the certific
Forwarded to openssl-users for public discussion.
Best regards,
Lutz
- Forwarded message from Taint -
Date: Thu, 7 Oct 2010 10:48:15 -0400
Subject: cert problem
From: Taint
To: openssl-b...@openssl.org
I have been trying to connect to more than one ssl enabled network on irc
a
hi,
OS: Solaris 10 (Sun Fire T2000) (+ 10Recommended)
openssl: 0.9.8n from opencsw
apache: 2.2.15 compiled by Sun Studio 12 (+ lastest patches)
This combination coredumps several times a day:
# mdb ./core.httpd.29115
Loading modules: [ libc.so.1 libuutil.so.1 ld.so.1 ]
> ::stack
libc.so.1`__lwp_
On 07-10-2010 08:28, Jeffrey Walton wrote:
On Wed, Oct 6, 2010 at 8:45 PM, Darryl Miles
wrote:
[SNIP]
Oh, and stdint.h is not available with all compilers!
Isn't this an ANSI requirement, ah well, poor compiler users what standards
do they conform to then ?
Like the safer string functio
First off: 64-bit filesys support would require a (minor?) API change;
there's been a similar size_t move in the past (partly rolled back IIRC) and
several 'int' or 'long' arguments should be turned into off_t types indeed,
irrespective of the typedef used to define that type. Several systems have
Dave may be right about there being no direct evidence for a read.
However I have since looked at the code the error is coming from and the error is being
reported at the time the SSL context is being interpreted, which doesn't mean the initial
loading of the SSL context wasn't error free as
12 matches
Mail list logo