Re: [Fwd: Inconsistency in ARM support]

2014-10-28 Thread Andy Polyakov
>>> OK, that sounds doable. But if -Wa is going to be used as a matter of >>> course to pass arch/fpu options, we should get rid of all #ifdef's >>> against things like __thumb2__, as they can be out of sync. >> First of all users would have to recognize and accept that they can't >> pass -march=ar

Re: [openssl.org #3558] [PATCH] Use only unsigned arithmetic in constant-time operations

2014-10-28 Thread Kurt Roeckx via RT
On Mon, Oct 06, 2014 at 06:21:50PM +0200, Samuel Neves via RT wrote: > Attached is a patch that makes all the arithmetic in constant-time operations > unsigned. This avoids two sources of unspecified behavior in the C standard: Patch has been applied in all branches. Kurt

PEM_write_bio_RSAPrivateKey

2014-10-28 Thread David Kjendle
When using PEM_write_bio_RSAPrivateKey and providing const EVP_CIPHER * for the third parameter is a passphrase required (pPass)? if (!PEM_write_bio_RSAPrivateKey(pKeyBIO, rsa, EVP_des_ede3_cbc(), NULL, 0, NULL, pPass)) Can't be null? If the 3rd parameter is NULL can you use a passphrase?

RE: [openssl.org #3581] POODLE - Is there a way for a central ciphers configuration

2014-10-28 Thread Salz, Rich
> Is there a way to disable SSLv3 for ALL applications by a central OpenSSL > configuration ? No. -- Principal Security Engineer, Akamai Technologies IM: rs...@jabber.me Twitter: RichSalz

Re: error OpenSsl.obj : error LNK2001: símbolo externo "public: struct rsa_st * __thiscall OpenSsl::RSA_new(void)" (?RSA_new@OpenSsl@@$$FQAEPAUrsa_st@@XZ) sin resolver C:\Programas\PruFormOpSsl\Releas

2014-10-28 Thread Fischel
Jeremy:I've link the dll's and/or #using them an every time there are errors.Now I put the lib's in link and it's work fine. Thank's a lot El Lunes, 27 de octubre, 2014 19:23:04, Jeremy Farrell escribió: #yiv0051054580 #yiv0051054580 -- _filtered #yiv0051054580 {font-family:Helveti

Re: error OpenSsl.obj : error LNK2001: símbolo externo "public: struct rsa_st * __thiscall OpenSsl::RSA_new(void)" (?RSA_new@OpenSsl@@$$FQAEPAUrsa_st@@XZ) sin resolver C:\Programas\PruFormOpSsl\Releas

2014-10-28 Thread Fischel
Dave:I've link the dll's and/or #using them an every time there are errors.Now I put the lib's in link and it's work fine. Thank's a lot El Martes, 28 de octubre, 2014 4:48:27, Dave Thompson escribió: > From: owner-openssl-...@openssl.org On Behalf Of Jeremy Farrell > Sent: Monday,

[openssl.org #3581] POODLE - Is there a way for a central ciphers configuration

2014-10-28 Thread K via RT
Hello, we have here several application which use the OpenSSL installed in Linux distributions. Is there a way to disable SSLv3 for ALL applications by a central OpenSSL configuration ? openssl ciphers -v or openssl ciphers -s seems only to list ciphersuites but not to change these. -ckae

Re: [Fwd: Inconsistency in ARM support]

2014-10-28 Thread Ard Biesheuvel
On 27 October 2014 21:42, Andy Polyakov wrote: >> OK, that sounds doable. But if -Wa is going to be used as a matter of >> course to pass arch/fpu options, we should get rid of all #ifdef's >> against things like __thumb2__, as they can be out of sync. > > First of all users would have to recogniz

RE: error OpenSsl.obj : error LNK2001: símbolo externo "public: struct rsa_st * __thiscall OpenSsl::RSA_new(void)" (?RSA_new@OpenSsl@@$$FQAEPAUrsa_st@@XZ) sin resolver C:\Programas\PruFormOpSsl\Releas

2014-10-28 Thread Dave Thompson
> From: owner-openssl-...@openssl.org On Behalf Of Jeremy Farrell > Sent: Monday, October 27, 2014 18:23 > This is a question about using OpenSSL, it should be discussed on > openssl-users not openssl-dev. > You do not appear to be linking your program against the OpenSSL libraries. > You need