Git Product home page Git Product logo

openpts's Introduction

 OpenPTS
 -------

 Author Seiji Munetoh ([email protected])

 DESCRIPTION
 -----------
 OpenPTS is an open-source package of Platform Trust Service (PTS)
 defined by Trusted Computing Group (TCG). Trusted Computing is a set of
 specifications set forth by the Trusted Computing Group (TCG).  For more
 information on the TCG and Trusted Computing please visit the Trusted
 Computing Group website at:
   http://www.trustedcomputinggroup.org.

 The openpts package contains PTS commands which work with TSS (TrouSerS).
 The openpts package is released under the Common Public License.


 BUILD REQUIREMENTS
 ----- ------------
 Packages needed to build:

  Redhat/Fedora
    automake
    autoconf
    libtool
    gettext gettext-devel
    openssl openssl-devel
    trousers trousers-devel
    libxml2 libxml2-devel
    libuuid libuuid-devel
    libtnc libtnc-devel
    check  (TBD, for unit testing)

  Ubuntu/Debian
    automake autoconf libtool cvs fakeroot debhelper
    gettext
    trousers libtspi-dev tpm-tools
    libxml2 libxml2-dev
    libuuid1 uuid-dev
    check (TBD, for unit testing)

    If libtnc is not available by package. build it from the source
      http://sourceforge.net/projects/libtnc/files/
      $ ./configure --prefix=/usr
      $ make
      $ sudo make install

 BUILDING openpts
 -------- ----------------
 $ sh ./bootstrap.sh

 32-bit
 $ ./configure --with-tss --with-aru --enable-tnc --prefix=/usr

 64-bit
 $ ./configure --with-tss --with-aru --enable-tnc --prefix=/usr --libdir=/usr/lib64


 $ make
 # make install

 By default the build will place everything in /usr/local. Issue
   ./configure --help
 to see how to install to a different location.

 --with-aide      use AIDE as integrity database, (Fedora 12 and IMA)
 --with-tss       build with tss
 --enable-tnc     build TNC IMV/IMC libraries
 --with-tboot     build with tboot support



 BUILDING a OPENPTS RPM
 -------- - ------- ---

 # yum install rpmdevtools
 $ rpmdev-setuptree

 $ sh bootstrap.sh
 $ ./configure
 $ make rpmbuild-ba

 BUILDING a OPENPTS DEB
 -------- - ------- ---

 $ sh bootstrap.sh
 $ ./configure
 $ make dpkg-buildpackage


 RUNNING the OPENPTS as TNC IMC
 ------- --- ------- -- --- ---

 TBD


 RUNNING the OPENPTS as TNC IMV
 ------- --- ------- -- --- ---

 TBD

 MODIFY MODEL
 ------ -----

 Tool to update models/*.uml
 - Any text editer :-P
 - Eclipse MDT
   http://www.eclipse.org/downloads/packages/eclipse-modeling-tools-includes-incubating-components/galileosr2
   1. right click *.uml file
   2. select "Initialize State Machine Diagram". it create *.umlstm file
   3. select all, and "Daigram->Arrange->all" to relocate objects.


openpts's People

Contributors

munetoh avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.