Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id DF771200C6F for ; Mon, 24 Apr 2017 14:06:10 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id DE435160BA5; Mon, 24 Apr 2017 12:06:10 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 36453160BB8 for ; Mon, 24 Apr 2017 14:06:10 +0200 (CEST) Received: (qmail 39862 invoked by uid 500); 24 Apr 2017 12:06:09 -0000 Mailing-List: contact dev-help@chemistry.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@chemistry.apache.org Delivered-To: mailing list dev@chemistry.apache.org Received: (qmail 39626 invoked by uid 99); 24 Apr 2017 12:06:08 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Apr 2017 12:06:08 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 3AF3AC13F5 for ; Mon, 24 Apr 2017 12:06:08 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.002 X-Spam-Level: X-Spam-Status: No, score=-100.002 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id tbC0o9_nMMdF for ; Mon, 24 Apr 2017 12:06:06 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id EE8136227F for ; Mon, 24 Apr 2017 12:06:05 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 11932E0D64 for ; Mon, 24 Apr 2017 12:06:05 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 437CD21B5D for ; Mon, 24 Apr 2017 12:06:04 +0000 (UTC) Date: Mon, 24 Apr 2017 12:06:04 +0000 (UTC) From: =?utf-8?Q?Florian_M=C3=BCller_=28JIRA=29?= To: dev@chemistry.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CMIS-1023) Is there any encryption used in PortCMIS? MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 24 Apr 2017 12:06:11 -0000 [ https://issues.apache.org/jira/browse/CMIS-1023?page=3Dcom.atlassian= .jira.plugin.system.issuetabpanels:all-tabpanel ] Florian M=C3=BCller updated CMIS-1023: --------------------------------- Affects Version/s: (was: OpenCMIS 1.2.0) > Is there any encryption used in PortCMIS? > ----------------------------------------- > > Key: CMIS-1023 > URL: https://issues.apache.org/jira/browse/CMIS-1023 > Project: Chemistry > Issue Type: Wish > Affects Versions: PortCMIS 0.2.0 > Reporter: Johannes Schacht > > I found the below definitions in the code, it is never used anywhere. Thi= s raised the question whether PortCMIS uses any encryption. Could you pleas= e clarify? > {code} > /// Algorithm MD5 > public const string AlgorithmMD5 =3D "md5"; > /// Algorithm sha-1 > public const string AlgorithmSHA1 =3D "sha-1"; > /// Algorithm sha-224 > public const string AlgorithmSHA224 =3D "sha-224"; > /// Algorithm sha-256 > public const string AlgorithmSHA256 =3D "sha-256"; > /// Algorithm sha-384 > public const string AlgorithmSHA384 =3D "sha-384"; > /// Algorithm sha-512 > public const string AlgorithmSHA512 =3D "sha-512"; > /// Algorithm sha-3 > public const string AlgorithmSHA3 =3D "sha-3"; > {code} -- This message was sent by Atlassian JIRA (v6.3.15#6346)