cryptoservices/certificateandkeymgmt/tpkixcert/scripts/cancel1.txt
author Santosh Patil <santosh.v.patil@nokia.com>
Wed, 08 Jul 2009 11:25:26 +0100
changeset 0 2c201484c85f
permissions -rw-r--r--
Move the Security package to EPL, and add the implementations of the cryptographic algorithms

<action>
	<actionname>Enabling cancellation testing</actionname>
	<actiontype>startcancellation</actiontype>
	<actionresult>
		<return>KErrNone</return>
	</actionresult>
</action>

<action>
	<actionname>CP.01.01</actionname>
	<actiontype>ValidateWithStore</actiontype>
	<actionbody>
		<chain>
			<root>
				<certificate>validation\cp_01_01\TrustAnchorCP_01_01.crt</certificate>
				<label>TrustAnchor_CP_01_01</label>
			</root>
			<ee>
				<certificate>validation\cp_01_01\EndCertificateCP_01_01.crt</certificate>
				<label>EndCertificate_CP_01_01</label>
			</ee>
		</chain>
		<io>
			<oresult>Validated OK</oresult>
		</io>
	</actionbody>
	<actionresult>
		<return>KErrNone</return>
	</actionresult>
</action>

<action>
	<actionname>CP.01.01</actionname>
	<actiontype>ValidateWithSuppliedCerts</actiontype>
	<actionbody>
		<chain>
			<root>
				<certificate>validation\cp_01_01\TrustAnchorCP_01_01.crt</certificate>
				<label>TrustAnchor_CP_01_01</label>
			</root>
			<ee>
				<certificate>validation\cp_01_01\EndCertificateCP_01_01.crt</certificate>
				<label>EndCertificate_CP_01_01</label>
			</ee>
		</chain>
		<io>
			<oresult>Validated OK</oresult>
		</io>
	</actionbody>
	<actionresult>
		<return>KErrNone</return>
	</actionresult>
</action>
<action>
	<actionname>Disabling cancellation testing</actionname>
	<actiontype>stopcancellation</actiontype>
	<actionresult>
		<return>KErrNone</return>
	</actionresult>
</action>