| William Kurkian | ea86948 | 2019-04-09 15:16:11 -0400 | [diff] [blame^] | 1 | // Package rootcerts contains functions to aid in loading CA certificates for |
| 2 | // TLS connections. | ||||
| 3 | // | ||||
| 4 | // In addition, its default behavior on Darwin works around an open issue [1] | ||||
| 5 | // in Go's crypto/x509 that prevents certicates from being loaded from the | ||||
| 6 | // System or Login keychains. | ||||
| 7 | // | ||||
| 8 | // [1] https://github.com/golang/go/issues/14514 | ||||
| 9 | package rootcerts | ||||