Producing credentials, including PGP, but TLS Pool cannot find PKCS #11 URIs
authorRick van Rein <rick@openfortress.nl>
Tue, 2 Feb 2016 10:24:46 +0000 (10:24 +0000)
committerRick van Rein <rick@openfortress.nl>
Tue, 2 Feb 2016 10:24:46 +0000 (10:24 +0000)
commitd177874bda1245c8ccefc197dffc8b9045640d87
tree3daf12ad1fdb67a20a0e0c0cf68981f63a83ca98
parent934f1a85ef8923845159dbb1ad6dbe80053c951e
Producing credentials, including PGP, but TLS Pool cannot find PKCS #11 URIs
* The pgp11_genkey.c now imports into OpenPGP (correct sig, correct pubkey)
* The Makefile produces the *.pgp keys from a private key, imports them in dbs
* TLS Pool reports Remote I/O Error due to failure to find PKCS #11 URIs
* So, sorry, this isn't a fully functional commit yet :-S
etc/tlspool.conf
etc/tlspool.conf.cygwin
src/config.c
src/starttls.c
testdata/Makefile
testdata/tlspool-test-client-cert.template
testdata/tlspool-test-server-cert.template
testdata/tlspool-test-webhost-cert.template [new file with mode: 0644]
tool/pgp11_genkey.c