Skip to content

crypto/tls: doesn't verify certificates #851

@rsc

Description

@rsc
// TODO(rsc): Find certificates for OS X 10.6.
    if false && config.RootCAs != nil {
        root := config.RootCAs.FindParent(certs[len(certs)-1])
        if root == nil {

should drop the false && even if the TODO doesn't happen soon.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions