blob: b55cc62848504f925ed89360b1615fdfb3433d97 [file] [log] [blame]
divyadesai81bb7ba2020-03-11 11:45:23 +00001// 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
9package rootcerts