Added tlspool_configvar() to libtlspool
authorRick van Rein <rick@openfortress.nl>
Wed, 10 Aug 2016 11:13:48 +0000 (12:13 +0100)
committerRick van Rein <rick@openfortress.nl>
Wed, 10 Aug 2016 11:13:48 +0000 (12:13 +0100)
commitd9f748ea8302d44c84a2ecbd7d7fb69ca4222fee
tree703e500dffae06045a612c3bda8d4965dbc9f462
parent2cb008dfa7c747dd968e8ca2c4e05c3e322b84cb
Added tlspool_configvar() to libtlspool
This retrieves a value from a configvar in a default location
Also used it to locate the TLS Pool socket
There is an environment variable to accommodate this
The TLS Pool daemon will not continue to use its own code (efficiency, security)
The tool/* and perhaps tests will later be updated to use this new facility
12 files changed:
doc/Makefile
doc/man/tlspool_configvar.c [new file with mode: 0644]
doc/man/tlspool_socket.man
include/tlspool/starttls.h
lib/go/tlspool.c
lib/go/tlspool.go
lib/libtlspool.c
lib/python/README
lib/python/py-tlspool.i
lib/python/tlspool.c
lib/python/tlspool.py
lib/swig-tlspool.i