[openssl-dev] Problem with Commit 3fd181a8b5b85a1f7383e82438da494a08f7d843, Remove an option related to a deprecated flag.

2017-02-17 Thread John Hughes
This commit removes the cms and smime "-nooldmime" option on the grounds that the flags they use "CMS_NOOLDMIMETYPE" and "PKCS7_NOOLDMIMETYPE" are not used in the pkcs7/cms code. But those flags *are* used. In include/openssl/pkcs7.h we have: # define PKCS7_NOOLDMIMETYPE 0x400 And in inc

[openssl-dev] [openssl.org #3454] remove OPENSSL_SYS_WIN constraint for EC_GFp_nistp224_method()

2016-06-13 Thread Rich Salz via RT
fixed in master with commit b4b576d thanks! -- Ticket here: http://rt.openssl.org/Ticket/Display.html?id=3454 Please log in as guest with password guest if prompted -- openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

[openssl-dev] [openssl.org #3100] [patch] remove some useless code in BN_uadd

2016-06-13 Thread Andy Polyakov via RT
bn_add.c was modernized in https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=7d6284057b66458f6c99bd65ba67377d63411090 and suggested modifications were "accumulated". Case is being dismissed. -- Ticket here: http://rt.openssl.org/Ticket/Display.html?id=3100 Please log in as guest with p

[openssl-dev] remove defines that access X.509 store

2016-04-23 Thread Roumen Petrov
Hi, Please find attached file "0004-remove-defines-X509_STORE_set_verify_.-as-context-is.patch" with a patch that removes two defines that access X.509 store members directly. As the X509_STORE is opaque build of source that use those defines fail. Regards, Ro

[openssl-dev] [openssl.org #4408] [PATCH] Remove last traces of CRYPTO_dynlock for non-compatibility build

2016-03-12 Thread Rich Salz via RT
fied; matt removed the dynlock reference. -- Rich Salz, OpenSSL dev team; rs...@openssl.org -- Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4408 Please log in as guest with password guest if prompted -- openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listin

[openssl-dev] [openssl.org #4408] [PATCH] Remove last traces of CRYPTO_dynlock for non-compatibility build

2016-03-10 Thread David Woodhouse via RT
Commit 2e52e7df5 ("Remove the old threading API") left a dummy definition of the CRYPTO_dynlock for compatibility, if OPENSSL_API_COMPAT < 1.1.0. However, there's still a DEFINE_STACK_OF(CRYPTO_dynlock) in cryptlib.h which isn't so masked, and breaks the build if you disabl

[openssl-dev] [openssl.org #3700] [PATCH] remove CRYPTO_strdup, switch callers to BUF_strdup

2016-03-02 Thread Rich Salz via RT
addressed in upcoming 1.1 release. we went for consistency with OPENSLS_strdup, etc -- Rich Salz, OpenSSL dev team; rs...@openssl.org -- Ticket here: http://rt.openssl.org/Ticket/Display.html?id=3700 Please log in as guest with password guest if prompted -- openssl-dev mailing list To unsubscri

[openssl-dev] [openssl.org #3647] Remove Heartbeat Extension entirely

2016-02-11 Thread Rich Salz via RT
fixed with 22e3dcb7808bb06cd18c3231e34a5930e796cc48 in master. thanks. -- Rich Salz, OpenSSL dev team; rs...@openssl.org -- Ticket here: http://rt.openssl.org/Ticket/Display.html?id=3647 Please log in as guest with password guest if prompted -- openssl-dev mailing list To unsubscribe: https://m

[openssl-dev] [openssl.org #4297] [PATCH] remove double initialization of cryptodev engine

2016-02-08 Thread Cristian Stoica via RT
From: Cristian Stoica cryptodev engine is initialized together with the other engines in ENGINE_load_builtin_engines. The initialization done through OpenSSL_add_all_algorithms is redundant. Signed-off-by: Cristian Stoica --- crypto/engine/eng_all.c | 12 crypto/engine/engine.h |

[openssl-dev] [openssl.org #2999] Incomplete fix to remove SSL3_RECORD->orig_len

2016-02-03 Thread Rich Salz via RT
0.9.8? :) since been fixed. -- 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 #4078] remove MDC2 support (1.1 dev branch)

2016-02-02 Thread Emilia Käsper via RT
This was rejected by the team. ___ openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

Re: [openssl-dev] [openssl.org #4115] [PATCH] Remove remaining FIPS code

2016-01-17 Thread Salz, Rich via RT
> What about to remove declaration of FIPS_mode and FIPS_mode_set? > Those functions could be used by external packages at configure time to > detect that fips is not supported at all. > Note 1.0.0 does not declare both functions. For various reasons, the team want

Re: [openssl-dev] [openssl.org #4115] [PATCH] Remove remaining FIPS code

2016-01-17 Thread Salz, Rich
> What about to remove declaration of FIPS_mode and FIPS_mode_set? > Those functions could be used by external packages at configure time to > detect that fips is not supported at all. > Note 1.0.0 does not declare both functions. For various reasons, the team want

Re: [openssl-dev] [openssl.org #4115] [PATCH] Remove remaining FIPS code

2016-01-17 Thread Roumen Petrov via RT
Rich Salz via RT wrote: > we did everything we want to do, closing this. What about to remove declaration of FIPS_mode and FIPS_mode_set? Those functions could be used by external packages at configure time to detect that fips is not supported at all. Note 1.0.0 does not declare both functi

[openssl-dev] [openssl.org #4115] [PATCH] Remove remaining FIPS code

2016-01-16 Thread Rich Salz via RT
we did everything we want to do, closing this. -- 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] [openssl.org #4115] [PATCH] Remove remaining FIPS code

2016-01-16 Thread Alessandro Ghedini via RT
This has been (partially) fixed, so it can probably be closed. ___ openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

Re: [openssl-dev] Website "Downloads": remove 1.1.0pre1 from list of downloadable files

2016-01-15 Thread Richard Levitte
In message on Fri, 15 Jan 2016 18:38:32 +, "Blumenthal, Uri - 0553 - MITLL" said: uri> On 1/15/16, 13:34 , "openssl-dev on behalf of Richard Levitte" uri> wrote: uri> uri> >In message <569937f1.6000...@kippdata.de> on Fri, 15 Jan 2016 19:18:25 uri> >+0100, Rainer Jung said: uri> > uri> >

Re: [openssl-dev] Website "Downloads": remove 1.1.0pre1 from list of downloadable files

2016-01-15 Thread Blumenthal, Uri - 0553 - MITLL
On 1/15/16, 13:34 , "openssl-dev on behalf of Richard Levitte" wrote: >In message <569937f1.6000...@kippdata.de> on Fri, 15 Jan 2016 19:18:25 >+0100, Rainer Jung said: > >rainer.jung> In addition one could wish to put the preferred major >version (1.0.2?) >rainer.jung> first in the list. Despite

Re: [openssl-dev] Website "Downloads": remove 1.1.0pre1 from list of downloadable files

2016-01-15 Thread Richard Levitte
e1 is listed above rainer.jung> pre2. IMHO pre2 is what people should test and pre1 is no longer rainer.jung> entitled to be listed on that page. So I suggest to remove pre1 from rainer.jung> the list. You're entirely correct. I'm going in and fixing now. rainer.jung> I don

[openssl-dev] Website "Downloads": remove 1.1.0pre1 from list of downloadable files

2016-01-15 Thread Rainer Jung
Hi, the list of downloadable files on http://openssl.org/source/ contains pre1 *and* pre2 files for 1.1. Furthermore pre1 is listed above pre2. IMHO pre2 is what people should test and pre1 is no longer entitled to be listed on that page. So I suggest to remove pre1 from the list. I don&#

[openssl-dev] [openssl.org #4117] [PATCH] Remove useless locking code

2016-01-12 Thread Rich Salz via RT
commit done awhile ago. -- 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] [openssl.org #4195] remove duplicates in util/libeay.num

2015-12-23 Thread Kurt Roeckx via RT
On Tue, Dec 22, 2015 at 09:03:56AM +, Roumen Petrov via RT wrote: > Hello, > > After remove of some global variables in export file left double Patch applied. Kurt ___ openssl-dev mailing list To unsubscribe: https://mta.openssl.or

[openssl-dev] [openssl.org #4195] remove duplicates in util/libeay.num

2015-12-22 Thread Roumen Petrov via RT
Hello, After remove of some global variables in export file left double information for non existent functions. For instance before: X509_CERT_PAIR_it 3534 EXIST:!EXPORT_VAR_AS_FUNCTION:VARIABLE: X509_CERT_PAIR_it 3534

Re: [openssl-dev] [openssl.org #4115] [PATCH] Remove remaining FIPS code

2015-11-13 Thread Salz, Rich
> So, does the above mean that my patch is not going to be merged? No. It will be. ___ openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

Re: [openssl-dev] [openssl.org #4115] [PATCH] Remove remaining FIPS code

2015-11-11 Thread Alessandro Ghedini
On Sat, Oct 31, 2015 at 08:34:33am -0400, Steve Marquess wrote: > On 10/31/2015 08:26 AM, Alessandro Ghedini via RT wrote: > > Hi, > > > > I don't know what your intentions are with FIPS support in master, ... > > We would like to continue to provide a FIPS validated module for the 1.1 > (and sub

Re: [openssl-dev] [openssl.org #4115] [PATCH] Remove remaining FIPS code

2015-10-31 Thread Richard Levitte
On October 31, 2015 2:09:50 PM GMT+01:00, Steve Marquess wrote: >On 10/31/2015 09:01 AM, Richard Levitte wrote: >> Can't recall previous discussions on this, but would it be possible >to have a FIPS engine? > >Of a sort, yes. I'll let Steve Henson speak to the details, but it is >his hope (and

Re: [openssl-dev] [openssl.org #4115] [PATCH] Remove remaining FIPS code

2015-10-31 Thread Steve Marquess
On 10/31/2015 09:01 AM, Richard Levitte wrote: > Can't recall previous discussions on this, but would it be possible to have a > FIPS engine? Of a sort, yes. I'll let Steve Henson speak to the details, but it is his hope (and mine) that FIPS module support for 1.1 and beyond would be modular so

[openssl-dev] [openssl.org #4117] [PATCH] Remove useless locking code

2015-10-31 Thread Alessandro Ghedini via RT
Hi, in commit 070c233 I didn't notice that the CRYPTO_w_lock()/CRYPTO_w_unlock() calls are now useless, so I made a patch to fix that. See the following GitHub pull request: https://github.com/openssl/openssl/pull/454 Cheers ___ openssl-bugs-mod maili

Re: [openssl-dev] [openssl.org #4115] [PATCH] Remove remaining FIPS code

2015-10-31 Thread Richard Levitte
Can't recall previous discussions on this, but would it be possible to have a FIPS engine? Cheers Richard Steve Marquess skrev: (31 oktober 2015 13:34:33 CET) >On 10/31/2015 08:26 AM, Alessandro Ghedini via RT wrote: >> Hi, >> >> I don't know what your intentions are with FIPS support in ma

Re: [openssl-dev] [openssl.org #4115] [PATCH] Remove remaining FIPS code

2015-10-31 Thread Steve Marquess
On 10/31/2015 08:26 AM, Alessandro Ghedini via RT wrote: > Hi, > > I don't know what your intentions are with FIPS support in master, ... We would like to continue to provide a FIPS validated module for the 1.1 (and subsequent) releases. Unfortunately the current module ("OpenSSL FIPS Object Modu

[openssl-dev] [openssl.org #4115] [PATCH] Remove remaining FIPS code

2015-10-31 Thread Alessandro Ghedini via RT
Hi, I don't know what your intentions are with FIPS support in master, but after the removal of most if the fips/ code, several bits and pieces of now broken code have remained in the codebase. IMO it'd be better to just remove it for now. See the following GitHub pull requ

[openssl-dev] [openssl.org #4078] remove MDC2 support (1.1 dev branch)

2015-10-08 Thread Emilia Käsper via RT
Tracking ticket - if anyone has any concerns, please voice them now. ___ openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

Re: [openssl-dev] [openssl.org #4019] [PATCH] dgst.pod: Remove redundant documentation of -hmac

2015-08-24 Thread Michel
Message d'origine De : Markus Rinne via RT Date :24/08/2015 17:42 (GMT+01:00) A : Cc : openssl-dev@openssl.org Objet : [openssl-dev] [openssl.org #4019] [PATCH] dgst.pod: Remove redundant documentation of -hmac Option -hmac was documented twice. The issu

[openssl-dev] [openssl.org #4019] [PATCH] dgst.pod: Remove redundant documentation of -hmac

2015-08-24 Thread Markus Rinne via RT
Option -hmac was documented twice. The issue was reported here: https://rt.openssl.org/Ticket/Display.html?user=guest&pass=guest&id=3930 --- doc/apps/dgst.pod | 5 - 1 file changed, 5 deletions(-) diff --git a/doc/apps/dgst.pod b/doc/apps/dgst.pod index 236e1b7..b156097 100644 --- a/doc

[openssl-dev] [openssl.org #3820] [PATCH] Remove an unnecessary call to USER32!GetDesktopWindow

2015-05-02 Thread Rich Salz via RT
OpenSSL_1_0_0-stable 6c63867 RT3820: Don't call GetDesktopWindow() OpenSSL_1_0_1-stable ee827ad RT3820: Don't call GetDesktopWindow() OpenSSL_1_0_2-stable a659386 RT3820: Don't call GetDesktopWindow() master bed2edf RT3820: Don't call GetDesktopWindow() Author: Gilles Khouzam Date: Fri May 1 22:2

[openssl-dev] [openssl.org #3820] [PATCH] Remove an unnecessary call to USER32!GetDesktopWindow

2015-04-25 Thread Gunnar Kudrjavets via RT
. 2) OpenSSL versions affected: all versions running on Windows, starting Apr 7 2005. Thank you, Gunnar Kudrjavets >From 7693250e03ea284c2fb3a565cd3cbceeb2512943 Mon Sep 17 00:00:00 2001 From: Gunnar Kudrjavets Date: Thu, 23 Apr 2015 13:22:49 -0700 Subject: [PATCH] Remove an unnecessary call

[openssl-dev] [PATCH] remove double initialization of cryptodev engine

2015-04-06 Thread Cristian Stoica
cryptodev engine is initialized together with the other engines in ENGINE_load_builtin_engines. The initialization done through OpenSSL_add_all_algorithms is redundant. Signed-off-by: Cristian Stoica --- crypto/engine/eng_all.c | 12 crypto/engine/engine.h | 4 crypto/evp/c_a

[openssl-dev] [openssl.org #3779] [BUG][PATCH] Remove the second occurrence of -subj in the req man page

2015-04-01 Thread Erik Tews via RT
Hi The -subj parameter appears twice in the manpage of req for no reasons I am aware of. This patch removes the second occurrence of the -subj parameter. I have created a git commit and a git pull request for that change. https://github.com/openssl/openssl/pull/254 https://github.com/eriktews/ope

[openssl-dev] [openssl.org #3563] remove team-member specific targets from Configure

2015-02-24 Thread Rich Salz via RT
master f09e7ca Move build config table to separate files. Author: Rich Salz Date: Tue Feb 24 17:40:22 2015 -0500 Move build config table to separate files. Move the build configuration table into separate files. The Configurations file is standard configs, and Configurations.team is for openssl

[openssl-dev] [openssl.org #3700] [PATCH] remove CRYPTO_strdup, switch callers to BUF_strdup

2015-02-13 Thread Cristian Rodríguez via RT
No need to a keep a duplicate API. --- crypto/crypto.h | 1 - crypto/jpake/jpake.c | 5 +++-- crypto/mem.c | 8 3 files changed, 3 insertions(+), 11 deletions(-) diff --git a/crypto/crypto.h b/crypto/crypto.h index 9762398..7dd2223 100644 --- a/crypto/crypto.h +++ b/crypto/c

[openssl-dev] [openssl.org #1291] [PATCH] Remove old libdes support?

2015-02-02 Thread Rich Salz via RT
commit 24956ca00f014a917fb181a8abc39b349f3f316f Author: Rich Salz Date: Mon Feb 2 18:46:01 2015 -0500 Remove old DES API Includes VMS fixes from Richard. Includes Kurt's destest fixes (RT 1290). Closes tickets 1290 and 1291 Reviewed-by: Kurt Roeckx Reviewed-by: Richard Le

[openssl-dev] [openssl.org #3548] Remove some unsupported platforms

2015-01-13 Thread Rich Salz via RT
Closed in a series of commits. 6d23cf97443bfedf755341b4f2d0d7fce254e020 fcf64ba0ace1bb76c6e00ca7d0c7cf7f9bebe628 b5526482ef81ee7906b967e326d23a45fbcf3abc 32dfde107636ac9bc62a5b3233fe2a54dbc27008 6c23ca0cbb0181f803f38694e3f25e53e409a238 5ad4fdce41bb1ce7762b70fb50f732f70e3772cf f2319414445ef5991d77c0

[openssl-dev] [openssl.org #3647] Remove Heartbeat Extension entirely

2015-01-08 Thread Aaron Zauner via RT
Hi, It seems the DTLS heartbeat extension is still supported in current OpenSSL versions (at least that's my impression while playing around with `s_server` with verbose debug logging). I've talked extensively to cryptographers and implementors about this extension, I'm not aware of a single use

[openssl-dev] [openssl.org #3546] Remove IRIX_CC_BUG #ifdef's

2015-01-05 Thread Rich Salz via RT
commit b5526482ef81ee7906b967e326d23a45fbcf3abc Author: Rich Salz Date: Mon Jan 5 16:05:54 2015 -0500 RT3546: Remove #define IRIX_CC_BUG Leftovers from commit 448155e9bbda27cbba365ff549a7e2044a8a399f Remove now-unused #define's Reviewed-by: Matt Caswell -- Rich Salz, OpenSSL dev tea

Re: [openssl-dev] [openssl.org #3544] Remove MWERKS support

2014-12-17 Thread NormW via RT
Thanks! Norm On 18/12/2014 9:26 AM, Rich Salz via RT wrote: > MWERKS added back to nw_rand.c > -- > Rich Salz, OpenSSL dev team; rs...@openssl.org > > ___ > openssl-dev mailing list > openssl-dev@openssl.org > https://mta.opensslfoundation.net/mailman/li

Re: [openssl-dev] [openssl.org #3544] Remove MWERKS support

2014-12-17 Thread NormW
Thanks! Norm On 18/12/2014 9:26 AM, Rich Salz via RT wrote: MWERKS added back to nw_rand.c -- Rich Salz, OpenSSL dev team; rs...@openssl.org ___ openssl-dev mailing list openssl-dev@openssl.org https://mta.opensslfoundation.net/mailman/listinfo/openss

[openssl-dev] [openssl.org #3544] Remove MWERKS support

2014-12-17 Thread Rich Salz via RT
MWERKS added back to nw_rand.c -- Rich Salz, OpenSSL dev team; rs...@openssl.org ___ openssl-dev mailing list openssl-dev@openssl.org https://mta.opensslfoundation.net/mailman/listinfo/openssl-dev

[openssl-dev] [openssl.org #3543] Remove #ifdef LINT fluff

2014-12-10 Thread Rich Salz via RT
master 5cf3795 RT3543: Remove #ifdef LINT Author: Rich Salz Date: Tue Sep 23 13:23:09 2014 -0400 RT3543: Remove #ifdef LINT I also replaced some exit/return wrappers in various programs (from main) to standardize on return. Reviewed-by: Richard Levitte -- Rich Salz, OpenSSL dev team; rs

RE: [openssl.org #3544] Remove MWERKS support

2014-11-28 Thread Salz, Rich via RT
Yes, I will revert the change. __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager major

RE: [openssl.org #3544] Remove MWERKS support

2014-11-28 Thread Salz, Rich
Yes, I will revert the change.

Re: [openssl.org #3544] Remove MWERKS support

2014-11-28 Thread Guenter
Hi Rich, On 25.09.2014 00:09, Rich Salz via RT wrote: All sorts of pre-OSx mac support has been removed. commit 92c78463720f71e47c251ffa58493e32cd793e13 Author: Rich Salz Date: Wed Sep 24 12:18:19 2014 -0400 RT3544: Remove MWERKS support The following #ifdef tests were all removed

Re: [openssl.org #3544] Remove MWERKS support

2014-11-28 Thread Guenter via RT
Hi Rich, On 25.09.2014 00:09, Rich Salz via RT wrote: > All sorts of pre-OSx mac support has been removed. > > commit 92c78463720f71e47c251ffa58493e32cd793e13 > Author: Rich Salz > Date: Wed Sep 24 12:18:19 2014 -0400 > > RT3544: Remove MWERKS support > > The foll

[openssl.org #3585] [PATCH] OPENSSL_NO_SSL3 doesn't remove all SSLv3 bits

2014-11-25 Thread Matt Caswell via RT
Thanks for your submission. However Steve Henson has already commited a similar patch, therefore closing this ticket. Matt __ OpenSSL Project http://www.openssl.org Development Mailing List

Re: [openssl.org #3544] Remove MWERKS support

2014-11-13 Thread NormW
On 30/10/2014 9:58 AM, NormW wrote: G/M, On 25/09/2014 2:09 AM, Rich Salz via RT wrote: Not a supported platform, per our roadmap. __ OpenSSL Project http://www.openssl.org Development Mailing Li

Re: [openssl.org #3585] [PATCH] OPENSSL_NO_SSL3 doesn't remove all SSLv3 bits

2014-10-31 Thread Alin Năstac
bert Kario via RT wrote: > On Thursday 30 October 2014 23:26:15 Alin Năstac via RT wrote: >> Some SSLv3 parts (e.g. SSLv3 ciphers) > > SSLv3 ciphers can be used with any version of TLS from TLSv1.0 to TLSv1.2 > > if you remove ciphers that are marked as "SSLv3", you

Re: [openssl.org #3585] [PATCH] OPENSSL_NO_SSL3 doesn't remove all SSLv3 bits

2014-10-31 Thread Kurt Roeckx via RT
On Thu, Oct 30, 2014 at 11:26:15PM +0100, Alin Nastac via RT wrote: > Some SSLv3 parts (e.g. SSLv3 ciphers) are built in even if ssl3 > support is disabled. "SSLv3 ciphers" are not specific to SSLv3, they can also be used in TLS. no-ssl3 doesn't disable the SSL3 methods. That is, you can still

Re: [openssl.org #3585] [PATCH] OPENSSL_NO_SSL3 doesn't remove all SSLv3 bits

2014-10-31 Thread Alin Năstac via RT
bert Kario via RT wrote: > On Thursday 30 October 2014 23:26:15 Alin Năstac via RT wrote: >> Some SSLv3 parts (e.g. SSLv3 ciphers) > > SSLv3 ciphers can be used with any version of TLS from TLSv1.0 to TLSv1.2 > > if you remove ciphers that are marked as "SSLv3", you

Re: [openssl.org #3585] [PATCH] OPENSSL_NO_SSL3 doesn't remove all SSLv3 bits

2014-10-31 Thread Hubert Kario via RT
On Thursday 30 October 2014 23:26:15 Alin Năstac via RT wrote: > Some SSLv3 parts (e.g. SSLv3 ciphers) SSLv3 ciphers can be used with any version of TLS from TLSv1.0 to TLSv1.2 if you remove ciphers that are marked as "SSLv3", you actually remove all ciphers that can be used wit

[openssl.org #3585] [PATCH] OPENSSL_NO_SSL3 doesn't remove all SSLv3 bits

2014-10-30 Thread Alin Năstac via RT
Some SSLv3 parts (e.g. SSLv3 ciphers) are built in even if ssl3 support is disabled. Attached patch fixes it: diff -Nru openssl-1.0.1j.orig/ssl/s3_clnt.c openssl-1.0.1j/ssl/s3_clnt.c --- openssl-1.0.1j.orig/ssl/s3_clnt.c 2014-10-15 14:53:39.0 +0200 +++ openssl-1.0.1j/ssl/s3_clnt.c 2014-10

Re: [openssl.org #3544] Remove MWERKS support

2014-10-29 Thread NormW
G/M, On 25/09/2014 2:09 AM, Rich Salz via RT wrote: Not a supported platform, per our roadmap. __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@

[openssl.org #3563] remove team-member specific targets from Configure

2014-10-13 Thread Rich Salz via RT
__ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager majord...@openssl.org

[openssl.org #3549] Remove some obsolete files in crypto dirs

2014-10-02 Thread Rich Salz via RT
commit df8c39d52256c2e5327a636928b6d1ed05f695a2 Author: Rich Salz Date: Tue Sep 30 17:30:19 2014 -0400 RT3549: Remove obsolete files in crypto Reviewed-by: Andy Polyakov The following files have been removed: crypto/bf/asm/bf-686.pl crypto/bf/asm/readme crypto/bf/bf_opts.c crypto/bf/bfspeed.c

[openssl.org #3549] Remove some obsolete files in crypto dirs

2014-09-30 Thread Rich Salz via RT
The following files can be removed. There is another ticket (2910) that covers a bunch of things in crypto/des. crypto/bn/asm/x86/* crypto/bn/asm/README crypto/bn/bn.mul crypto/bn/todo crypto/bf/asm/readme crypto/bf/asm/bf-686.pl -- Rich Salz, OpenSSL dev team; rs...@openssl.org _

[openssl.org #3548] Remove some unsupported platforms

2014-09-29 Thread Rich Salz via RT
This ticket is a catch-all for removing a handful of unsupported platforms. This list includes: BEOS NeXT NEWS SUNOS MPE/iX ReliantUNIX SINIX DGUX NCR Tandem Cray WIN16 The intent is that each one will be done as a single commit, separate from all the others, and merged to main one at a time, but

[openssl.org #3546] Remove IRIX_CC_BUG #ifdef's

2014-09-25 Thread Rich Salz via RT
Self-explanatory. __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager majord...@openssl.

[openssl.org #3544] Remove MWERKS support

2014-09-24 Thread Rich Salz via RT
All sorts of pre-OSx mac support has been removed. commit 92c78463720f71e47c251ffa58493e32cd793e13 Author: Rich Salz Date: Wed Sep 24 12:18:19 2014 -0400 RT3544: Remove MWERKS support The following #ifdef tests were all removed: __MWERKS__ MAC_OS_pre_X MAC_OS_GUSI_SOURCE MAC_OS_pre_X

[openssl.org #3544] Remove MWERKS support

2014-09-24 Thread Rich Salz via RT
Not a supported platform, per our roadmap. __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager

[openssl.org #3543] Remove #ifdef LINT fluff

2014-09-23 Thread Rich Salz via RT
Can't find the "lint" program on a modern platform these days, and gcc/clang warnings are much better anyway. Remove that code. -- Rich Salz, OpenSSL dev team; rs...@openssl.org __

[openssl.org #3540] Remove BEOS support

2014-09-22 Thread Rich Salz via RT
Remove BEOS and BEOS_R5 support. Doesn't qualify to be a supported platform, per our roadmap. -- Rich Salz, OpenSSL dev team; rs...@openssl.org __ OpenSSL Project http://www.openssl.org Develo

[openssl.org #2351] PATCH: Remove obsolete ipsec extended key usages

2014-09-08 Thread Rich Salz via RT
As drH says, not fixing this because being able to show obsolete OID's in text form can be useful. -- Rich Salz, OpenSSL dev team; rs...@openssl.org __ OpenSSL Project http://www.openssl.org Develop

[openssl.org #3508] [PATCH] Remove unused variable introduced by b09eb24.

2014-08-31 Thread Rich Salz via RT
Fixed in head. Aargh, thanks. commit b0426a0f8c6ce7656411b037e0c45465320cb325 Author: Kurt Cancemi Date: Sun Aug 31 18:18:21 2014 -0400 RT3508: Remove unused variable introduced by b09eb24 Reviewed-by: Tim Hudson -- Rich Salz, OpenSSL dev team; rs...@openssl.org

[openssl.org #3508] [PATCH] Remove unused variable introduced by b09eb24.

2014-08-31 Thread Kurt Cancemi via RT
Hello, The following patch removes an unused variable introduced by b09eb24, this also fixes the build with -Werror. >From 6e347fded0c050f4049e5bcbc2647bfdb742c48f Mon Sep 17 00:00:00 2001 From: Kurt Cancemi Date: Thu, 28 Aug 2014 21:43:04 -0400 Subject: [PATCH] Remove unused varia

[openssl.org #3006] [PATCH] Remove duplicated code in speed.c

2014-08-27 Thread Rich Salz via RT
Fixed in rsalz-monolith branch of akamai/openssl fork on github. To be part of post-1.0.2 release. Thanks! commit 15e5188312bc3bb199297be40ab58388d4141b3d Author: Le Huang <4ta...@gmail.com> Date: Wed Aug 27 14:53:34 2014 -0400 PR3006: Needless duplication in speed.c Ror some reason, the "+F2:" t

[openssl.org #3142] Remove extraneous initialization from state_machine.c

2014-08-26 Thread Rich Salz via RT
Fixed in HEAD commit a520ae36288e01c19cd13dfca885b74bfd37d0e2 Author: Jeffrey Walton Date: Tue Aug 19 12:59:41 2014 -0400 RT3142: Extra initialization in state_machine Remove extra initialization calls in the sample program. Reviewed-by: Emilia Kasper -- Rich Salz, OpenSSL dev team; rs

[openssl.org #2575] [PATCH] remove redundant check in tls code

2014-08-19 Thread Rich Salz via RT
Already fixed, at least in HEAD. Thanks. -- Rich Salz, OpenSSL dev team; rs...@openssl.org __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openss

[openssl.org #2846] [PATCH 1/4] Remove unfinished/unused code with memory leaks (to silence static analyzer)

2014-08-17 Thread Rich Salz via RT
It was already fixed in the next release after 1.0.2; see rsalz-monolith branch in akamai/openssl fork on github. thanks. -- Rich Salz, OpenSSL dev team; rs...@openssl.org __ OpenSSL Project http://

[openssl.org #3023] [Patch] Remove redundant logical expressions

2014-08-15 Thread Rich Salz via RT
Submitted, will be part of post-1.0.2 release; thanks! commit 01e438f28844ad4f3fd7e8d772031524593d6441 Author: Hans Wennborg Date: Fri Aug 15 00:54:00 2014 -0400 RT3023: Redundant logical expressions Remove some redundant logical expressions Reviewed-by: Emilia Kasper -- Rich Salz, OpenSSL

[openssl.org #3454] remove OPENSSL_SYS_WIN constraint for EC_GFp_nistp224_method()

2014-07-15 Thread Support via RT
Hi, Currently (14-07-2014, commit f8571ce82) the master branch doesn't compile on Windows (mingw64) when using the enable-ec_nistp_64_gcc_128 option. The same option does work however on the OpenSSL_1_0_2-stable branch. This is due to a small difference in the file crypto/ec/ec.h. On 11-02-2011,

Re: [PATCH] LibReSSL/OpenSSL: Adjust/remove keysize restrictions

2014-07-04 Thread Hubert Kario
- Original Message - > From: "Benny Baumann" > To: openssl-dev@openssl.org > Sent: Friday, July 4, 2014 10:28:07 AM > Subject: Re: [PATCH] LibReSSL/OpenSSL: Adjust/remove keysize restrictions > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA512 > >

Re: [PATCH] LibReSSL/OpenSSL: Adjust/remove keysize restrictions

2014-07-04 Thread Benny Baumann
Hubert Kario wrote: >>>> - Original Message - >>>>> From: "Benny Baumann" To: >>>>> openbsd-t...@openbsd.org, openssl-dev@openssl.org Sent: >>>>> Wednesday, 2 July, 2014 8:49:18 PM Subject: [PATCH] >>>>>

Re: [PATCH] LibReSSL/OpenSSL: Adjust/remove keysize restrictions

2014-07-04 Thread Benny Baumann
CH] >> LibReSSL/OpenSSL: Adjust/remove keysize restrictions >> >> Hi folks, >> >> I know the following patches will cause a controversy just like >> the issues they resolve caused me and several other people >> headaches when debugging them. >> >>

Re: [PATCH] LibReSSL/OpenSSL: Adjust/remove keysize restrictions

2014-07-04 Thread Hubert Kario
- Original Message - > From: "Wilfried Klaebe" > To: openssl-dev@openssl.org > Sent: Thursday, 3 July, 2014 11:42:08 PM > Subject: Re: [PATCH] LibReSSL/OpenSSL: Adjust/remove keysize restrictions > > Am Thu, Jul 03, 2014 at 07:20:46PM +0200 schrieb Kurt Roec

Re: [PATCH] LibReSSL/OpenSSL: Adjust/remove keysize restrictions

2014-07-03 Thread Kurt Roeckx
t; > > > > To: openbsd-t...@openbsd.org, openssl-dev@openssl.org > > > > Sent: Wednesday, 2 July, 2014 8:49:18 PM > > > > Subject: [PATCH] LibReSSL/OpenSSL: Adjust/remove keysize restrictions > > > > > > > > Hi folks, > > > >

Re: [PATCH] LibReSSL/OpenSSL: Adjust/remove keysize restrictions

2014-07-03 Thread Wilfried Klaebe
> Sent: Wednesday, 2 July, 2014 8:49:18 PM > > > Subject: [PATCH] LibReSSL/OpenSSL: Adjust/remove keysize restrictions > > > > > > Hi folks, > > > > > > I know the following patches will cause a controversy just like the > > > issues they re

Re: [PATCH] LibReSSL/OpenSSL: Adjust/remove keysize restrictions

2014-07-03 Thread Kurt Roeckx
On Thu, Jul 03, 2014 at 08:08:52AM -0400, Hubert Kario wrote: > - Original Message - > > From: "Benny Baumann" > > To: openbsd-t...@openbsd.org, openssl-dev@openssl.org > > Sent: Wednesday, 2 July, 2014 8:49:18 PM > > Subject: [PATCH] LibReSSL/OpenSS

Re: [PATCH] LibReSSL/OpenSSL: Adjust/remove keysize restrictions

2014-07-03 Thread Hubert Kario
- Original Message - > From: "Benny Baumann" > To: openbsd-t...@openbsd.org, openssl-dev@openssl.org > Sent: Wednesday, 2 July, 2014 8:49:18 PM > Subject: [PATCH] LibReSSL/OpenSSL: Adjust/remove keysize restrictions > > Hi folks, > > I know the followin

[PATCH] LibReSSL/OpenSSL: Adjust/remove keysize restrictions

2014-07-02 Thread Benny Baumann
size of a received public key to be increased from 516 bytes (just barely enough for 4 KBit RSA public keys) up to 8200 bytes (enough for 64KBit RSA keys with some minor margin) 2. Remove the crippling of the DH/DSA routines for working with at most 10kBit parameters. Find the patches attached to

Re: OpenSSL should disable or remove heartbeat

2014-04-15 Thread Michael Tuexen
On 15 Apr 2014, at 18:23, Richard Könning wrote: > Am 15.04.2014 14:35, schrieb Michael Tuexen: >> On 15 Apr 2014, at 14:26, Fedor Indutny wrote: >> >>> >>> Hello Hanno! >>> >>> Despite not a being an active community member, I'd like to share my >>> thoughts >>> on it, if you don't mind. >

Re: OpenSSL should disable or remove heartbeat

2014-04-15 Thread Michael Tuexen
On 15 Apr 2014, at 16:43, Hanno Böck wrote: > On Tue, 15 Apr 2014 14:35:36 +0200 > Michael Tuexen wrote: > >> On 15 Apr 2014, at 14:26, Fedor Indutny wrote: >> >>> I certainly agree that this extension has a quite faulty >>> specification and very questionable use. But perhaps, instead of >>>

Re: OpenSSL should disable or remove heartbeat

2014-04-15 Thread Richard Könning
Am 15.04.2014 14:35, schrieb Michael Tuexen: On 15 Apr 2014, at 14:26, Fedor Indutny wrote: Hello Hanno! Despite not a being an active community member, I'd like to share my thoughts on it, if you don't mind. I certainly agree that this extension has a quite faulty specification and very q

Re: OpenSSL should disable or remove heartbeat

2014-04-15 Thread Hanno Böck
On Tue, 15 Apr 2014 14:35:36 +0200 Michael Tuexen wrote: > On 15 Apr 2014, at 14:26, Fedor Indutny wrote: > > > I certainly agree that this extension has a quite faulty > > specification and very questionable use. But perhaps, instead of > > just removing it from OpenSSL, we should try to make

Re: OpenSSL should disable or remove heartbeat

2014-04-15 Thread Michael Tuexen
On 15 Apr 2014, at 14:26, Fedor Indutny wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hello Hanno! > > Despite not a being an active community member, I'd like to share my thoughts > on it, if you don't mind. > > I certainly agree that this extension has a quite faulty specifica

Re: OpenSSL should disable or remove heartbeat

2014-04-15 Thread Fedor Indutny
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello Hanno! Despite not a being an active community member, I'd like to share my thoughts on it, if you don't mind. I certainly agree that this extension has a quite faulty specification and very questionable use. But perhaps, instead of just removi

OpenSSL should disable or remove heartbeat

2014-04-15 Thread Hanno Böck
Hi, I think this question needs to be asked. We have a TLS extension here that - as far as I can see - nobody uses. I have asked in different contexts recently if anyone is aware of real software that makes use of the heartbeat extension. I got often answerts like "it could be used for X", but no

Re: [openssl.org #3202] Request to remove _sparcv9_random

2013-12-30 Thread Misaki.Miyashita via RT
>> ... The SPARC "random" >> instruction was never implemented and never will be implemented. > http://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=926725b3d7c1528f2dc116a48623c42264188277 > http://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=e79d34c24b96943ae653dc93371bcae1902

Re: [openssl.org #3202] Request to remove _sparcv9_random

2013-12-30 Thread Misaki.Miyashita
... The SPARC "random" instruction was never implemented and never will be implemented. http://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=926725b3d7c1528f2dc116a48623c42264188277 http://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=e79d34c24b96943ae653dc93371bcae19021 As f

Re: [openssl.org #3202] Request to remove _sparcv9_random

2013-12-28 Thread Andy Polyakov via RT
Feels like Oracle convention all of a sudden... > I think we need to clarify why this should be done. The lesson is to always report underlying reasons. Because as we see here, it might turn out misleading. > ... The SPARC "random" > instruction was never implemented and never will be implemen

Re: [openssl.org #3202] Request to remove _sparcv9_random

2013-12-27 Thread Tom Kacvinsky
d, never-used code > > in OpenSSL. The SPARC random instruction doesn't exist, OpenSSL never > > used it and never can use it, but you don't want to remove the check > > for it. It seems silly to me. > > Ok, how about we replace the random instruction detection with

Re: [openssl.org #3202] Request to remove _sparcv9_random

2013-12-27 Thread Dan Anderson
't want to remove the check for it. It seems silly to me. Ok, how about we replace the random instruction detection with an explicit forced illegal instruction test early in the sparc init code that makes sure the SIGILL facility is working properly? Hi Dave, That's fine--it'

Re: [openssl.org #3202] Request to remove _sparcv9_random

2013-12-27 Thread David Miller
From: Dan Anderson Date: Fri, 27 Dec 2013 09:37:10 -0800 > I really don't understand the desire to preserve dead, never-used code > in OpenSSL. The SPARC random instruction doesn't exist, OpenSSL never > used it and never can use it, but you don't want to remove the

  1   2   3   >