Branch: refs/heads/master
  Home:   https://github.com/conformal/btcwallet
  Commit: 469a6f86eb85a522bd6b9a5f8517ad18788bd5a8
      
https://github.com/conformal/btcwallet/commit/469a6f86eb85a522bd6b9a5f8517ad18788bd5a8
  Author: Javed Khan <[email protected]>
  Date:   2015-01-09 (Fri, 09 Jan 2015)

  Changed paths:
    M config.go
    M rpcserver.go

  Log Message:
  -----------
  Allow disabling RPC server TLS for localhost only.

This commit introduces a new flag, --noservertls, which can be used to disable
TLS for the RPC server.  However, the flag can only be used when the RPC
server is bound to localhost interfaces.  This is intended to prevent the
situation where someone decides they want to expose the RPC server to the
web for remote management/access, but forgot they have TLS disabled.


  Commit: edaddb0d95d9313f21d9a4bb40bc6232b87c0361
      
https://github.com/conformal/btcwallet/commit/edaddb0d95d9313f21d9a4bb40bc6232b87c0361
  Author: Javed Khan <[email protected]>
  Date:   2015-01-09 (Fri, 09 Jan 2015)

  Changed paths:
    M btcwallet.go
    M chain/chain.go
    M config.go

  Log Message:
  -----------
  Allow disabling RPC client TLS for localhost only.

This commit introduces a new flag, --noclienttls, which can be used to disable
TLS for the RPC client.  However, the flag can only be used when the RPC
client is connecting to localhost interfaces.  This is intended to prevent
accidentally leaking sensitive data when switching between local and
remote servers.


Compare: 
https://github.com/conformal/btcwallet/compare/44fbd30e2206...edaddb0d95d9

Reply via email to