available from @url{http://www.ietf.org/rfc/rfc5929}.
@item @anchor{PKCS11URI}[PKCS11URI]
-J. Pechanec, D. Moffat, "The PKCS#11 URI Scheme", August 2011,
-Work in progress, available from @url{http://tools.ietf.org/html/draft-pechanec-pkcs11uri-05}.
+J. Pechanec, D. Moffat, "The PKCS#11 URI Scheme", January 2013,
+Work in progress, available from @url{http://tools.ietf.org/html/draft-pechanec-pkcs11uri-08}.
+
+@item @anchor{TPMURI}[TPMURI]
+C. Latze, N. Mavrogiannopoulos, "The TPMKEY URI Scheme", January 2013,
+Work in progress, available from @url{http://tools.ietf.org/html/draft-mavrogiannopoulos-tpmuri-01}.
@item @anchor{ANDERSON}[ANDERSON]
R. J. Anderson, "Security Engineering: A Guide to Building Dependable Distributed Systems",
The RSA keys in the TPM module may either be stored in a flash memory
within TPM or stored in a file in disk. In the former case the key can
provide operations as with @acronym{PKCS} #11 and is identified by
-a URL. The URL is of the following form.
+a URL. The URL is described in @xcite{TPMURI} and are of the following form.
@verbatim
tpmkey:uuid=42309df8-d101-11e1-a89a-97bb33c23ad1;storage=user
@end verbatim
@misc{PKCS11URI,
author="Jan Pechanec and Darren J. Moffat",
title="{The PKCS 11 URI Scheme}",
- month="August",
- year=2011,
- note = "Work in progress, available from \url{http://tools.ietf.org/html/draft-pechanec-pkcs11uri-05}",
- url = "http://tools.ietf.org/html/draft-pechanec-pkcs11uri-05"
+ month="January",
+ year=2013,
+ note = "Work in progress, available from \url{http://tools.ietf.org/html/draft-pechanec-pkcs11uri-08}",
+ url = "http://tools.ietf.org/html/draft-pechanec-pkcs11uri-08"
+}
+
+@misc{TPMURI,
+ author="Carolin Latze and Nikos Mavrogiannopoulos",
+ title="{The TPMKEY URI Scheme}",
+ month="January",
+ year=2013,
+ note = "Work in progress, available from \url{http://tools.ietf.org/html/draft-mavrogiannopoulos-tpmuri-01}",
+ url = "http://tools.ietf.org/html/draft-mavrogiannopoulos-tpmuri-01"
}
const char *key_password);
static int encode_tpmkey_url(char** url, const TSS_UUID* uuid, TSS_FLAG storage);
-/* TPM URL format:
+/* TPM URL format: (draft-mavrogiannopoulos-tpmuri-01)
*
* tpmkey:file=/path/to/file
* tpmkey:uuid=7f468c16-cb7f-11e1-824d-b3a4f4b20343;storage=user