Martin Maurer

Results 21 issues of Martin Maurer

There is https://github.com/tpm2-software/tpm2-pkcs11/tree/master/tools which contains tpm2_ptool.py According to setup.py it needs: install_requires=[ 'bcrypt', 'cryptography>=3.0', 'pyyaml', 'pyasn1', 'pyasn1_modules', 'tpm2_pytss' But e.g. pyyaml is show as deprecated: https://github.com/yaml/pyyaml/wiki/PyYAML-yaml.load(input)-Deprecation https://stackoverflow.com/questions/55677397/why-does-pyyaml-5-1-raise-yamlloadwarning-when-the-default-loader-has-been-made Was pyyaml updated...