Re: [openssl-dev] [openssl-commits] [openssl] master update

2016-03-09 Thread Rainer Jung
Am 09.03.2016 um 22:53 schrieb Richard Levitte: The branch master has been updated via 64b9d84bfd0da0305a1df9b97ffbdc3898f59e62 (commit) from 2b8fa1d56cd3a41d666994a1b2ed9df0f5e5d1ec (commit) - Log - commit

Re: [openssl-dev] [openssl-commits] [openssl] master update

2016-01-17 Thread Salz, Rich
> Please note that the patch in RT4247 also contains a hunk for > crypto/evp/e_camellia.c. This was not committed here, but without it one > gets the same type of compilation error on SPARC. Since the RT is already > closed I thought I better ask. Thanks for catching this. Fixed now.

Re: [openssl-dev] [openssl-commits] [openssl] master update

2016-01-16 Thread Salz, Rich
l-dev] [openssl-commits] [openssl] master update > > Please note that the patch in RT4247 also contains a hunk for > crypto/evp/e_camellia.c. This was not committed here, but without it one > gets the same type of compilation error on SPARC. Since the RT is already > closed I thought

Re: [openssl-dev] [openssl-commits] [openssl] master update

2015-08-28 Thread Kaduk, Ben
Hi Rich, Ismo, I'm surprised this doesn't cause the compiler to warn/error out (inline) On 8/27/15, 21:57, Rich Salz rs...@openssl.org wrote: The branch master has been updated via f00a10b89734e84fe80f98ad9e2e77b557c701ae (commit) from 3c65047d30dacca345d30269b95af4a5c413e8d1

Re: [openssl-dev] [openssl-commits] [openssl] master update

2015-08-28 Thread Kaduk, Ben
On 8/28/15, 10:34, Salz, Rich rs...@akamai.com wrote: TL;DR -- Don't read the diff, look at the revised code. The comment and code here are a slight mismatch, since qsize is dynamically computed (but limited to three values, the largest of which is used to size the local variable). It's not

Re: [openssl-dev] [openssl-commits] [openssl] master update

2015-08-28 Thread Salz, Rich
TL;DR -- Don't read the diff, look at the revised code. The comment and code here are a slight mismatch, since qsize is dynamically computed (but limited to three values, the largest of which is used to size the local variable). It's not clear that using SHA256_DIGEST_LENGTH for the check

Re: [openssl-dev] [openssl-commits] [openssl] master update

2015-06-22 Thread Salz, Rich
Rats. Looked at the wrong build output ;( thanks. Will fix shortly. ___ openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

Re: [openssl-dev] [openssl-commits] [openssl] master update

2015-06-22 Thread Rainer Jung
Am 22.06.2015 um 21:49 schrieb Rich Salz: The branch master has been updated via 75ba5c58c6b3b3326a6c3198100830afa120e7c3 (commit) from 389ebcecae2575188a4ff9566389ce694352be43 (commit) - Log - commit

Re: [openssl-dev] [openssl-commits] [openssl] master update

2015-04-11 Thread Rainer Jung
Am 10.04.2015 um 18:28 schrieb Viktor Dukhovni: The branch master has been updated via 34b0a927ab5c9232bcf864d524a9bf2558411700 (commit) from e71cecd551f1d8beca20681184d94f7000a5e333 (commit) - Log - commit

Re: [openssl-dev] [openssl-commits] [openssl] master update (Add Camellia CTR mode, dda8199922f9d52087d2c41b22a61eb4f9671385)

2015-02-12 Thread Andy Polyakov
On 02/12/15 12:49, Rainer Jung wrote: Am 12.02.2015 um 12:00 schrieb Andy Polyakov: diff --git a/crypto/evp/c_allc.c b/crypto/evp/c_allc.c index 174a419..7ae36d7 100644 --- a/crypto/evp/c_allc.c +++ b/crypto/evp/c_allc.c @@ -245,5 +245,8 @@ void OpenSSL_add_all_ciphers(void)

Re: [openssl-dev] [openssl-commits] [openssl] master update (Add Camellia CTR mode, dda8199922f9d52087d2c41b22a61eb4f9671385)

2015-02-12 Thread Rainer Jung
Am 11.02.2015 um 20:30 schrieb Andy Polyakov: The branch master has been updated via dda8199922f9d52087d2c41b22a61eb4f9671385 (commit) via c79e17731f462d6d42b917027a7085c0f59a2214 (commit) from b7c9187b32a14b5b4a850161aed5c044d2130d5a (commit) - Log

Re: [openssl-dev] [openssl-commits] [openssl] master update (Add Camellia CTR mode, dda8199922f9d52087d2c41b22a61eb4f9671385)

2015-02-12 Thread Rainer Jung
Am 12.02.2015 um 12:00 schrieb Andy Polyakov: diff --git a/crypto/evp/c_allc.c b/crypto/evp/c_allc.c index 174a419..7ae36d7 100644 --- a/crypto/evp/c_allc.c +++ b/crypto/evp/c_allc.c @@ -245,5 +245,8 @@ void OpenSSL_add_all_ciphers(void) EVP_add_cipher(EVP_camellia_256_ofb());

Re: [openssl-dev] [openssl-commits] [openssl] master update (Add Camellia CTR mode, dda8199922f9d52087d2c41b22a61eb4f9671385)

2015-02-12 Thread Andy Polyakov
diff --git a/crypto/evp/c_allc.c b/crypto/evp/c_allc.c index 174a419..7ae36d7 100644 --- a/crypto/evp/c_allc.c +++ b/crypto/evp/c_allc.c @@ -245,5 +245,8 @@ void OpenSSL_add_all_ciphers(void) EVP_add_cipher(EVP_camellia_256_ofb()); EVP_add_cipher_alias(SN_camellia_256_cbc,