Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cert support #325

Merged
merged 3 commits into from
Nov 26, 2019
Merged

Commits on Nov 22, 2019

  1. test: drop un-needed includes

    Signed-off-by: William Roberts <william.c.roberts@intel.com>
    William Roberts committed Nov 22, 2019
    Configuration menu
    Copy the full SHA
    e72c968 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2019

  1. pkcs11: support certificate objects

    Support storing certificate objects in the DB, document how
    to use the openssl to pkcs11 engine provided by the p11 project
    and test.
    
    This also introduces the addcert commandlet that takes a cert and
    adds it to the pkcs11 store.
    
    Fixes: tpm2-software#16
    
    Signed-off-by: William Roberts <william.c.roberts@intel.com>
    William Roberts committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    8f8a6bb View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2019

  1. [REVERTME] disable python3 testing

    Rather than hold up all forward progress on ASN1 Python3 issues,
    disable Python3 testing and file a bug to re-enable it.
    
    PyASN1 bug:
    etingof/pyasn1#185
    
    tpm2-pkcs11 bug:
    tpm2-software#327
    
    Signed-off-by: William Roberts <william.c.roberts@intel.com>
    William Roberts committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    0d92fce View commit details
    Browse the repository at this point in the history