[openssl-dev] [openssl.org #3684] Missing stddef.h for source files using offsetof

2015-02-12 Thread Rich Salz via RT
Fixed. OpenSSL_1_0_1-stable a9ea906 RT3684: rand_egd needs stddef.h OpenSSL_1_0_2-stable 872f91c RT3684: rand_egd needs stddef.h master 5006c32 RT3684: rand_egd needs stddef.h And on master, I removed the offsetof definition; kept it on the backport just to avoid possible build-breakage. -- Rich

[openssl-dev] [openssl.org #937] uid

2015-02-12 Thread Rich Salz via RT
Only fixing this on master. commit c81f425eaa09dcf3f1f55a008c0486d7b742f20d Author: Rich Salz rs...@openssl.org Date: Thu Feb 12 14:38:31 2015 -0500 RT937: Enable pilotAttributeType uniqueIdentifier Reviewed-by: Richard Levitte levi...@openssl.org -- Rich Salz, OpenSSL dev team;

[openssl-dev] [openssl.org #3670] Bug in str_copy in conf_def.c [PATCH]

2015-02-12 Thread Rich Salz via RT
Fixed, thanks. OpenSSL_1_0_1-stable bb14c2c RT3670: Check return from BUF_MEM_grow_clean OpenSSL_1_0_2-stable ee1ccd0 RT3670: Check return from BUF_MEM_grow_clean master b0333e6 RT3670: Check return from BUF_MEM_grow_clean Author: Graeme Perrow graeme.per...@sap.com Date: Thu Feb 12 13:00:42 2015

[openssl-dev] [openssl.org #2426] [PATCH] fix Borland C++ 5.5 compilation

2015-02-12 Thread Rich Salz via RT
_ftime isn't used in bss_dgram.c any more, not sure when it was fixed, closing this. -- Rich Salz, OpenSSL dev team; rs...@openssl.org ___ openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

[openssl-dev] [openssl.org #2427] [PATCH] fix Borland C++ 5.5 redefine

2015-02-12 Thread Rich Salz via RT
please re-open if this is still an issue for Borland C -- Rich Salz, OpenSSL dev team; rs...@openssl.org ___ openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

Re: [openssl-dev] Proposed cipher changes for post-1.0.2

2015-02-12 Thread Steffen Nurpmeso
Oh, this thread is about the OpenSSL configuration package that Rich Salz promised!.. Daniel Kahn Gillmor d...@fifthhorseman.net wrote: |On Wed 2015-02-11 10:15:11 -0500, Salz, Rich wrote: | Note that for most applications the correct approach to configuring | ciphersuites should be to start

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] Replace TERMIO with TERMIOS

2015-02-12 Thread Richard Levitte
In message 54dcce14.2090...@jtaylor.id.au on Thu, 12 Feb 2015 16:00:20 +, James Taylor ja...@jtaylor.id.au said: james Hi, james james I've been talking with some of the devs from the musl project, and james they're of the opinion that TERMIOS should be used in favour of james TERMIO...

Re: [openssl-dev] Proposed cipher changes for post-1.0.2

2015-02-12 Thread Hubert Kario
On Wednesday 11 February 2015 20:21:37 Viktor Dukhovni wrote: On Wed, Feb 11, 2015 at 12:59:22PM +0100, Hubert Kario wrote: On Tuesday 10 February 2015 21:46:46 Viktor Dukhovni wrote: On Tue, Feb 10, 2015 at 09:15:36PM +, Salz, Rich wrote: I would like to make the following changes

[openssl-dev] Code Reformat blog post

2015-02-12 Thread Matt Caswell
I have posted a new blog article covering the recent reformat activity: https://www.openssl.org/blog/blog/2015/02/11/code-reformat-finished/ It's basically a review of what we did, how we did it and the problems we encountered. It also discusses the various tags that we've created in the repo,

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,

[openssl-dev] [openssl.org #2429] [PATCH] fix Borland C++ 5.5 compilation /3

2015-02-12 Thread Rich Salz via RT
evp_test had been fixed. the compiler still broke? re-open. -- Rich Salz, OpenSSL dev team; rs...@openssl.org ___ openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

[openssl-dev] [openssl.org #3526] [Patch] Removed the dependency on the obsolete TERMIO.h for linux 32 and 64bits.

2015-02-12 Thread Richard Levitte via RT
Hi, sorry for taking half a year to respond... I'm looking at this change, and it occurs to me that there are some Linux configuration lines that you didn't affect. linux-ppc, linux-alpha-gcc and a few more. Was that on purpose or was it a mistake? If it was a mistake, I assume -DTERMIO should

Re: [openssl-dev] [openssl.org #3694] WinCE openSSL 1.0.1L with FIPS 2.0.8 - fingerprint does not match

2015-02-12 Thread Andy Polyakov via RT
I was successful at compiling the FIPS 2.0.8 module for Windows CE exactly as provided without any modifications. Additionally, I built fips_algvs.exe to successfully validate the canister on the target system. After tweaking some #ifdef directives in the openSSL 1.0.1L, I was able to

[openssl-dev] [openssl.org #2428] [PATCH] fix Borland C++ 5.5 compilation /2

2015-02-12 Thread Rich Salz via RT
Is this still an issue? RE-open if so. Not sure if it's a borland bug claiming _WIN32 and not supporting that API ... -- Rich Salz, OpenSSL dev team; rs...@openssl.org ___ openssl-dev mailing list To unsubscribe:

Re: [openssl-dev] Replace TERMIO with TERMIOS

2015-02-12 Thread Richard Levitte
In message 54dd3579.1020...@jtaylor.id.au on Thu, 12 Feb 2015 23:21:29 +, James Taylor ja...@jtaylor.id.au said: james On 12/02/15 10:56, Richard Levitte wrote: james Saw this on github a few days ago. I just applied that fix, it will james show up in not too long. james james Well that

Re: [openssl-dev] Replace TERMIO with TERMIOS

2015-02-12 Thread James Taylor
On 12/02/15 10:56, Richard Levitte wrote: Saw this on github a few days ago. I just applied that fix, it will show up in not too long. Well that was quick ;) Yeah, I spotted it there too. Thought it would be worth asking on the ML anyway. Thanks, James Taylor -- James Taylor Keybase

[openssl-dev] [openssl.org #1541] quick patch in ssl/t1_enc.c

2015-02-12 Thread Rich Salz via RT
OpenSSL_1_0_1-stable a1331af Missing OPENSSL_free on error path. OpenSSL_1_0_2-stable 62bfff2 Missing OPENSSL_free on error path. master 1d2932d Missing OPENSSL_free on error path. Author: Eric Dequin dequin_e...@emc.com Date: Thu Feb 12 10:44:30 2015 -0500 Missing OPENSSL_free on error path.