Skip to content

Commit

Permalink
cryptography: add module for using TPM keys with the cryptography module
Browse files Browse the repository at this point in the history
This implements the necessary interfaces to use RSA and ECC keys with the
cryptography modules.
Enabling for example creating a CA or CSR with TPM-backed keys.

Signed-off-by: Erik Larsson <who+github@cnackers.org>
  • Loading branch information
whooo committed Dec 18, 2023
1 parent 140ca4a commit a2a1e84
Show file tree
Hide file tree
Showing 5 changed files with 1,006 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ The API documentation for the tpm2-pytss project.
Utility Routines <utils>
TSS PEM Key (OpenSSL) <tsskey>
TSS2_Exception <exception>
cryptography <cryptography>
6 changes: 6 additions & 0 deletions docs/cryptography.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
cryptography
============

.. automodule:: tpm2_pytss.cryptography
:members:
:undoc-members:
Loading

0 comments on commit a2a1e84

Please sign in to comment.