mirror of
https://github.com/stefanberger/swtpm.git
synced 2026-08-09 05:27:49 +00:00
Older versions of GnuTLS need --password on the command line while newer versions require GNUTLS_PIN to be set to pass the password. So, this patch accomodates older versions of GnuTLS. Older version of GnuTLS seem to NOT be able to handle a CA private key needing a password and a signing key needing a password when creating the intermediate CA. So this case of 2 passwords will always fail. The value of the local CA is not so high that passing passwords on the command line would be an issue. Later on when using the CA the password are set via environment variables, so not visible to other users. Signed-off-by: Stefan Berger <stefanb@linux.ibm.com> |
||
|---|---|---|
| .. | ||
| py_swtpm_localca | ||
| Makefile.am | ||
| setup.py | ||
| swtpm-create-tpmca | ||
| swtpm-create-user-config-files.in | ||
| swtpm-localca.conf.in | ||
| swtpm-localca.in | ||
| swtpm-localca.options | ||