open-vault/sdk/helper/certutil
Scott Miller 1097f356af
Add a TRACE log with TLS connection details on replication connections (#12754)
* remove cruft
use helper
Add a helper for getting public key sizes
wip

* error names

* Fix ecdsa

* only if trace is on

* Log listener side as well

* rename

* Add remote address

* Make the log level configurable via the env var, and a member of the Listener and thus modifiable by tests

* Fix certutil_test
2021-10-07 14:17:31 -05:00
..
certutil_test.go Add a TRACE log with TLS connection details on replication connections (#12754) 2021-10-07 14:17:31 -05:00
helpers.go Add a TRACE log with TLS connection details on replication connections (#12754) 2021-10-07 14:17:31 -05:00
types.go