Return-Path: X-Original-To: apmail-ws-dev-archive@www.apache.org Delivered-To: apmail-ws-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4D1C499A5 for ; Fri, 17 Feb 2012 01:22:24 +0000 (UTC) Received: (qmail 99780 invoked by uid 500); 17 Feb 2012 01:22:23 -0000 Delivered-To: apmail-ws-dev-archive@ws.apache.org Received: (qmail 99669 invoked by uid 500); 17 Feb 2012 01:22:22 -0000 Mailing-List: contact dev-help@ws.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ws.apache.org Delivered-To: mailing list dev@ws.apache.org Received: (qmail 99662 invoked by uid 99); 17 Feb 2012 01:22:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Feb 2012 01:22:22 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Feb 2012 01:22:20 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 988511BB569 for ; Fri, 17 Feb 2012 01:21:59 +0000 (UTC) Date: Fri, 17 Feb 2012 01:21:59 +0000 (UTC) From: "Freeman Fang (Resolved) (JIRA)" To: dev@ws.apache.org Message-ID: <453372371.49159.1329441719626.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1838647781.35827.1329210719542.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Resolved] (WSS-339) OCSP support MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/WSS-339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Freeman Fang resolved WSS-339. ------------------------------ Resolution: Not A Problem > OCSP support > ------------ > > Key: WSS-339 > URL: https://issues.apache.org/jira/browse/WSS-339 > Project: WSS4J > Issue Type: Improvement > Reporter: Freeman Fang > Assignee: Colm O hEigeartaigh > Attachments: WSS-339.patch > > > currently WSS4J already support CRL for revocation check, it would be better that we can also support OCSP through WSS4J configuration. > Though we can set ocsp.enable property in $JAVA_HOME/jre/lib/security/java.security to enable OCSP but it's effect JVM wide, I'd like to introduce a property in WSHandlerConstants like enableOCSP which can trigger code like > Security.setProperty("ocsp.enable", enableOCSP); > This should be similar with the property enableRevocation, the logic is > if (enableRevocation && enableOCSP) { > //use OCSP to do revocation check. > } -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ws.apache.org For additional commands, e-mail: dev-help@ws.apache.org