OpenSSL mail server issues

2013-12-04 Thread Lutz Jaenicke
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi! Due to a misunderstanding within the OpenSSL team we ran into trouble with our mail and mailing service still hosted at the old server (hopefully I will be able to complete the migration to the new server over the Christmas break). Caused by a

Re: [openssl.org #3186] AutoReply: Problem in configuring SSL in OPENLDAP

2013-12-04 Thread ankit tripathi via RT
Hi, Can anybody help me out in solving the problem. Thanks On Mon, Dec 2, 2013 at 8:03 PM, The default queue via RT r...@openssl.orgwrote: Greetings, This message has been automatically generated in response to the creation of a trouble ticket regarding: Problem in configuring

Re: [openssl.org #3186] AutoReply: Problem in configuring SSL in OPENLDAP

2013-12-04 Thread ankit tripathi via RT
Hi Can anybody help me out in solving my problem. My problem id is openssl.org #3186] On Mon, Dec 2, 2013 at 8:03 PM, The default queue via RT r...@openssl.orgwrote: Greetings, This message has been automatically generated in response to the creation of a trouble ticket regarding:

Re: [PATCH] ppc-xlate.pl: support for the new little-endian Linux ABI

2013-12-04 Thread Andy Polyakov
A new Linux ABI, called ELFv2, was created for the little-endian PPC64 platform. It includes several changes to the current ABI and affects mainly how functions are called between modules/objects. Functions descriptors are not used in the new ABI and this patch updates how the directives .globl

Re: [PATCH] ppc-xlate.pl: add support for VMX and VSX registers

2013-12-04 Thread Andy Polyakov
Update ppc-xlate.pl to remove the register prefixes v and vs. For example, v0 and vs0 are both converted to 0. --- crypto/perlasm/ppc-xlate.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/perlasm/ppc-xlate.pl b/crypto/perlasm/ppc-xlate.pl index c075d5f..118da16

Re: [PATCH] ppc-xlate.pl: support for the new little-endian Linux ABI

2013-12-04 Thread Marcelo Cerri
On Wed, Dec 04, 2013 at 09:36:12PM -0200, Marcelo Cerri wrote: On Wed, Dec 04, 2013 at 09:52:19PM +0100, Andy Polyakov wrote: A new Linux ABI, called ELFv2, was created for the little-endian PPC64 platform. It includes several changes to the current ABI and affects mainly how functions are