dmake: do not set MAKEFLAGS=k
[unleashed/tickless.git] / usr / src / cmd / cmd-crypto / kmfcfg / kmfpolicy.xml
blob30be08c66b6543e7073072bc719f3ebeb2374b55
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3  Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
5  CDDL HEADER START
7  The contents of this file are subject to the terms of the
8  Common Development and Distribution License (the "License").
9  You may not use this file except in compliance with the License.
11  You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
12  or http://www.opensolaris.org/os/licensing.
13  See the License for the specific language governing permissions
14  and limitations under the License.
16  When distributing Covered Code, include this CDDL HEADER in each
17  file and include the License file at usr/src/OPENSOLARIS.LICENSE.
18  If applicable, add the following below this CDDL HEADER, with the
19  fields enclosed by brackets "[]" replaced with your own identifying
20  information: Portions Copyright [yyyy] [name of copyright owner]
22  CDDL HEADER END
24  Sample KMF Policy Database file.
25 -->
26 <!DOCTYPE kmf-policy-db SYSTEM "/usr/share/lib/xml/dtd/kmfpolicy.dtd">
27 <kmf-policy-db>
28   
29 <kmf-policy name="default" ta-name="SEARCH">
30         <validation-methods>
31                 <ocsp>
32                         <ocsp-basic uri-from-cert="TRUE"
33                                     ignore-response-sign="TRUE"/>
34                 </ocsp>
35         </validation-methods>
36 </kmf-policy>
37 </kmf-policy-db>