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

<action>
	<actionname>None</actionname>
	<actiontype>startmemfailure</actiontype>
	<actionbody></actionbody>
	<actionresult>
		<return>KErrNone</return>
	</actionresult>
</action>
<action>
	<actionname>Big Int Memory ASN1 Test</actionname>
	<actiontype>Normal</actiontype>
	<actionbody>
		<asn1test>
			<type>BigInt</type>
			<parameters>
				<values>0x00007FFF</values>
				<values>0x7FFFFFFF</values>
				<values>0x00008000</values>
				<values>0x40000000</values>
				<values>0x0000FFFF</values>
				<values>0x00000000</values>
			</parameters>
		</asn1test>
	</actionbody>
	<actionresult>
		<return>KErrNone</return>
	</actionresult>
</action>
<action>
	<actionname>Normal Big Int ASN1 Test</actionname>
	<actiontype>Normal</actiontype>
	<actionbody>
		<asn1test>
			<type>BigInt</type>
			<parameters>
				<values>0x00007FFF</values>
				<values>0x7FFFFFFF</values>
				<values>0x00008000</values>
				<values>0x40000000</values>
				<values>0x0000FFFF</values>
				<values>0x00000000</values>
			</parameters>
		</asn1test>
	</actionbody>
	<actionresult>
		<return>KErrNone</return>
	</actionresult>
</action>
<action>
	<actionname>Normal Boolean ASN1 Test</actionname>
	<actiontype>Normal</actiontype>
	<actionbody>
		<asn1test>
			<type>Boolean</type>
			<parameters>
				<values>0..1</values>
			</parameters>
		</asn1test>
	</actionbody>
	<actionresult>
		<return>KErrNone</return>
	</actionresult>
</action>
<action>
	<actionname>Normal Null ASN1 Test</actionname>
	<actiontype>Normal</actiontype>
	<actionbody>
		<asn1test>
			<type>Null</type>
			<parameters>
			</parameters>
		</asn1test>
	</actionbody>
	<actionresult>
		<return>KErrNone</return>
	</actionresult>
</action>
<action>
	<actionname>Normal Explicit Tag ASN1 Test</actionname>
	<actiontype>Normal</actiontype>
	<actionbody>
		<asn1test>
			<type>ExplicitTag</type>
			<parameters>
				<values>4..20</values>
			</parameters>
		</asn1test>
	</actionbody>
	<actionresult>
		<return>KErrNone</return>
	</actionresult>
</action>
<action>
	<actionname>Normal Implicit Tag ASN1 Test</actionname>
	<actiontype>Normal</actiontype>
	<actionbody>
		<asn1test>
			<type>ImplicitTag</type>
			<parameters>
				<values>Universal, 4..10</values>
				<values>ApplicationSpecific, 4..10</values>
				<values>ContextSpecific, 4..10</values>
				<values>Private, 4..10</values>
			</parameters>
		</asn1test>
	</actionbody>
	<actionresult>
		<return>KErrNone</return>
	</actionresult>
</action>
<action>
	<actionname>Normal Time ASN1 Test</actionname>
	<actiontype>Normal</actiontype>
	<actionbody>
		<asn1test>
			<type>GeneralizedTime</type>
			<parameters>
				<values>1972,4,21,12,10,10</values>
				<values>1956,1,1,23,59,59</values>
				<values>2000, 01, 01, 00, 00, 00</values>
				<values>2000, 02, 29, 00, 01, 02</values>
				<values>0000, 01, 01, 00, 00, 00</values>
			</parameters>		
		</asn1test>
	</actionbody>
	<actionresult>
		<return>KErrNone</return>
	</actionresult>
</action>
<action>
	<actionname>Normal Octect String ASN1 Test</actionname>
	<actiontype>Normal</actiontype>
	<actionbody>
		<asn1test>
			<type>OctetString</type>
			<parameters>
				<random>5</random>
			</parameters>
		</asn1test>
	</actionbody>
	<actionresult>
		<return>KErrNone</return>
	</actionresult>
</action>
<action>
	<actionname>Normal Object ID ASN1 Test</actionname>
	<actiontype>Normal</actiontype>
	<actionbody>
		<asn1test>
			<type>ObjectID</type>
			<parameters>
				<values>2.5.8</values>
				<values>2.39.0.0.0.100000</values>
				<values>2.39.128.16384.2097152.127.16383.2097151</values>
				<values>0.0</values>
				<random>5</random>
			</parameters>
		</asn1test>
	</actionbody>
	<actionresult>
		<return>KErrNone</return>
	</actionresult>
</action>
<action>
	<actionname>Normal Sequence ASN1 Test</actionname>
	<actiontype>Normal</actiontype>
	<actionbody>
		<asn1test>
			<type>Sequence</type>
			<parameters>
				<random>5</random>
			</parameters>
		</asn1test>
	</actionbody>
	<actionresult>
		<return>KErrNone</return>
	</actionresult>
</action>
<action>
	<actionname>Normal Output ASN1 Test</actionname>
	<actiontype>Normal</actiontype>
	<actionbody>
		<asn1test>
			<type>Output</type>
			<parameters>
			</parameters>		
		</asn1test>
	</actionbody>
	<actionresult>
		<return>KErrNone</return>
	</actionresult>
</action>
<action>
	<actionname>None</actionname>
	<actiontype>stopmemfailure</actiontype>
	<actionbody></actionbody>
	<actionresult>
		<return>KErrNone</return>
	</actionresult>
</action>