From 9603e05ffd99de19a75cbd5f662cf5510b086a3a Mon Sep 17 00:00:00 2001 From: William Roberts Date: Thu, 3 Aug 2017 13:47:28 -0700 Subject: [PATCH] rename tpm2.0-tools to tpm2-tools tpm2.0-tools was renamed to tpm2-tools to get rid of: 1. Periods in names 2. Confusion with a version of the software and not the tpm 3. Consistent naming conventions with tpm2-abrmd and tpm2-TSS. 4. Matches the package name in RPM. Rename all occurances and ensure that travis links work. Signed-off-by: William Roberts --- .ci/travis-build-and-run-tests.sh | 4 ++-- .travis.yml | 2 +- AUTHORS | 2 +- CHANGELOG | 2 +- CONTRIBUTING | 2 +- INSTALL | 8 ++++---- README.md | 12 ++++++------ RELEASE | 6 +++--- configure.ac | 2 +- lib/tpm2_alg_util.h | 2 +- man/tpm2_activatecredential.8.in | 2 +- man/tpm2_akparse.8.in | 2 +- man/tpm2_certify.8.in | 2 +- man/tpm2_create.8.in | 2 +- man/tpm2_createpolicy.8.in | 2 +- man/tpm2_createprimary.8.in | 2 +- man/tpm2_dictionarylockout.8.in | 2 +- man/tpm2_dump_capability.8.in | 2 +- man/tpm2_encryptdecrypt.8.in | 2 +- man/tpm2_evictcontrol.8.in | 2 +- man/tpm2_getmanufec.8.in | 2 +- man/tpm2_getpubak.8.in | 2 +- man/tpm2_getpubek.8.in | 2 +- man/tpm2_getrandom.8.in | 2 +- man/tpm2_hash.8.in | 2 +- man/tpm2_hmac.8.in | 2 +- man/tpm2_listpersistent.8.in | 2 +- man/tpm2_load.8.in | 2 +- man/tpm2_loadexternal.8.in | 2 +- man/tpm2_makecredential.8.in | 2 +- man/tpm2_nvdefine.8.in | 2 +- man/tpm2_nvlist.8.in | 2 +- man/tpm2_nvread.8.in | 2 +- man/tpm2_nvreadlock.8.in | 2 +- man/tpm2_nvrelease.8.in | 2 +- man/tpm2_nvwrite.8.in | 2 +- man/tpm2_pcrlist.8.in | 2 +- man/tpm2_quote.8.in | 2 +- man/tpm2_rc_decode.8.in | 2 +- man/tpm2_readpublic.8.in | 2 +- man/tpm2_rsadecrypt.8.in | 2 +- man/tpm2_rsaencrypt.8.in | 2 +- man/tpm2_send_command.8.in | 2 +- man/tpm2_sign.8.in | 2 +- man/tpm2_startup.8.in | 2 +- man/tpm2_takeownership.8.in | 2 +- man/tpm2_unseal.8.in | 2 +- man/tpm2_verifysignature.8.in | 2 +- manual | 6 +++--- misc/formatters/tpm2.0-eclipse-cdt-formatter.xml | 2 +- 50 files changed, 63 insertions(+), 63 deletions(-) diff --git a/.ci/travis-build-and-run-tests.sh b/.ci/travis-build-and-run-tests.sh index 69bec215f..4d96c4091 100755 --- a/.ci/travis-build-and-run-tests.sh +++ b/.ci/travis-build-and-run-tests.sh @@ -40,7 +40,7 @@ make -j$(nproc) make -j$(nproc) check # no clean here, keep artifacts for system testing -# Move out of build back to the tpm2.0-tools directory +# Move out of build back to the tpm2-tools directory popd # Switch over to the test directory @@ -49,7 +49,7 @@ pushd ./test/system # Run the tests on ALL device TCTIs configuration PATH=$(pwd)/../../build/tools:${PATH} ./test_all.sh -# done go back to tpm2.0-tools directory +# done go back to tpm2-tools directory popd exit 0 diff --git a/.travis.yml b/.travis.yml index 8e81796f1..3d2aa1b25 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ compiler: addons: coverity_scan: project: - name: "01org/tpm2.0-tools" + name: "01org/tpm2-tools" description: "Build submitted via Travis CI" notification_email: william.c.roberts@intel.com build_command_prepend: "./bootstrap && ./configure && make clean" diff --git a/AUTHORS b/AUTHORS index b041859e1..4afcbe8e5 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,4 +1,4 @@ -The tpm2.0-tools project was created by Gang Wei at Intel Inc. +The tpm2-tools project was created by Gang Wei at Intel Inc. A list of MUCH-APPRECIATED contributors follows. If you are not on this list but feel you should be, please contact the current maintainer(s). diff --git a/CHANGELOG b/CHANGELOG index fea8c0f66..4447af266 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -23,7 +23,7 @@ next * Numerous cleanups and minor bug fixes. v2.0 - 2017-03-29 -* Tracked on the milestone: https://github.com/01org/tpm2.0-tools/milestone/2 +* Tracked on the milestone: https://github.com/01org/tpm2-tools/milestone/2 * Reworked all the tools to support configurable TCTIs, based on build time configuration, one can specify the tcti via the --tcti (-T) option to all tools. diff --git a/CONTRIBUTING b/CONTRIBUTING index 184bc9716..ebc22be43 100644 --- a/CONTRIBUTING +++ b/CONTRIBUTING @@ -1,6 +1,6 @@ Guidelines for submitting bugs: All non security bugs can be filed on the Issues tracker: - https://github.com/01org/tpm2.0-tools/issues + https://github.com/01org/tpm2-tools/issues Security sensitive bugs should be emailed to a maintainer or to Intel via the guidelines here: diff --git a/INSTALL b/INSTALL index 50828e01e..7c3110717 100644 --- a/INSTALL +++ b/INSTALL @@ -1,4 +1,4 @@ -To build and install the tpm2.0-tools software the following software is required: +To build and install the tpm2-tools software the following software is required: GNU Autoconf GNU Automake GNU Libtool @@ -10,10 +10,10 @@ TPM2.0 TSS SAPI library and header files OpenSSL library and header files Curl library and header files -To obtain the tpm2.0-tools sources you must clone them as below: -git clone https://github.com/01org/tpm2.0-tools +To obtain the tpm2-tools sources you must clone them as below: +git clone https://github.com/01org/tpm2-tools -To compile tpm2.0-tools execute the following commands from the root of the +To compile tpm2-tools execute the following commands from the root of the source directory: $ ./bootstrap $ ./configure diff --git a/README.md b/README.md index 6211413bb..b1362a53d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -[![Build Status](https://travis-ci.org/01org/tpm2.0-tools.svg?branch=master)](https://travis-ci.org/01org/tpm2.0-tools) - +[![Build Status](https://travis-ci.org/01org/tpm2-tools.svg?branch=master)](https://travis-ci.org/01org/tpm2-tools) + Coverity Scan Build Status @@ -7,15 +7,15 @@ **This site contains the code for the TPM (Trusted Platform Module) 2.0 tools based on TPM2.0-TSS** ## News -* Release 2.1.0 is now available: https://github.com/01org/tpm2.0-tools/releases/tag/2.1.0 +* Release 2.1.0 is now available: https://github.com/01org/tpm2-tools/releases/tag/2.1.0 * A mailing list now exists for support: https://lists.01.org/mailman/listinfo/tpm2 * CVE-2017-7524 - Where an HMAC authorization uses the tpm to perform the hmac calculation. This results in a disclosure of the password to the tpm where the user would not expect it. It appears likely unreachable in the current code base. This has been fixed on releases greater than version 1.1.1. ## Build and Installation instructions: -Instructions for building and installing the tpm2.0-tools are provided in the [INSTALL](https://github.com/01org/tpm2.0-tools/blob/master/INSTALL) file. +Instructions for building and installing the tpm2-tools are provided in the [INSTALL](https://github.com/01org/tpm2-tools/blob/master/INSTALL) file. -**For more details on this code and how to use it, the [manual](https://github.com/01org/tpm2.0-tools/blob/master/manual) file is a good place to start.** +**For more details on this code and how to use it, the [manual](https://github.com/01org/tpm2-tools/blob/master/manual) file is a good place to start.** ## Support Please use the mailing list at https://lists.01.org/mailman/listinfo/tpm2 for general questions. The Issue Tracker on @@ -25,5 +25,5 @@ github should be reserved for actual feature requests or bugs. TPM 2.0 specifications can be found at [Trusted Computing Group](http://www.trustedcomputinggroup.org/). ## Contributing -Instructions for contributing to the project are provided in the [CONTRIBUTING](https://github.com/01org/tpm2.0-tools/blob/master/CONTRIBUTING) file. +Instructions for contributing to the project are provided in the [CONTRIBUTING](https://github.com/01org/tpm2-tools/blob/master/CONTRIBUTING) file. diff --git a/RELEASE b/RELEASE index a0283a048..d78ca0995 100644 --- a/RELEASE +++ b/RELEASE @@ -8,7 +8,7 @@ using a -rc suffix (starting with rc0), signed, pushed to github, and marked und rc series. An example can be found here: - * https://github.com/01org/tpm2.0-tools/releases/tag/2.1.0-rc0 + * https://github.com/01org/tpm2-tools/releases/tag/2.1.0-rc0 Release candidates will also be announced on the mailing list. When a rc has gone 1 week without new changes, a release will be conducted. @@ -60,14 +60,14 @@ $ git tag -a [your-name-here]-pub [object SHA] Make sure you push that tag: $ git push origin [your-name-here]-pub -NOTE: this assumes origin is the tpm2.0-tools official repo. +NOTE: this assumes origin is the tpm2-tools official repo. After that, you can sign tags: $ git tag --sign [signed-tag-name] Push the tag to the repo: $ git push origin [signed-tag-name] -NOTE: this assumes origin is the tpm2.0-tools official repo. +NOTE: this assumes origin is the tpm2-tools official repo. A lot of this git/gpg information was edited from: https://blog.thesoftwarecraft.com/2013/03/signing-git-tags.html \ No newline at end of file diff --git a/configure.ac b/configure.ac index 8ef3b173b..bd760be0b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([tpm2.0-tools], +AC_INIT([tpm2-tools], [m4_esyscmd_s([git describe --tags --always --dirty])]) AC_CONFIG_MACRO_DIR([m4]) AC_PROG_CC diff --git a/lib/tpm2_alg_util.h b/lib/tpm2_alg_util.h index e75471129..289bc20cb 100644 --- a/lib/tpm2_alg_util.h +++ b/lib/tpm2_alg_util.h @@ -9,7 +9,7 @@ * The TSS has a bug where it was missing algs 0x27 trough 0x29. * see: https://github.com/01org/TPM2.0-TSS/issues/476 * per https://trustedcomputinggroup.org/wp-content/uploads/TCG_Algorithm_Registry_Rev_1.24.pdf - * FIXME: https://github.com/01org/tpm2.0-tools/issues/375 + * FIXME: https://github.com/01org/tpm2-tools/issues/375 */ #ifndef ALG_SHA3_256_VALUE #define ALG_SHA3_256_VALUE 0x27 diff --git a/man/tpm2_activatecredential.8.in b/man/tpm2_activatecredential.8.in index e1e8f243f..9ca08f647 100644 --- a/man/tpm2_activatecredential.8.in +++ b/man/tpm2_activatecredential.8.in @@ -26,7 +26,7 @@ .\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF .\" THE POSSIBILITY OF SUCH DAMAGE. -.TH tpm2_activatecredential 8 "DECEMBER 2016" Intel "tpm2.0-tools" +.TH tpm2_activatecredential 8 "DECEMBER 2016" Intel "tpm2-tools" .SH NAME tpm2_activatecredential\ - Verify that the given content is protected with given keyHandle for given handle, and then decrypt and return the secret, if any passwd option is diff --git a/man/tpm2_akparse.8.in b/man/tpm2_akparse.8.in index 296d729e3..817af0424 100644 --- a/man/tpm2_akparse.8.in +++ b/man/tpm2_akparse.8.in @@ -26,7 +26,7 @@ .\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF .\" THE POSSIBILITY OF SUCH DAMAGE. -.TH tpm2_akparse 8 "DECEMBER 2016" Intel "tpm2.0-tools" +.TH tpm2_akparse 8 "DECEMBER 2016" Intel "tpm2-tools" .SH NAME tpm2_akparse\ - parse the algorithm and key values in TPM2B_PUBLIC struct which input via file inputFile, and output the key into file akKeyFile. diff --git a/man/tpm2_certify.8.in b/man/tpm2_certify.8.in index 800c1a307..f47afc7d2 100644 --- a/man/tpm2_certify.8.in +++ b/man/tpm2_certify.8.in @@ -26,7 +26,7 @@ .\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF .\" THE POSSIBILITY OF SUCH DAMAGE. -.TH tpm2_certify 8 "DECEMBER 2016" Intel "tpm2.0-tools" +.TH tpm2_certify 8 "DECEMBER 2016" Intel "tpm2-tools" .SH NAME tpm2_certify\ - prove that an object with a specific Name is loaded in the TPM. By certifying that the object is loaded, the TPM warrants that a public area with a given diff --git a/man/tpm2_create.8.in b/man/tpm2_create.8.in index 8ea1124dc..ddc2cdb99 100644 --- a/man/tpm2_create.8.in +++ b/man/tpm2_create.8.in @@ -26,7 +26,7 @@ .\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF .\" THE POSSIBILITY OF SUCH DAMAGE. -.TH tpm2_create 8 "DECEMBER 2016" Intel "tpm2.0-tools" +.TH tpm2_create 8 "DECEMBER 2016" Intel "tpm2-tools" .SH NAME tpm2_create\ - create an object that can be loaded into a TPM using tpm2_load. The object will need to be loaded before it may be used. diff --git a/man/tpm2_createpolicy.8.in b/man/tpm2_createpolicy.8.in index 05daeecdc..9dfece717 100644 --- a/man/tpm2_createpolicy.8.in +++ b/man/tpm2_createpolicy.8.in @@ -26,7 +26,7 @@ .\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF .\" THE POSSIBILITY OF SUCH DAMAGE. -.TH tpm2_createpolicy 8 "February 2017" Intel "tpm2.0-tools" +.TH tpm2_createpolicy 8 "February 2017" Intel "tpm2-tools" .SH NAME tpm2_createpolicy\ - Creates simple assertion authorization policies based on multiple pcr indices values across multiple enabled banks. .SH SYNOPSIS diff --git a/man/tpm2_createprimary.8.in b/man/tpm2_createprimary.8.in index 61c22b5fe..ee13ccf2b 100644 --- a/man/tpm2_createprimary.8.in +++ b/man/tpm2_createprimary.8.in @@ -27,7 +27,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF .\" THE POSSIBILITY OF SUCH DAMAGE. -.TH tpm2_createprimary 8 "DECEMBER 2016" Intel "tpm2.0-tools" +.TH tpm2_createprimary 8 "DECEMBER 2016" Intel "tpm2-tools" .SH NAME tpm2_createprimary \- Create a primary key under a primary seed or a temporary primary key under the TPM_RH_NULL hierarchy. .SH SYNOPSIS diff --git a/man/tpm2_dictionarylockout.8.in b/man/tpm2_dictionarylockout.8.in index 4278e5f5e..a331e286b 100644 --- a/man/tpm2_dictionarylockout.8.in +++ b/man/tpm2_dictionarylockout.8.in @@ -26,7 +26,7 @@ .\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF .\" THE POSSIBILITY OF SUCH DAMAGE. -.TH tpm2_dictionarylockout 8 "February 2017" Intel "tpm2.0-tools" +.TH tpm2_dictionarylockout 8 "February 2017" Intel "tpm2-tools" .SH NAME tpm2_dictionarylockout\ - setup dictionary-attack-lockout parameters or clear dictionary-attack-lockout state, if any passwd option is missing, assume NULL. .SH SYNOPSIS diff --git a/man/tpm2_dump_capability.8.in b/man/tpm2_dump_capability.8.in index 48e53c5e5..75d871fe3 100644 --- a/man/tpm2_dump_capability.8.in +++ b/man/tpm2_dump_capability.8.in @@ -27,7 +27,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF .\" THE POSSIBILITY OF SUCH DAMAGE. -.TH tpm2_dump_capability 8 "NOVEMBER 2016" Intel "tpm2.0-tools" +.TH tpm2_dump_capability 8 "NOVEMBER 2016" Intel "tpm2-tools" .SH NAME tpm2_dump_capability \- Display TPM capabilities in a human readable form. .SH SYNOPSIS diff --git a/man/tpm2_encryptdecrypt.8.in b/man/tpm2_encryptdecrypt.8.in index 7bfc06125..fdda03eaa 100644 --- a/man/tpm2_encryptdecrypt.8.in +++ b/man/tpm2_encryptdecrypt.8.in @@ -26,7 +26,7 @@ .\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF .\" THE POSSIBILITY OF SUCH DAMAGE. -.TH tpm2_encryptdecrypt 8 "DECEMBER 2016" Intel "tpm2.0-tools" +.TH tpm2_encryptdecrypt 8 "DECEMBER 2016" Intel "tpm2-tools" .SH NAME tpm2_encryptdecrypt\ - performs symmetric encryption or decryption. keyHandle shall reference a symmetric cipher object. diff --git a/man/tpm2_evictcontrol.8.in b/man/tpm2_evictcontrol.8.in index 4cbe3182d..151638972 100644 --- a/man/tpm2_evictcontrol.8.in +++ b/man/tpm2_evictcontrol.8.in @@ -26,7 +26,7 @@ .\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF .\" THE POSSIBILITY OF SUCH DAMAGE. -.TH tpm2_evictcontrol 8 "DECEMBER 2016" Intel "tpm2.0-tools" +.TH tpm2_evictcontrol 8 "DECEMBER 2016" Intel "tpm2-tools" .SH NAME tpm2_evictcontrol\ - allows a transient object to be made persistent or a persistent object to be evicted. diff --git a/man/tpm2_getmanufec.8.in b/man/tpm2_getmanufec.8.in index 522489e6d..87eea57e7 100644 --- a/man/tpm2_getmanufec.8.in +++ b/man/tpm2_getmanufec.8.in @@ -26,7 +26,7 @@ .\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF .\" THE POSSIBILITY OF SUCH DAMAGE. -.TH tpm2_getmanufec 8 "DECEMBER 2016" Intel "tpm2.0-tools" +.TH tpm2_getmanufec 8 "DECEMBER 2016" Intel "tpm2-tools" .SH NAME tpm2_getmanufec\ - Retrieve the Endorsement Credential Certificate for the TPM endorsement key from the TPM manufacturer's endorsement certificate hosting server .SH SYNOPSIS diff --git a/man/tpm2_getpubak.8.in b/man/tpm2_getpubak.8.in index 49dbdfb25..493723713 100644 --- a/man/tpm2_getpubak.8.in +++ b/man/tpm2_getpubak.8.in @@ -26,7 +26,7 @@ .\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF .\" THE POSSIBILITY OF SUCH DAMAGE. -.TH tpm2_getpubak 8 "DECEMBER 2016" Intel "tpm2.0-tools" +.TH tpm2_getpubak 8 "DECEMBER 2016" Intel "tpm2-tools" .SH NAME tpm2_getpubak\ - Generate attestation key with given algorithm under endorsement hierarchy, make it persistent with given ak handle, and return pub AK and AK name, diff --git a/man/tpm2_getpubek.8.in b/man/tpm2_getpubek.8.in index cbdb57cd5..ac20c8ddc 100644 --- a/man/tpm2_getpubek.8.in +++ b/man/tpm2_getpubek.8.in @@ -26,7 +26,7 @@ .\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF .\" THE POSSIBILITY OF SUCH DAMAGE. -.TH tpm2_getpubek 8 "DECEMBER 2016" Intel "tpm2.0-tools" +.TH tpm2_getpubek 8 "DECEMBER 2016" Intel "tpm2-tools" .SH NAME tpm2_getpubek\ - Generate TCG profile compliant endorsement key(endorsement hierarchy primary object), make it persistent with give ek handle, and return public EK, if any diff --git a/man/tpm2_getrandom.8.in b/man/tpm2_getrandom.8.in index cce650f68..b0e7db53e 100644 --- a/man/tpm2_getrandom.8.in +++ b/man/tpm2_getrandom.8.in @@ -26,7 +26,7 @@ .\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF .\" THE POSSIBILITY OF SUCH DAMAGE. -.TH tpm2_getrandom 8 "DECEMBER 2016" Intel "tpm2.0-tools" +.TH tpm2_getrandom 8 "DECEMBER 2016" Intel "tpm2-tools" .SH NAME tpm2_getrandom\ - returns the next SIZE octets from the random number generator. .SH SYNOPSIS diff --git a/man/tpm2_hash.8.in b/man/tpm2_hash.8.in index c79ca4b54..0b4fb382f 100644 --- a/man/tpm2_hash.8.in +++ b/man/tpm2_hash.8.in @@ -26,7 +26,7 @@ .\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF .\" THE POSSIBILITY OF SUCH DAMAGE. -.TH tpm2_hash 8 "DECEMBER 2016" Intel "tpm2.0-tools" +.TH tpm2_hash 8 "DECEMBER 2016" Intel "tpm2-tools" .SH NAME tpm2_hash\ - performs a hash operation on a data buffer and returns the results. If the results of the hash will be used in a signing operation that uses a restricted diff --git a/man/tpm2_hmac.8.in b/man/tpm2_hmac.8.in index db3974a99..d3921764b 100644 --- a/man/tpm2_hmac.8.in +++ b/man/tpm2_hmac.8.in @@ -26,7 +26,7 @@ .\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF .\" THE POSSIBILITY OF SUCH DAMAGE. -.TH tpm2_hmac 8 "DECEMBER 2016" Intel "tpm2.0-tools" +.TH tpm2_hmac 8 "DECEMBER 2016" Intel "tpm2-tools" .SH NAME tpm2_hmac\ - performs an HMAC on the supplied data using the indicated hash algorithm. The caller shall provide proper authorization for use of handle. diff --git a/man/tpm2_listpersistent.8.in b/man/tpm2_listpersistent.8.in index 90305ef7c..59764b1ba 100644 --- a/man/tpm2_listpersistent.8.in +++ b/man/tpm2_listpersistent.8.in @@ -26,7 +26,7 @@ .\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF .\" THE POSSIBILITY OF SUCH DAMAGE. -.TH tpm2_listpersistent 8 "DECEMBER 2016" Intel "tpm2.0-tools" +.TH tpm2_listpersistent 8 "DECEMBER 2016" Intel "tpm2-tools" .SH NAME tpm2_listpersistent\ - display all defined persistent objects. .SH SYNOPSIS diff --git a/man/tpm2_load.8.in b/man/tpm2_load.8.in index d47ef3225..3e4a9f686 100644 --- a/man/tpm2_load.8.in +++ b/man/tpm2_load.8.in @@ -26,7 +26,7 @@ .\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF .\" THE POSSIBILITY OF SUCH DAMAGE. -.TH tpm2_load 8 "DECEMBER 2016" Intel "tpm2.0-tools" +.TH tpm2_load 8 "DECEMBER 2016" Intel "tpm2-tools" .SH NAME tpm2_load\ - load objects into the TPM, both pub/priv portion are needed. .SH SYNOPSIS diff --git a/man/tpm2_loadexternal.8.in b/man/tpm2_loadexternal.8.in index f66631926..5b353b14f 100644 --- a/man/tpm2_loadexternal.8.in +++ b/man/tpm2_loadexternal.8.in @@ -26,7 +26,7 @@ .\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF .\" THE POSSIBILITY OF SUCH DAMAGE. -.TH tpm2_loadexternal 8 "DECEMBER 2016" Intel "tpm2.0-tools" +.TH tpm2_loadexternal 8 "DECEMBER 2016" Intel "tpm2-tools" .SH NAME tpm2_loadexternal\ - load an object that is not a Protected Object into the TPM. The command allows loading of a public area or both a public and a sensitive area. diff --git a/man/tpm2_makecredential.8.in b/man/tpm2_makecredential.8.in index 0380a4599..1100c1bef 100644 --- a/man/tpm2_makecredential.8.in +++ b/man/tpm2_makecredential.8.in @@ -26,7 +26,7 @@ .\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF .\" THE POSSIBILITY OF SUCH DAMAGE. -.TH tpm2_makecredential 8 "DECEMBER 2016" Intel "tpm2.0-tools" +.TH tpm2_makecredential 8 "DECEMBER 2016" Intel "tpm2-tools" .SH NAME tpm2_makecredential\ - Use the given tpm public key to protect the given secret which are used to encrypt the AK cert. diff --git a/man/tpm2_nvdefine.8.in b/man/tpm2_nvdefine.8.in index 40c6b6deb..ffd900fcd 100644 --- a/man/tpm2_nvdefine.8.in +++ b/man/tpm2_nvdefine.8.in @@ -26,7 +26,7 @@ .\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF .\" THE POSSIBILITY OF SUCH DAMAGE. -.TH tpm2_nvdefine 8 "DECEMBER 2016" Intel "tpm2.0-tools" +.TH tpm2_nvdefine 8 "DECEMBER 2016" Intel "tpm2-tools" .SH NAME tpm2_nvdefine\ - Define NV index with given auth value, if passwd not given, assume NULL .SH SYNOPSIS diff --git a/man/tpm2_nvlist.8.in b/man/tpm2_nvlist.8.in index 589214345..462e6117f 100644 --- a/man/tpm2_nvlist.8.in +++ b/man/tpm2_nvlist.8.in @@ -26,7 +26,7 @@ .\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF .\" THE POSSIBILITY OF SUCH DAMAGE. -.TH tpm2_nvlist 8 "DECEMBER 2016" Intel "tpm2.0-tools" +.TH tpm2_nvlist 8 "DECEMBER 2016" Intel "tpm2-tools" .SH NAME tpm2_nvlist\ - display all defined NV indices. .SH SYNOPSIS diff --git a/man/tpm2_nvread.8.in b/man/tpm2_nvread.8.in index 7a356e7ef..8831c09f4 100644 --- a/man/tpm2_nvread.8.in +++ b/man/tpm2_nvread.8.in @@ -26,7 +26,7 @@ .\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF .\" THE POSSIBILITY OF SUCH DAMAGE. -.TH tpm2_nvread 8 "DECEMBER 2016" Intel "tpm2.0-tools" +.TH tpm2_nvread 8 "DECEMBER 2016" Intel "tpm2-tools" .SH NAME tpm2_nvread\ - read content from NV index, if any passwd option is missing, assume NULL. .SH SYNOPSIS diff --git a/man/tpm2_nvreadlock.8.in b/man/tpm2_nvreadlock.8.in index 43ef66c8e..005e27ab3 100644 --- a/man/tpm2_nvreadlock.8.in +++ b/man/tpm2_nvreadlock.8.in @@ -26,7 +26,7 @@ .\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF .\" THE POSSIBILITY OF SUCH DAMAGE. -.TH tpm2_nvreadlock 8 "DECEMBER 2016" Intel "tpm2.0-tools" +.TH tpm2_nvreadlock 8 "DECEMBER 2016" Intel "tpm2-tools" .SH NAME tpm2_nvreadlock\ - lock the NV index for further reads until the machine is restarted .SH SYNOPSIS diff --git a/man/tpm2_nvrelease.8.in b/man/tpm2_nvrelease.8.in index ea2852f7d..98fe745f5 100644 --- a/man/tpm2_nvrelease.8.in +++ b/man/tpm2_nvrelease.8.in @@ -26,7 +26,7 @@ .\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF .\" THE POSSIBILITY OF SUCH DAMAGE. -.TH tpm2_nvrelease 8 "DECEMBER 2016" Intel "tpm2.0-tools" +.TH tpm2_nvrelease 8 "DECEMBER 2016" Intel "tpm2-tools" .SH NAME tpm2_nvrelease\ - release NV index, if any passwd option is missing, assume NULL. .SH SYNOPSIS diff --git a/man/tpm2_nvwrite.8.in b/man/tpm2_nvwrite.8.in index ec33d8f50..c863c6a8e 100644 --- a/man/tpm2_nvwrite.8.in +++ b/man/tpm2_nvwrite.8.in @@ -26,7 +26,7 @@ .\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF .\" THE POSSIBILITY OF SUCH DAMAGE. -.TH tpm2_nvwrite 8 "DECEMBER 2016" Intel "tpm2.0-tools" +.TH tpm2_nvwrite 8 "DECEMBER 2016" Intel "tpm2-tools" .SH NAME tpm2_nvwrite\ - write content from a file to a specified index, if any passwd option is missing, assume NULL. diff --git a/man/tpm2_pcrlist.8.in b/man/tpm2_pcrlist.8.in index be4d168e3..ec481a501 100644 --- a/man/tpm2_pcrlist.8.in +++ b/man/tpm2_pcrlist.8.in @@ -26,7 +26,7 @@ .\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF .\" THE POSSIBILITY OF SUCH DAMAGE. -.TH tpm2_pcrlist 8 "DECEMBER 2016" Intel "tpm2.0-tools" +.TH tpm2_pcrlist 8 "DECEMBER 2016" Intel "tpm2-tools" .SH NAME tpm2_pcrlist\ - display all PCR values in given algorithm with -g, display given PCR values in given algorithms with -L, or if no algorithm is given, output all algs. diff --git a/man/tpm2_quote.8.in b/man/tpm2_quote.8.in index 22070533e..578d82280 100644 --- a/man/tpm2_quote.8.in +++ b/man/tpm2_quote.8.in @@ -26,7 +26,7 @@ .\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF .\" THE POSSIBILITY OF SUCH DAMAGE. -.TH tpm2_quote 8 "DECEMBER 2016" Intel "tpm2.0-tools" +.TH tpm2_quote 8 "DECEMBER 2016" Intel "tpm2-tools" .SH NAME tpm2_quote\ - Provide quote and signature for given list of PCRs in given algorithm/banks. .SH SYNOPSIS diff --git a/man/tpm2_rc_decode.8.in b/man/tpm2_rc_decode.8.in index 0e6a8ffa8..f2315c838 100644 --- a/man/tpm2_rc_decode.8.in +++ b/man/tpm2_rc_decode.8.in @@ -26,7 +26,7 @@ .\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF .\" THE POSSIBILITY OF SUCH DAMAGE. -.TH tpm2_rc_decode 8 "DECEMBER 2016" Intel "tpm2.0-tools" +.TH tpm2_rc_decode 8 "DECEMBER 2016" Intel "tpm2-tools" .SH NAME tpm2_rc_decode\ - convert error codes from the SAPI and TCTI into human readable errors. Analogous to strerror(3), but for the tpm2 stack. .SH SYNOPSIS diff --git a/man/tpm2_readpublic.8.in b/man/tpm2_readpublic.8.in index 81c2695cb..3d324e3ba 100644 --- a/man/tpm2_readpublic.8.in +++ b/man/tpm2_readpublic.8.in @@ -26,7 +26,7 @@ .\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF .\" THE POSSIBILITY OF SUCH DAMAGE. -.TH tpm2_readpublic 8 "DECEMBER 2016" Intel "tpm2.0-tools" +.TH tpm2_readpublic 8 "DECEMBER 2016" Intel "tpm2-tools" .SH NAME tpm2_readpublic\ - Access to the public area of a loaded object. .SH SYNOPSIS diff --git a/man/tpm2_rsadecrypt.8.in b/man/tpm2_rsadecrypt.8.in index f0cc6c034..efa0be0d6 100644 --- a/man/tpm2_rsadecrypt.8.in +++ b/man/tpm2_rsadecrypt.8.in @@ -26,7 +26,7 @@ .\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF .\" THE POSSIBILITY OF SUCH DAMAGE. -.TH tpm2_rsadecrypt 8 "DECEMBER 2016" Intel "tpm2.0-tools" +.TH tpm2_rsadecrypt 8 "DECEMBER 2016" Intel "tpm2-tools" .SH NAME tpm2_rsadecrypt\ - performs RSA decryption using the indicated padding scheme according to IETF RFC 3447 (PKCS#1). The scheme of keyHandle should not be TPM_ALG_NULL. diff --git a/man/tpm2_rsaencrypt.8.in b/man/tpm2_rsaencrypt.8.in index 9b8a8d216..d22605f1f 100644 --- a/man/tpm2_rsaencrypt.8.in +++ b/man/tpm2_rsaencrypt.8.in @@ -26,7 +26,7 @@ .\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF .\" THE POSSIBILITY OF SUCH DAMAGE. -.TH tpm2_rsaencrypt 8 "DECEMBER 2016" Intel "tpm2.0-tools" +.TH tpm2_rsaencrypt 8 "DECEMBER 2016" Intel "tpm2-tools" .SH NAME tpm2_rsaencrypt\ - performs RSA encryption using the indicated padding scheme according to IETF RFC 3447. The scheme of keyHandle should not be TPM_ALG_NULL. The key diff --git a/man/tpm2_send_command.8.in b/man/tpm2_send_command.8.in index 991d4d5d1..930b6dc64 100644 --- a/man/tpm2_send_command.8.in +++ b/man/tpm2_send_command.8.in @@ -27,7 +27,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF .\" THE POSSIBILITY OF SUCH DAMAGE. -.TH tpm2_send_command 8 "NOVEMBER 2016" Intel "tpm2.0-tools" +.TH tpm2_send_command 8 "NOVEMBER 2016" Intel "tpm2-tools" .SH NAME tpm2_send_command \- Send a command to the TPM using the specified TCTI. .SH SYNOPSIS diff --git a/man/tpm2_sign.8.in b/man/tpm2_sign.8.in index d9ffc78de..54f1dea6e 100644 --- a/man/tpm2_sign.8.in +++ b/man/tpm2_sign.8.in @@ -26,7 +26,7 @@ .\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF .\" THE POSSIBILITY OF SUCH DAMAGE. -.TH tpm2_sign 8 "DECEMBER 2016" Intel "tpm2.0-tools" +.TH tpm2_sign 8 "DECEMBER 2016" Intel "tpm2-tools" .SH NAME tpm2_sign\ - sign an externally provided hash with the specified symmetric or asymmetric signing key. If keyHandle references a restricted signing key, then validation diff --git a/man/tpm2_startup.8.in b/man/tpm2_startup.8.in index c2ab9bd47..2613e236c 100644 --- a/man/tpm2_startup.8.in +++ b/man/tpm2_startup.8.in @@ -27,7 +27,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF .\" THE POSSIBILITY OF SUCH DAMAGE. -.TH tpm2_startup 8 "NOVEMBER 2016" Intel "tpm2.0-tools" +.TH tpm2_startup 8 "NOVEMBER 2016" Intel "tpm2-tools" .SH NAME tpm2_startup \- Send a TPM2_Startup command with either TPM_SU_CLEAR or TPM_SU_STATE. diff --git a/man/tpm2_takeownership.8.in b/man/tpm2_takeownership.8.in index b3c770317..ede62a2a6 100644 --- a/man/tpm2_takeownership.8.in +++ b/man/tpm2_takeownership.8.in @@ -26,7 +26,7 @@ .\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF .\" THE POSSIBILITY OF SUCH DAMAGE. -.TH tpm2_takeownership 8 "DECEMBER 2016" Intel "tpm2.0-tools" +.TH tpm2_takeownership 8 "DECEMBER 2016" Intel "tpm2-tools" .SH NAME tpm2_takeownership\ - Inserting authorization values for the ownerAuth, endorsementAuth, and lockoutAuth, if any passwd option is missing, assume NULL. diff --git a/man/tpm2_unseal.8.in b/man/tpm2_unseal.8.in index 4a9fc1a61..9184229c9 100644 --- a/man/tpm2_unseal.8.in +++ b/man/tpm2_unseal.8.in @@ -26,7 +26,7 @@ .\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF .\" THE POSSIBILITY OF SUCH DAMAGE. -.TH tpm2_unseal 8 "DECEMBER 2016" Intel "tpm2.0-tools" +.TH tpm2_unseal 8 "DECEMBER 2016" Intel "tpm2-tools" .SH NAME tpm2_unseal\ - returns the data in a loaded Sealed Data Object. .SH SYNOPSIS diff --git a/man/tpm2_verifysignature.8.in b/man/tpm2_verifysignature.8.in index ddda8fc16..8847130eb 100644 --- a/man/tpm2_verifysignature.8.in +++ b/man/tpm2_verifysignature.8.in @@ -26,7 +26,7 @@ .\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF .\" THE POSSIBILITY OF SUCH DAMAGE. -.TH tpm2_verifysignature 8 "DECEMBER 2016" Intel "tpm2.0-tools" +.TH tpm2_verifysignature 8 "DECEMBER 2016" Intel "tpm2-tools" .SH NAME tpm2_verifysignature\ - uses loaded keys to validate a signature on a message with the message digest passed to the TPM. If the signature check succeeds, then the TPM will produce diff --git a/manual b/manual index 25fc40a62..c478e4cf0 100644 --- a/manual +++ b/manual @@ -1,10 +1,10 @@ -tpm2.0-tools Manual +tpm2-tools Manual =================== -1. Common steps before running any tools from tpm2.0-tools +1. Common steps before running any tools from tpm2-tools First of all, clone TPM2.0-TSS and follow the build process to install it. -Then follow below steps for tpm2.0-tools. +Then follow below steps for tpm2-tools. Build: $ ./bootstrap diff --git a/misc/formatters/tpm2.0-eclipse-cdt-formatter.xml b/misc/formatters/tpm2.0-eclipse-cdt-formatter.xml index c707ebaca..7d01079b2 100644 --- a/misc/formatters/tpm2.0-eclipse-cdt-formatter.xml +++ b/misc/formatters/tpm2.0-eclipse-cdt-formatter.xml @@ -1,6 +1,6 @@ - +