>>> 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
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
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?
> 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
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
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,
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
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
> 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