xref: /titanic_51/usr/src/cmd/cmd-crypto/kmfcfg/kmfpolicy.xml (revision 6c87a171a391b9e1c12d8fb7f74466f7e6e637af)
1<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
4
5 CDDL HEADER START
6
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.
10
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.
15
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]
21
22 CDDL HEADER END
23
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>
38