Branch: refs/heads/master
  Home:   https://github.com/conformal/btcutil
  Commit: b6517662319f558831b2f42384e6eb6cc9cd5fa5
      
https://github.com/conformal/btcutil/commit/b6517662319f558831b2f42384e6eb6cc9cd5fa5
  Author: Josh Rickmar <[email protected]>
  Date:   2014-01-10 (Fri, 10 Jan 2014)

  Changed paths:
    A certgen.go

  Log Message:
  -----------
  Add NewTLSCertPair to generate a certificate pair.

btcd, btcwallet, and an upcomming standalone tool to generate the TLS
certificates all need a way to generate TLS certificate pairs.  This
function, adapted from the cert gen code in btcd, abstracts this logic
so all programs can reuse the code.

Unlike the older btcd certificate generation code, this new function
allows specifying additional hostnames and IPs to add to the list of
addresses for which the cert is valid.


Reply via email to