[389-commits] esc/mac/Tokend-35209/CoolKey/mds coolkey_csp_capabilities.mdsinfo, NONE, 1.1 coolkey_csp_capabilities_common.mds, NONE, 1.1 coolkey_csp_primary.mdsinfo, NONE, 1.1 coolkey_dl_primary.mdsinfo, NONE, 1.1 coolkey_smartcard.mdsinfo, NONE, 1.1

Jack Magne jmagne at fedoraproject.org
Tue Mar 16 23:55:35 UTC 2010


Author: jmagne

Update of /cvs/dirsec/esc/mac/Tokend-35209/CoolKey/mds
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16499/CoolKey/mds

Added Files:
	coolkey_csp_capabilities.mdsinfo 
	coolkey_csp_capabilities_common.mds 
	coolkey_csp_primary.mdsinfo coolkey_dl_primary.mdsinfo 
	coolkey_smartcard.mdsinfo 
Log Message:
Add directory for Tokend-35209 for Leopard.


--- NEW FILE coolkey_csp_capabilities.mdsinfo ---
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
<plist version="0.9">
<dict>
	<key>Capabilities</key>
	<string>file:coolkey_csp_capabilities_common.mds</string>
	<key>MdsFileDescription</key>
	<string>CoolKey Token CSPDL CSP Capabilities</string>
	<key>MdsFileType</key>
	<string>PluginSpecific</string>
	<key>MdsRecordType</key>
	<string>MDS_CDSADIR_CSP_CAPABILITY_RECORDTYPE</string>
</dict>
</plist>


--- NEW FILE coolkey_csp_capabilities_common.mds ---
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<array>
	<dict>
		<key>AlgType</key>
		<string>CSSM_ALGID_SHA1</string>
		<key>Attributes</key>
		<array>
			<dict>
				<key>AttributeType</key>
				<string>CSSM_ATTRIBUTE_OUTPUT_SIZE</string>
				<key>AttributeValue</key>
				<integer>20</integer>
			</dict>
		</array>
		<key>ContextType</key>
		<string>CSSM_ALGCLASS_DIGEST</string>
		<key>Description</key>
		<string>SHA1 Digest</string>
		<key>UseeTag</key>
		<string>CSSM_USEE_NONE</string>
	</dict>
	<dict>
		<key>AlgType</key>
		<string>CSSM_ALGID_MD5</string>
		<key>Attributes</key>
		<array>
			<dict>
				<key>AttributeType</key>
				<string>CSSM_ATTRIBUTE_OUTPUT_SIZE</string>
				<key>AttributeValue</key>
				<integer>16</integer>
			</dict>
		</array>
		<key>ContextType</key>
		<string>CSSM_ALGCLASS_DIGEST</string>
		<key>Description</key>
		<string>MD5 Digest</string>
		<key>UseeTag</key>
		<string>CSSM_USEE_NONE</string>
	</dict>
	<dict>
		<key>AlgType</key>
		<string>CSSM_ALGID_MD2</string>
		<key>Attributes</key>
		<array>
			<dict>
				<key>AttributeType</key>
				<string>CSSM_ATTRIBUTE_OUTPUT_SIZE</string>
				<key>AttributeValue</key>
				<integer>16</integer>
			</dict>
		</array>
		<key>ContextType</key>
		<string>CSSM_ALGCLASS_DIGEST</string>
		<key>Description</key>
		<string>MD2 Digest</string>
		<key>UseeTag</key>
		<string>CSSM_USEE_NONE</string>
	</dict>
	<dict>
		<key>AlgType</key>
		<string>CSSM_ALGID_RSA</string>
		<key>Attributes</key>
		<array>
			<dict>
				<key>AttributeType</key>
				<string>CSSM_ATTRIBUTE_NONE</string>
				<key>AttributeValue</key>
				<array/>
			</dict>
		</array>
		<key>ContextType</key>
		<string>CSSM_ALGCLASS_KEYGEN</string>
		<key>Description</key>
		<string>RSA Key Pair Generation</string>
		<key>UseeTag</key>
		<string>CSSM_USEE_NONE</string>
	</dict>
	<dict>
		<key>AlgType</key>
		<string>CSSM_ALGID_DES</string>
		<key>Attributes</key>
		<array>
			<dict>
				<key>AttributeType</key>
				<string>CSSM_ATTRIBUTE_KEY_LENGTH</string>
				<key>AttributeValue</key>
				<integer>64</integer>
			</dict>
		</array>
		<key>ContextType</key>
		<string>CSSM_ALGCLASS_KEYGEN</string>
		<key>Description</key>
		<string>DES Key Generation</string>
		<key>UseeTag</key>
		<string>CSSM_USEE_NONE</string>
	</dict>
	<dict>
		<key>AlgType</key>
		<string>CSSM_ALGID_3DES_3KEY</string>
		<key>Attributes</key>
		<array>
			<dict>
				<key>AttributeType</key>
				<string>CSSM_ATTRIBUTE_KEY_LENGTH</string>
				<key>AttributeValue</key>
				<integer>192</integer>
			</dict>
		</array>
		<key>ContextType</key>
		<string>CSSM_ALGCLASS_KEYGEN</string>
		<key>Description</key>
		<string>3DES Key Generation</string>
		<key>UseeTag</key>
		<string>CSSM_USEE_NONE</string>
	</dict>
	<dict>
		<key>AlgType</key>
		<string>CSSM_ALGID_RC2</string>
		<key>Attributes</key>
		<array>
			<dict>
				<key>AttributeType</key>
				<string>CSSM_ATTRIBUTE_NONE</string>
				<key>AttributeValue</key>
				<array/>
			</dict>
		</array>
		<key>ContextType</key>
		<string>CSSM_ALGCLASS_KEYGEN</string>
		<key>Description</key>
		<string>RC2 Key Generation</string>
		<key>UseeTag</key>
		<string>CSSM_USEE_NONE</string>
	</dict>
	<dict>
		<key>AlgType</key>
		<string>CSSM_ALGID_RC4</string>
		<key>Attributes</key>
		<array>
			<dict>
				<key>AttributeType</key>
				<string>CSSM_ATTRIBUTE_NONE</string>
				<key>AttributeValue</key>
				<array/>
			</dict>
		</array>
		<key>ContextType</key>
		<string>CSSM_ALGCLASS_KEYGEN</string>
		<key>Description</key>
		<string>RC4 Key Generation</string>
		<key>UseeTag</key>
		<string>CSSM_USEE_NONE</string>
	</dict>
	<dict>
		<key>AlgType</key>
		<string>CSSM_ALGID_RC5</string>
		<key>Attributes</key>
		<array>
			<dict>
				<key>AttributeType</key>
				<string>CSSM_ATTRIBUTE_NONE</string>
				<key>AttributeValue</key>
				<array/>
			</dict>
		</array>
		<key>ContextType</key>
		<string>CSSM_ALGCLASS_KEYGEN</string>
		<key>Description</key>
		<string>RC5 Key Generation</string>
		<key>UseeTag</key>
		<string>CSSM_USEE_NONE</string>
	</dict>
	<dict>
		<key>AlgType</key>
		<string>CSSM_ALGID_CAST</string>
		<key>Attributes</key>
		<array>
			<dict>
				<key>AttributeType</key>
				<string>CSSM_ATTRIBUTE_NONE</string>
				<key>New item</key>
				<array/>
			</dict>
		</array>
		<key>ContextType</key>
		<string>CSSM_ALGCLASS_KEYGEN</string>
		<key>Description</key>
		<string>CAST Key Generation</string>
		<key>UseeTag</key>
		<string>CSSM_USEE_NONE</string>
	</dict>
	<dict>
		<key>AlgType</key>
		<string>CSSM_ALGID_BLOWFISH</string>
		<key>Attributes</key>
		<array>
			<dict>
				<key>AttributeType</key>
				<string>CSSM_ATTRIBUTE_NONE</string>
				<key>AttributeValue</key>
				<array/>
			</dict>
		</array>
		<key>ContextType</key>
		<string>CSSM_ALGCLASS_KEYGEN</string>
		<key>Description</key>
		<string>Blowfish Key Generation</string>
		<key>UseeTag</key>
		<string>CSSM_USEE_NONE</string>
	</dict>
	<dict>
		<key>AlgType</key>
		<string>CSSM_ALGID_SHA1HMAC</string>
		<key>Attributes</key>
		<array>
			<dict>
				<key>AttributeType</key>
				<string>CSSM_ATTRIBUTE_NONE</string>
				<key>AttributeValue</key>
				<array/>
			</dict>
		</array>
		<key>ContextType</key>
		<string>CSSM_ALGCLASS_KEYGEN</string>
		<key>Description</key>
		<string>SHA1HMAC Key Generation</string>
		<key>UseeTag</key>
		<string>CSSM_USEE_NONE</string>
	</dict>
	<dict>
		<key>AlgType</key>
		<string>CSSM_ALGID_MD5HMAC</string>
		<key>Attributes</key>
		<array>
			<dict>
				<key>AttributeType</key>
				<string>CSSM_ATTRIBUTE_NONE</string>
				<key>AttributeValue</key>
				<array/>
			</dict>
		</array>
		<key>ContextType</key>
		<string>CSSM_ALGCLASS_KEYGEN</string>
		<key>Description</key>
		<string>MD5HMAC Key Generation</string>
		<key>UseeTag</key>
		<string>CSSM_USEE_NONE</string>
	</dict>
	<dict>
		<key>AlgType</key>
		<string>CSSM_ALGID_AES</string>
		<key>Attributes</key>
		<array>
			<dict>
				<key>AttributeType</key>
				<string>CSSM_ATTRIBUTE_KEY_LENGTH</string>
				<key>AttributeValue</key>
				<array>
					<integer>128</integer>
					<integer>192</integer>
					<integer>256</integer>
				</array>
			</dict>
		</array>
		<key>ContextType</key>
		<string>CSSM_ALGCLASS_KEYGEN</string>
		<key>Description</key>
		<string>AES Key Generation</string>
		<key>UseeTag</key>
		<string>CSSM_USEE_NONE</string>
	</dict>
	<dict>
		<key>AlgType</key>
		<string>CSSM_ALGID_ASC</string>
		<key>Attributes</key>
		<array>
			<dict>
				<key>AttributeType</key>
				<string>CSSM_ATTRIBUTE_NONE</string>
				<key>AttributeValue</key>
				<array/>
			</dict>
		</array>
		<key>ContextType</key>
		<string>CSSM_ALGCLASS_KEYGEN</string>
		<key>Description</key>
		<string>ASC Key Generation</string>
		<key>UseeTag</key>
		<string>CSSM_USEE_NONE</string>
	</dict>
	<dict>
		<key>AlgType</key>
		<string>CSSM_ALGID_FEE</string>
		<key>Attributes</key>
		<array>
			<dict>
				<key>AttributeType</key>
				<string>CSSM_ATTRIBUTE_KEY_LENGTH</string>
				<key>AttributeValue</key>
				<array>
					<integer>31</integer>
					<integer>127</integer>
					<integer>128</integer>
					<integer>161</integer>
					<integer>192</integer>
				</array>
			</dict>
		</array>
		<key>ContextType</key>
		<string>CSSM_ALGCLASS_KEYGEN</string>
		<key>Description</key>
		<string>FEE Key Pair Generation</string>
		<key>UseeTag</key>
		<string>CSSM_USEE_NONE</string>
	</dict>
	<dict>
		<key>AlgType</key>
		<string>CSSM_ALGID_DSA</string>
		<key>Attributes</key>
		<array>
			<dict>
				<key>AttributeType</key>
				<string>CSSM_ATTRIBUTE_NONE</string>
				<key>AttributeValue</key>
				<array/>
			</dict>
		</array>
		<key>ContextType</key>
		<string>CSSM_ALGCLASS_KEYGEN</string>
		<key>Description</key>
		<string>DSA Key Pair Generation</string>
		<key>UseeTag</key>
		<string>CSSM_USEE_NONE</string>
	</dict>
	<dict>
		<key>AlgType</key>
		<string>CSSM_ALGID_PKCS5_PBKDF2</string>
		<key>Attributes</key>
		<array>
			<dict>
				<key>AttributeType</key>
				<string>CSSM_ATTRIBUTE_NONE</string>
				<key>AttributeValue</key>
				<array/>
			</dict>
		</array>
		<key>ContextType</key>
		<string>CSSM_ALGCLASS_DERIVEKEY</string>
		<key>Description</key>
		<string>PKCS5 Key Derivation</string>
		<key>UseeTag</key>
		<string>CSSM_USEE_NONE</string>
	</dict>
	<dict>
		<key>AlgType</key>
		<string>CSSM_ALGID_PKCS5_PBKDF1_MD5</string>
		<key>Attributes</key>
		<array>
			<dict>
				<key>AttributeType</key>
				<string>CSSM_ATTRIBUTE_NONE</string>
				<key>AttributeValue</key>
				<array/>
			</dict>
		</array>
		<key>ContextType</key>
		<string>CSSM_ALGCLASS_DERIVEKEY</string>
		<key>Description</key>
		<string>PKCS5 PBKDF1 MD5 Key Derivation</string>
		<key>UseeTag</key>
		<string>CSSM_USEE_NONE</string>
	</dict>
	<dict>
		<key>AlgType</key>
		<string>CSSM_ALGID_PKCS5_PBKDF1_MD2</string>
		<key>Attributes</key>
		<array>
			<dict>
				<key>AttributeType</key>
				<string>CSSM_ATTRIBUTE_NONE</string>
				<key>AttributeValue</key>
				<array/>
			</dict>
		</array>
		<key>ContextType</key>
		<string>CSSM_ALGCLASS_DERIVEKEY</string>
		<key>Description</key>
		<string>PKCS5 PBKDF1 MD2 Key Derivation</string>
		<key>UseeTag</key>
		<string>CSSM_USEE_NONE</string>
	</dict>
	<dict>
		<key>AlgType</key>
		<string>CSSM_ALGID_PKCS5_PBKDF1_SHA1</string>
		<key>Attributes</key>
		<array>
			<dict>
				<key>AttributeType</key>
				<string>CSSM_ATTRIBUTE_NONE</string>
				<key>AttributeValue</key>
				<array/>
			</dict>
		</array>
		<key>ContextType</key>
		<string>CSSM_ALGCLASS_DERIVEKEY</string>
		<key>Description</key>
		<string>PKCS5 PBKDF1 SHA1 Key Derivation</string>
		<key>UseeTag</key>
		<string>CSSM_USEE_NONE</string>
	</dict>
	<dict>
		<key>AlgType</key>
		<string>CSSM_ALGID_DES</string>
		<key>Attributes</key>
		<array>
			<dict>
				<key>AttributeType</key>
				<string>CSSM_ATTRIBUTE_MODE</string>
				<key>AttributeValue</key>
				<array>
					<integer>2</integer>
					<integer>3</integer>
					<integer>5</integer>
					<integer>6</integer>
				</array>
			</dict>
		</array>
		<key>ContextType</key>
		<string>CSSM_ALGCLASS_SYMMETRIC</string>
		<key>Description</key>
		<string>DES Encryption</string>
		<key>UseeTag</key>
		<string>CSSM_USEE_NONE</string>
	</dict>
	<dict>
		<key>AlgType</key>
		<string>CSSM_ALGID_3DES_3KEY_EDE</string>
		<key>Attributes</key>
		<array>
			<dict>
				<key>AttributeType</key>
				<string>CSSM_ATTRIBUTE_MODE</string>
				<key>AttributeValue</key>
				<array>
					<integer>2</integer>
					<integer>3</integer>
					<integer>5</integer>
					<integer>6</integer>
				</array>
			</dict>
		</array>
		<key>ContextType</key>
		<string>CSSM_ALGCLASS_SYMMETRIC</string>
		<key>Description</key>
		<string>3DES EDE Encryption</string>
		<key>UseeTag</key>
		<string>CSSM_USEE_NONE</string>
	</dict>
	<dict>
		<key>AlgType</key>
		<string>CSSM_ALGID_AES</string>
		<key>Attributes</key>
		<array>
			<dict>
				<key>AttributeType</key>
				<string>CSSM_ATTRIBUTE_MODE</string>
				<key>AttributeValue</key>
				<array>
					<integer>2</integer>
					<integer>3</integer>
					<integer>5</integer>
					<integer>6</integer>
				</array>
			</dict>
		</array>
		<key>ContextType</key>
		<string>CSSM_ALGCLASS_SYMMETRIC</string>
		<key>Description</key>
		<string>AES Encryption</string>
		<key>UseeTag</key>
		<string>CSSM_USEE_NONE</string>
	</dict>
	<dict>
		<key>AlgType</key>
		<string>CSSM_ALGID_RC4</string>
		<key>Attributes</key>
		<array>
			<dict>
				<key>AttributeType</key>
				<string>CSSM_ATTRIBUTE_MODE</string>
				<key>AttributeValue</key>
				<array>
					<integer>0</integer>
				</array>
			</dict>
		</array>
		<key>ContextType</key>
		<string>CSSM_ALGCLASS_SYMMETRIC</string>
		<key>Description</key>
		<string>RC4 Encryption</string>
		<key>UseeTag</key>
		<string>CSSM_USEE_NONE</string>
	</dict>
	<dict>
		<key>AlgType</key>
		<string>CSSM_ALGID_RC5</string>
		<key>Attributes</key>
		<array>
			<dict>
				<key>AttributeType</key>
				<string>CSSM_ATTRIBUTE_MODE</string>
				<key>AttributeValue</key>
				<array>
					<integer>2</integer>
					<integer>3</integer>
					<integer>5</integer>
					<integer>6</integer>
				</array>
			</dict>
		</array>
		<key>ContextType</key>
		<string>CSSM_ALGCLASS_SYMMETRIC</string>
		<key>Description</key>
		<string>RC5 Encryption</string>
		<key>UseeTag</key>
		<string>CSSM_USEE_NONE</string>
	</dict>
	<dict>
		<key>AlgType</key>
		<string>CSSM_ALGID_BLOWFISH</string>
		<key>Attributes</key>
		<array>
			<dict>
				<key>AttributeType</key>
				<string>CSSM_ATTRIBUTE_MODE</string>
				<key>AttributeValue</key>
				<array>
					<integer>2</integer>
					<integer>3</integer>
					<integer>5</integer>
					<integer>6</integer>
				</array>
			</dict>
		</array>
		<key>ContextType</key>
		<string>CSSM_ALGCLASS_SYMMETRIC</string>
		<key>Description</key>
		<string>Blowfish Encryption</string>
		<key>UseeTag</key>
		<string>CSSM_USEE_NONE</string>
	</dict>
	<dict>
		<key>AlgType</key>
		<string>CSSM_ALGID_CAST</string>
		<key>Attributes</key>
		<array>
			<dict>
				<key>AttributeType</key>
				<string>CSSM_ATTRIBUTE_MODE</string>
				<key>AttributeValue</key>
				<array>
					<integer>2</integer>
					<integer>3</integer>
					<integer>5</integer>
					<integer>6</integer>
				</array>
			</dict>
		</array>
		<key>ContextType</key>
		<string>CSSM_ALGCLASS_SYMMETRIC</string>
		<key>Description</key>
		<string>CAST Encryption</string>
		<key>UseeTag</key>
		<string>CSSM_USEE_NONE</string>
	</dict>
	<dict>
		<key>AlgType</key>
		<string>CSSM_ALGID_RSA</string>
		<key>Attributes</key>
		<array>
			<dict>
				<key>AttributeType</key>
				<string>CSSM_ATTRIBUTE_NONE</string>
				<key>AttributeValue</key>
				<array/>
			</dict>
		</array>
		<key>ContextType</key>
		<string>CSSM_ALGCLASS_ASYMMETRIC</string>
		<key>Description</key>
		<string>RSA Encryption</string>
		<key>UseeTag</key>
		<string>CSSM_USEE_NONE</string>
	</dict>
	<dict>
		<key>AlgType</key>
		<string>CSSM_ALGID_FEEDEXP</string>
		<key>Attributes</key>
		<array>
			<dict>
				<key>AttributeType</key>
				<string>CSSM_ATTRIBUTE_NONE</string>
				<key>AttributeValue</key>
				<array/>
			</dict>
		</array>
		<key>ContextType</key>
		<string>CSSM_ALGCLASS_ASYMMETRIC</string>
		<key>Description</key>
		<string>FEEDExp Encryption</string>
		<key>UseeTag</key>
		<string>CSSM_USEE_NONE</string>
	</dict>
	<dict>
		<key>AlgType</key>
		<string>CSSM_ALGID_FEED</string>
		<key>Attributes</key>
		<array>
			<dict>
				<key>AttributeType</key>
				<string>CSSM_ATTRIBUTE_NONE</string>
				<key>AttributeValue</key>
				<array/>
			</dict>
		</array>
		<key>ContextType</key>
		<string>CSSM_ALGCLASS_ASYMMETRIC</string>
		<key>Description</key>
		<string>FEED Encryption</string>
		<key>UseeTag</key>
		<string>CSSM_USEE_NONE</string>
	</dict>
	<dict>
		<key>AlgType</key>
		<string>CSSM_ALGID_SHA1WithRSA</string>
		<key>Attributes</key>
		<array>
			<dict>
				<key>AttributeType</key>
				<string>CSSM_ATTRIBUTE_NONE</string>
				<key>AttributeValue</key>
				<array/>
			</dict>
		</array>
		<key>ContextType</key>
		<string>CSSM_ALGCLASS_SIGNATURE</string>
		<key>Description</key>
		<string>SHA1 With RSA Signature</string>
		<key>UseeTag</key>
		<string>CSSM_USEE_NONE</string>
	</dict>
	<dict>
		<key>AlgType</key>
		<string>CSSM_ALGID_MD5WithRSA</string>
		<key>Attributes</key>
		<array>
			<dict>
				<key>AttributeType</key>
				<string>CSSM_ATTRIBUTE_NONE</string>
				<key>AttributeValue</key>
				<array/>
			</dict>
		</array>
		<key>ContextType</key>
		<string>CSSM_ALGCLASS_SIGNATURE</string>
		<key>Description</key>
		<string>MD5 With RSA Signature</string>
		<key>UseeTag</key>
		<string>CSSM_USEE_NONE</string>
	</dict>
	<dict>
		<key>AlgType</key>
		<string>CSSM_ALGID_MD2WithRSA</string>
		<key>Attributes</key>
		<array>
			<dict>
				<key>AttributeType</key>
				<string>CSSM_ATTRIBUTE_NONE</string>
				<key>AttributeValue</key>
				<array/>
			</dict>
		</array>
		<key>ContextType</key>
		<string>CSSM_ALGCLASS_SIGNATURE</string>
		<key>Description</key>
		<string>MD2 With RSA Signature</string>
		<key>UseeTag</key>
		<string>CSSM_USEE_NONE</string>
	</dict>
	<dict>
		<key>AlgType</key>
		<string>CSSM_ALGID_RSA</string>
		<key>Attributes</key>
		<array>
			<dict>
				<key>AttributeType</key>
				<string>CSSM_ATTRIBUTE_NONE</string>
				<key>AttributeValue</key>
				<array/>
			</dict>
		</array>
		<key>ContextType</key>
		<string>CSSM_ALGCLASS_SIGNATURE</string>
		<key>Description</key>
		<string>Raw RSA Signature</string>
		<key>UseeTag</key>
		<string>CSSM_USEE_NONE</string>
	</dict>
	<dict>
		<key>AlgType</key>
		<string>CSSM_ALGID_SHA1WithDSA</string>
		<key>Attributes</key>
		<array>
			<dict>
				<key>AttributeType</key>
				<string>CSSM_ATTRIBUTE_NONE</string>
				<key>AttributeValue</key>
				<array/>
			</dict>
		</array>
		<key>ContextType</key>
		<string>CSSM_ALGCLASS_SIGNATURE</string>
		<key>Description</key>
		<string>SHA1 With DSA Signature</string>
		<key>UseeTag</key>
		<string>CSSM_USEE_NONE</string>
	</dict>
	<dict>
		<key>AlgType</key>
		<string>CSSM_ALGID_DSA</string>
		<key>Attributes</key>
		<array>
			<dict>
				<key>AttributeType</key>
				<string>CSSM_ATTRIBUTE_NONE</string>
				<key>AttributeValue</key>
				<array/>
			</dict>
		</array>
		<key>ContextType</key>
		<string>CSSM_ALGCLASS_SIGNATURE</string>
		<key>Description</key>
		<string>Raw DSA Signature</string>
		<key>UseeTag</key>
		<string>CSSM_USEE_NONE</string>
	</dict>
	<dict>
		<key>AlgType</key>
		<string>CSSM_ALGID_FEE_MD5</string>
		<key>Attributes</key>
		<array>
			<dict>
				<key>AttributeType</key>
				<string>CSSM_ATTRIBUTE_NONE</string>
				<key>AttributeValue</key>
				<array/>
			</dict>
		</array>
		<key>ContextType</key>
		<string>CSSM_ALGCLASS_SIGNATURE</string>
		<key>Description</key>
		<string>MD5 with FEE Signature</string>
		<key>UseeTag</key>
		<string>CSSM_USEE_NONE</string>
	</dict>
	<dict>
		<key>AlgType</key>
		<string>CSSM_ALGID_FEE_SHA1</string>
		<key>Attributes</key>
		<array>
			<dict>
				<key>AttributeType</key>
				<string>CSSM_ATTRIBUTE_NONE</string>
				<key>AttributeValue</key>
				<array/>
			</dict>
		</array>
		<key>ContextType</key>
		<string>CSSM_ALGCLASS_SIGNATURE</string>
		<key>Description</key>
		<string>SHA1 with FEE Signature</string>
		<key>UseeTag</key>
		<string>CSSM_USEE_NONE</string>
	</dict>
	<dict>
		<key>AlgType</key>
		<string>CSSM_ALGID_FEE</string>
		<key>Attributes</key>
		<array>
			<dict>
				<key>AttributeType</key>
				<string>CSSM_ATTRIBUTE_NONE</string>
				<key>AttributeValue</key>
				<array/>
			</dict>
		</array>
		<key>ContextType</key>
		<string>CSSM_ALGCLASS_SIGNATURE</string>
		<key>Description</key>
		<string>Raw FEE Signature</string>
		<key>UseeTag</key>
		<string>CSSM_USEE_NONE</string>
	</dict>
	<dict>
		<key>AlgType</key>
		<string>CSSM_ALGID_SHA1WithECDSA</string>
		<key>Attributes</key>
		<array>
			<dict>
				<key>AttributeType</key>
				<string>CSSM_ATTRIBUTE_NONE</string>
				<key>AttributeValue</key>
				<array/>
			</dict>
		</array>
		<key>ContextType</key>
		<string>CSSM_ALGCLASS_SIGNATURE</string>
		<key>Description</key>
		<string>SHA1 with ECDSA Signature</string>
		<key>UseeTag</key>
		<string>CSSM_USEE_NONE</string>
	</dict>
	<dict>
		<key>AlgType</key>
		<string>CSSM_ALGID_ECDSA</string>
		<key>Attributes</key>
		<array>
			<dict>
				<key>AttributeType</key>
				<string>CSSM_ATTRIBUTE_NONE</string>
				<key>AttributeValue</key>
				<array/>
			</dict>
		</array>
		<key>ContextType</key>
		<string>CSSM_ALGCLASS_SIGNATURE</string>
		<key>Description</key>
		<string>Raw ECDSA Signature</string>
		<key>UseeTag</key>
		<string>CSSM_USEE_NONE</string>
	</dict>
	<dict>
		<key>AlgType</key>
		<string>CSSM_ALGID_SHA1HMAC</string>
		<key>Attributes</key>
		<array>
			<dict>
				<key>AttributeType</key>
				<string>CSSM_ATTRIBUTE_OUTPUT_SIZE</string>
				<key>AttributeValue</key>
				<integer>20</integer>
			</dict>
		</array>
		<key>ContextType</key>
		<string>CSSM_ALGCLASS_MAC</string>
		<key>Description</key>
		<string>SHA1HMAC MAC</string>
		<key>UseeTag</key>
		<string>CSSM_USEE_NONE</string>
	</dict>
	<dict>
		<key>AlgType</key>
		<string>CSSM_ALGID_SHA1HMAC_LEGACY</string>
		<key>Attributes</key>
		<array>
			<dict>
				<key>AttributeType</key>
				<string>CSSM_ATTRIBUTE_OUTPUT_SIZE</string>
				<key>AttributeValue</key>
				<integer>20</integer>
			</dict>
		</array>
		<key>ContextType</key>
		<string>CSSM_ALGCLASS_MAC</string>
		<key>Description</key>
		<string>SHA1HMAC MAC Legacy</string>
		<key>UseeTag</key>
		<string>CSSM_USEE_NONE</string>
	</dict>
	<dict>
		<key>AlgType</key>
		<string>CSSM_ALGID_APPLE_YARROW</string>
		<key>Attributes</key>
		<array>
			<dict>
				<key>AttributeType</key>
				<string>CSSM_ATTRIBUTE_NONE</string>
				<key>AttributeValue</key>
				<array/>
			</dict>
		</array>
		<key>ContextType</key>
		<string>CSSM_ALGCLASS_RANDOMGEN</string>
		<key>Description</key>
		<string>Yarrow PRNG</string>
		<key>UseeTag</key>
		<string>CSSM_USEE_NONE</string>
	</dict>
</array>
</plist>


--- NEW FILE coolkey_csp_primary.mdsinfo ---
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
<plist version="0.9">
<dict>
	<key>AclSubjectTypes</key>
	<array>
		<string>CSSM_ACL_SUBJECT_TYPE_PASSWORD</string>
		<string>CSSM_ACL_SUBJECT_TYPE_PROMPTED_PASSWORD</string>
		<string>CSSM_ACL_SUBJECT_TYPE_PROTECTED_PASSWORD</string>
	</array>
	<key>AuthTags</key>
	<!-- @@@ complete this -->
	<array>
		<string>CSSM_ACL_AUTHORIZATION_ANY</string>
	</array>
	<key>CspCustomFlags</key>
	<integer>0</integer>
	<key>CspFlags</key>
	<!-- @@@ dynamic -->
	<string>CSSM_CSP_STORES_PRIVATE_KEYS | CSSM_CSP_STORES_PUBLIC_KEYS | CSSM_CSP_STORES_CERTIFICATES | CSSM_CSP_STORES_GENERIC</string>
	<key>CspType</key>
	<string>CSSM_CSP_HARDWARE</string>
	<key>MdsFileDescription</key>
	<string>Token CSPDL CSP Primary info</string>
	<key>MdsFileType</key>
	<string>PluginSpecific</string>
	<key>MdsRecordType</key>
	<string>MDS_CDSADIR_CSP_PRIMARY_RECORDTYPE</string>
	<key>ModuleName</key>
	<string>AppleSDCSPDL</string>
	<key>ProductVersion</key>
	<string>0.1</string>
	<key>SampleTypes</key>
	<array>
		<string>CSSM_SAMPLE_TYPE_PASSWORD</string>
		<string>CSSM_SAMPLE_TYPE_PROMPTED_PASSWORD</string>
		<string>CSSM_SAMPLE_TYPE_PROTECTED_PASSWORD</string>
	</array>
	<key>UseeTags</key>
	<array/>
	<key>Vendor</key>
	<string>Apple Computer, Inc.</string>
</dict>
</plist>


--- NEW FILE coolkey_dl_primary.mdsinfo ---
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
<plist version="0.9">
<dict>
	<key>AclSubjectTypes</key>
	<array>
		<string>CSSM_ACL_SUBJECT_TYPE_PASSWORD</string>
		<string>CSSM_ACL_SUBJECT_TYPE_PROMPTED_PASSWORD</string>
		<string>CSSM_ACL_SUBJECT_TYPE_PROTECTED_PASSWORD</string>
	</array>
	<key>AuthTags</key>
	<array>
	<!-- @@@ complete this -->
		<string>CSSM_ACL_AUTHORIZATION_ANY</string>
	</array>
	<key>ConjunctiveOps</key>
	<array>
		<string>CSSM_DB_NONE</string>
		<string>CSSM_DB_AND</string>
		<string>CSSM_DB_OR</string>
	</array>
	<key>DLType</key>
	<string>CSSM_DL_FFS</string>
	<key>MdsFileDescription</key>
	<string>Token CSPDL DL Primary info</string>
	<key>MdsFileType</key>
	<string>PluginSpecific</string>
	<key>MdsRecordType</key>
	<string>MDS_CDSADIR_DL_PRIMARY_RECORDTYPE</string>
	<key>ModuleName</key>
	<string>AppleSDCSPDL</string>
	<key>ProductVersion</key>
	<string>0.1</string>
	<key>QueryLimitsFlag</key>
	<integer>0</integer>
	<key>RelationalOps</key>
	<array>
		<string>CSSM_DB_EQUAL</string>
		<string>CSSM_DB_LESS_THAN</string>
		<string>CSSM_DB_GREATER_THAN</string>
		<string>CSSM_DB_CONTAINS_FINAL_SUBSTRING</string>
		<string>CSSM_DB_CONTAINS_INITIAL_SUBSTRING</string>
		<string>CSSM_DB_CONTAINS</string>
		<string></string>
	</array>
	<key>SampleTypes</key>
	<array>
		<string>CSSM_SAMPLE_TYPE_PASSWORD</string>
		<string>CSSM_SAMPLE_TYPE_PROMPTED_PASSWORD</string>
		<string>CSSM_SAMPLE_TYPE_PROTECTED_PASSWORD</string>
	</array>
	<key>Vendor</key>
	<string>Apple Computer, Inc.</string>
</dict>
</plist>


--- NEW FILE coolkey_smartcard.mdsinfo ---
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
<plist version="0.9">
<dict>
	<key>MdsFileDescription</key>
	<string>SD/CSPDL Generic Smartcard Information</string>
	<key>MdsRecordType</key>
	<string>MDS_CDSADIR_CSP_SC_INFO_RECORDTYPE</string>
	<key>MdsFileType</key>
	<string>PluginSpecific</string>
	<key>ScVendor</key>
	<string>Generic</string>
	<key>ScVersion</key>
	<string>unknown</string>
	<key>ScFirmwareVersion</key>
	<string>unknown</string>
	<key>ScFlags</key>			<!-- @@@ dynamic -->
	<integer>0</integer>
	<key>ScCustomFlags</key>
	<integer>0</integer>
</dict>
</plist>



More information about the 389-commits mailing list