File: navdev.html

package info (click to toggle)
tss2 1045-2
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 6,868 kB
  • sloc: ansic: 58,589; sh: 5,124; php: 1,247; makefile: 380; cpp: 23
file content (21 lines) | stat: -rw-r--r-- 550 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!-- $Id: navdev.html 920 2017-01-20 20:16:16Z kgoldman $ -->

<?php
putenv("TPM_INTERFACE_TYPE=dev");
putenv("TPM_ENCRYPT_SESSIONS=0");
?>

<div id="nav">
<a href="index.php">Home</a><br>
<a href="admin.php">Administration</a><br>
<a href="pcr.php">PCRs</a><br>
<a href="handles.php">Handles</a><br>
<a href="nv.php">NV Properties</a><br>
<a href="keycreate.php">Key Creation</a><br>

<a href="nvram.php">NV Indexes</a><br>
<a href="sign.php">RSA Sign and Verify</a><br>
<a href="unseal.php">Unseal</a><br>
<a href="quote.php">Quote</a><br>
</div>