Commits on Aug 16, 2017

  1. password_util: rename to tpm2_password_util

    Rename password_util and routines to be compliant with
    coding standard.
    
    Signed-off-by: William Roberts <william.c.roberts@intel.com>
    williamcroberts committed Aug 16, 2017
    Copy the full SHA
    c15d5f6 View commit details
    Browse the repository at this point in the history
  2. tpm2_password_util: add from optarg handler

    Add a routine for replacing the remaining tpm2_password_util
    routines. The new routine will be used to handle optarg
    directly, and avoid the need of the -X argument.
    
    Also add tests.
    
    Signed-off-by: William Roberts <william.c.roberts@intel.com>
    williamcroberts committed Aug 16, 2017
    Copy the full SHA
    a6e3a5e View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2017

  1. tpm2_create: switch to use tpm2_password_util_from_optarg

    Drop the -X argument and use tpm2_password_util_from_optarg.
    
    Update the manpage to include new string password formating
    options.
    
    Signed-off-by: William Roberts <william.c.roberts@intel.com>
    williamcroberts committed Aug 17, 2017
    Copy the full SHA
    8ec1eb8 View commit details
    Browse the repository at this point in the history
  2. tpm2_createprimary: switch to use tpm2_password_util_from_optarg

    Drop the -X argument and use tpm2_password_util_from_optarg.
    
    Signed-off-by: William Roberts <william.c.roberts@intel.com>
    williamcroberts committed Aug 17, 2017
    Copy the full SHA
    1fbf8ef View commit details
    Browse the repository at this point in the history
  3. tpm2_load: switch to use tpm2_password_util_from_optarg

    Drop the -X argument and use tpm2_password_util_from_optarg.
    
    Signed-off-by: William Roberts <william.c.roberts@intel.com>
    williamcroberts committed Aug 17, 2017
    Copy the full SHA
    a478ca8 View commit details
    Browse the repository at this point in the history
  4. tpm2_quote: switch to use tpm2_password_util_from_optarg

    Drop the -X argument and use tpm2_password_util_from_optarg.
    
    Signed-off-by: William Roberts <william.c.roberts@intel.com>
    williamcroberts committed Aug 17, 2017
    Copy the full SHA
    4d9d7bc View commit details
    Browse the repository at this point in the history
  5. tpm2_takeownership: switch to use tpm2_password_util_from_optarg

    Drop the -X argument and use tpm2_password_util_from_optarg.
    
    Signed-off-by: William Roberts <william.c.roberts@intel.com>
    williamcroberts committed Aug 17, 2017
    Copy the full SHA
    e6c05e4 View commit details
    Browse the repository at this point in the history
  6. tpm2_getpubek: switch to use tpm2_password_util_from_optarg

    Drop the -X argument and use tpm2_password_util_from_optarg.
    
    Signed-off-by: William Roberts <william.c.roberts@intel.com>
    williamcroberts committed Aug 17, 2017
    Copy the full SHA
    59ddd0e View commit details
    Browse the repository at this point in the history
  7. tpm2_getpubak: switch to use tpm2_password_util_from_optarg

    Drop the -X argument and use tpm2_password_util_from_optarg.
    
    Signed-off-by: William Roberts <william.c.roberts@intel.com>
    williamcroberts committed Aug 17, 2017
    Copy the full SHA
    2faea86 View commit details
    Browse the repository at this point in the history
  8. tpm2_activatecredential: switch to use tpm2_password_util_from_optarg

    Drop the -X argument and use tpm2_password_util_from_optarg.
    
    Signed-off-by: William Roberts <william.c.roberts@intel.com>
    williamcroberts committed Aug 17, 2017
    Copy the full SHA
    ab395f1 View commit details
    Browse the repository at this point in the history
  9. tpm2_nvread: switch to use tpm2_password_util_from_optarg

    Drop the -X argument and use tpm2_password_util_from_optarg.
    
    Signed-off-by: William Roberts <william.c.roberts@intel.com>
    williamcroberts committed Aug 17, 2017
    Copy the full SHA
    b2e1d6c View commit details
    Browse the repository at this point in the history
  10. tpm2_nvreadlock: switch to use tpm2_password_util_from_optarg

    Drop the -X argument and use tpm2_password_util_from_optarg.
    
    Signed-off-by: William Roberts <william.c.roberts@intel.com>
    williamcroberts committed Aug 17, 2017
    Copy the full SHA
    9f48751 View commit details
    Browse the repository at this point in the history
  11. tpm2_nvwrite: switch to use tpm2_password_util_from_optarg

    Drop the -X argument and use tpm2_password_util_from_optarg.
    
    Signed-off-by: William Roberts <william.c.roberts@intel.com>
    williamcroberts committed Aug 17, 2017
    Copy the full SHA
    4072abe View commit details
    Browse the repository at this point in the history
  12. tpm2_nvdefine: switch to use tpm2_password_util_from_optarg

    Drop the -X argument and use tpm2_password_util_from_optarg.
    
    Signed-off-by: William Roberts <william.c.roberts@intel.com>
    williamcroberts committed Aug 17, 2017
    Copy the full SHA
    568677e View commit details
    Browse the repository at this point in the history
  13. tpm2_nvrelease: switch to use tpm2_password_util_from_optarg

    Drop the -X argument and use tpm2_password_util_from_optarg.
    
    Signed-off-by: William Roberts <william.c.roberts@intel.com>
    williamcroberts committed Aug 17, 2017
    Copy the full SHA
    80617be View commit details
    Browse the repository at this point in the history
  14. tpm2_hmac: switch to use tpm2_password_util_from_optarg

    Drop the -X argument and use tpm2_password_util_from_optarg.
    
    Signed-off-by: William Roberts <william.c.roberts@intel.com>
    williamcroberts committed Aug 17, 2017
    Copy the full SHA
    5441af4 View commit details
    Browse the repository at this point in the history
  15. tpm2_certify: switch to use tpm2_password_util_from_optarg

    Drop the -X argument and use tpm2_password_util_from_optarg.
    
    Signed-off-by: William Roberts <william.c.roberts@intel.com>
    williamcroberts committed Aug 17, 2017
    Copy the full SHA
    df26ab9 View commit details
    Browse the repository at this point in the history
  16. tpm2_encryptdecrypt: switch to use tpm2_password_util_from_optarg

    Drop the -X argument and use tpm2_password_util_from_optarg.
    
    Signed-off-by: William Roberts <william.c.roberts@intel.com>
    williamcroberts committed Aug 17, 2017
    Copy the full SHA
    77aebb8 View commit details
    Browse the repository at this point in the history
  17. tpm2_evictcontrol: switch to use tpm2_password_util_from_optarg

    Drop the -X argument and use tpm2_password_util_from_optarg.
    
    Signed-off-by: William Roberts <william.c.roberts@intel.com>
    williamcroberts committed Aug 17, 2017
    Copy the full SHA
    56b88d3 View commit details
    Browse the repository at this point in the history
  18. tpm2_rsadecrypt: switch to use tpm2_password_util_from_optarg

    Drop the -X argument and use tpm2_password_util_from_optarg.
    
    Signed-off-by: William Roberts <william.c.roberts@intel.com>
    williamcroberts committed Aug 17, 2017
    Copy the full SHA
    d52cf4f View commit details
    Browse the repository at this point in the history
  19. tpm2_sign: switch to use tpm2_password_util_from_optarg

    Drop the -X argument and use tpm2_password_util_from_optarg.
    
    Signed-off-by: William Roberts <william.c.roberts@intel.com>
    williamcroberts committed Aug 17, 2017
    Copy the full SHA
    4885bb4 View commit details
    Browse the repository at this point in the history
  20. tpm2_unseal: switch to use tpm2_password_util_from_optarg

    Drop the -X argument and use tpm2_password_util_from_optarg.
    
    Signed-off-by: William Roberts <william.c.roberts@intel.com>
    williamcroberts committed Aug 17, 2017
    Copy the full SHA
    92adc0a View commit details
    Browse the repository at this point in the history
  21. tpm2_dictionarylockout: switch to use tpm2_password_util_from_optarg

    Drop the -X argument and use tpm2_password_util_from_optarg.
    
    Signed-off-by: William Roberts <william.c.roberts@intel.com>
    williamcroberts committed Aug 17, 2017
    Copy the full SHA
    1cf2ef5 View commit details
    Browse the repository at this point in the history
  22. tpm2_password_util: drop unused routines

    Signed-off-by: William Roberts <william.c.roberts@intel.com>
    williamcroberts committed Aug 17, 2017
    Copy the full SHA
    0cd7043 View commit details
    Browse the repository at this point in the history
  23. tpm2_readpublic.c: drop unused include

    Signed-off-by: William Roberts <william.c.roberts@intel.com>
    williamcroberts committed Aug 17, 2017
    Copy the full SHA
    c927b7d View commit details
    Browse the repository at this point in the history
  24. Copy the full SHA
    c70ec34 View commit details
    Browse the repository at this point in the history