Fwd: [Foundations] 2013 Doc Camp CFP

2013-08-05 Thread Ben Laurie
Since people are always complaining about OpenSSL docs, I thought this might be of interest. -- Forwarded message -- From: adam a...@flossmanuals.net Date: 1 August 2013 08:23 Subject: [Foundations] 2013 Doc Camp CFP To: Foundations List foundati...@lists.freedesktop.org hi If

[openssl.org #3105] [PATCH] config matches OUT with full os/compiler line

2013-08-05 Thread Yuan Kang via RT
OS: Linux ubuntu 3.2.0-31-generic #50-Ubuntu SMP Fri Sep 7 16:16:45 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux Version: 1.1.0-dev, since commit a59f43629583b4a73c3d28ddac2c3d5a49127ece Previously, config could match $OUT-$CC and $OUT with only part of a line output by ./Configure LIST, and would

Re: [openssl.org #3101] [PATCH] Add CMP (RFC 4210) implementation

2013-08-05 Thread Viljanen, Miikka J. (NSN - FI/Espoo)
On 2.Aug.13 14:22, Stephen Henson wrote: On Fri Aug 02 10:23:05 2013, martin.pe...@nsn.com wrote: - the code in crypto/cmp also includes the functionality to perform the most important cmp message sequences via HTTP. This code depends on libcurl, so it is split into its own library

Re: [openssl.org #3101] [PATCH] Add CMP (RFC 4210) implementation

2013-08-05 Thread Viljanen, Miikka J. via RT
On 2.Aug.13 14:22, Stephen Henson wrote: On Fri Aug 02 10:23:05 2013, martin.pe...@nsn.com wrote: - the code in crypto/cmp also includes the functionality to perform the most important cmp message sequences via HTTP. This code depends on libcurl, so it is split into its own library

Re: Unable to trust leaf Certificate

2013-08-05 Thread Misaki.Miyashita
Thanks for the quick response, Steve. On 08/03/13 11:27, Dr. Stephen Henson wrote: On Fri, Aug 02, 2013, Misaki.Miyashita wrote: Hello, We have a server where its ServerCert is signed by an intermediateCA, which is signed by a RootCA. Currently, OpenSSL seems to require RootCA

Re: Unable to trust leaf Certificate

2013-08-05 Thread Dr. Stephen Henson
On Mon, Aug 05, 2013, Misaki.Miyashita wrote: Thanks for the quick response, Steve. On 08/03/13 11:27, Dr. Stephen Henson wrote: On Fri, Aug 02, 2013, Misaki.Miyashita wrote: Hello, We have a server where its ServerCert is signed by an intermediateCA, which is signed by a

Re: Unable to trust leaf Certificate

2013-08-05 Thread Misaki.Miyashita
Try commenting out the next line: if (sk_X509_num(ctx-chain) == 1) The following code block checks for an exact match of the EE certificate, but it is currently only performed if there is only one certificate in the chain. Commenting out that lnie means it tries to match