aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Bottomley <James.Bottomley@HansenPartnership.com>2020-03-03 21:22:08 -0600
committerJames Bottomley <James.Bottomley@HansenPartnership.com>2020-03-04 07:53:44 -0800
commit9fdc43b06f306513513905cc9cdb20474b7ef168 (patch)
tree7a4481b85cd0782319f286f31a91f93b4e4f20da
parent686f8f78e5604d55018c7ef819a59c9ea819e890 (diff)
downloadopenssl_tpm2_engine-9fdc43b06f306513513905cc9cdb20474b7ef168.tar.gz
add mailing list in README and bug reporting
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
-rw-r--r--README9
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 2 deletions
diff --git a/README b/README
index d83dcc2..724303f 100644
--- a/README
+++ b/README
@@ -3,6 +3,8 @@
Author: James Bottomley <James.Bottomley@HansenPartnership.com>
+ Mailing List: openssl-tpm2-engine@groups.io
+
ABOUT
@@ -15,7 +17,11 @@ http://ibmswtpm.sourceforge.net/ibmtss2.html
Prebuilt binaries for a lot of distributions on the Open SUSE Build Service
-https://build.opensuse.org/package/show/home:jejb1:TPM/tss2
+https://build.opensuse.org/package/show/home:jejb1:TPM/ibmtss
+
+You can also find this package and a range of other TPM tools built at
+
+https://build.opensuse.org/package/show/home:jejb1:TPM
BUILDING
@@ -39,6 +45,7 @@ RUNNING
-w|--wrap [file] wrap an existing openssl PEM key
-c|--key-policy [file] TPM key policy
+ For full options see the command help.
Key auth: Default=none. If -a is specified, you will be prompted on the
command line using OpenSSL for a passphrase.
diff --git a/configure.ac b/configure.ac
index 472842b..9594fc0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# configure.in for the OpenSSL TPM engine project
#
-AC_INIT(openssl-tpm2-engine, 2.3.1, <James.Bottomley@HansenPartnership.com>)
+AC_INIT(openssl-tpm2-engine, 2.3.1, <openssl-tpm2-engine@groups.io>)
AM_INIT_AUTOMAKE([foreign 1.6.3])
AC_CANONICAL_HOST
AM_CONDITIONAL(NATIVE_BUILD, test "x$cross_compiling" = "xno")