Commits on Aug 18, 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 18, 2017
    Copy the full SHA
    2aeb3ed 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 18, 2017
    Copy the full SHA
    5646fed View commit details
    Browse the repository at this point in the history
  3. 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 18, 2017
    Copy the full SHA
    9dd2102 View commit details
    Browse the repository at this point in the history
  4. 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 18, 2017
    Copy the full SHA
    e5973ae View commit details
    Browse the repository at this point in the history
  5. 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 18, 2017
    Copy the full SHA
    20ee018 View commit details
    Browse the repository at this point in the history
  6. 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 18, 2017
    Copy the full SHA
    cebaf02 View commit details
    Browse the repository at this point in the history
  7. 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 18, 2017
    Copy the full SHA
    fa635d4 View commit details
    Browse the repository at this point in the history
  8. 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 18, 2017
    Copy the full SHA
    9a08e39 View commit details
    Browse the repository at this point in the history
  9. 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 18, 2017
    Copy the full SHA
    cd38d10 View commit details
    Browse the repository at this point in the history
  10. 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 18, 2017
    Copy the full SHA
    eb53299 View commit details
    Browse the repository at this point in the history
  11. 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 18, 2017
    Copy the full SHA
    c8668ca View commit details
    Browse the repository at this point in the history
  12. 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 18, 2017
    Copy the full SHA
    8bae75b View commit details
    Browse the repository at this point in the history
  13. 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 18, 2017
    Copy the full SHA
    00bfade View commit details
    Browse the repository at this point in the history
  14. 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 18, 2017
    Copy the full SHA
    fada19a View commit details
    Browse the repository at this point in the history
  15. 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 18, 2017
    Copy the full SHA
    9218d8a View commit details
    Browse the repository at this point in the history
  16. 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 18, 2017
    Copy the full SHA
    6cd7503 View commit details
    Browse the repository at this point in the history
  17. 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 18, 2017
    Copy the full SHA
    0cf5762 View commit details
    Browse the repository at this point in the history
  18. 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 18, 2017
    Copy the full SHA
    ea887fc View commit details
    Browse the repository at this point in the history
  19. 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 18, 2017
    Copy the full SHA
    bf777e8 View commit details
    Browse the repository at this point in the history
  20. 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 18, 2017
    Copy the full SHA
    cb916b5 View commit details
    Browse the repository at this point in the history
  21. 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 18, 2017
    Copy the full SHA
    f12f1ba View commit details
    Browse the repository at this point in the history
  22. 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 18, 2017
    Copy the full SHA
    3d45fc0 View commit details
    Browse the repository at this point in the history
  23. 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 18, 2017
    Copy the full SHA
    3bd32b9 View commit details
    Browse the repository at this point in the history
  24. tpm2_password_util: drop unused routines

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

    Signed-off-by: William Roberts <william.c.roberts@intel.com>
    williamcroberts committed Aug 18, 2017
    Copy the full SHA
    325ebae View commit details
    Browse the repository at this point in the history
  26. Copy the full SHA
    32eefa1 View commit details
    Browse the repository at this point in the history