package test

import "github.com/gravitational/teleport/lib/auth/test"

Copyright 2015 Gravitational, Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

package test contains CA authority acceptance test suite

Index

Functions

func TestAuth

func TestAuth(t *testing.T)

Types

type AuthSuite

type AuthSuite struct {
	A sshca.Authority
}

func (*AuthSuite) GenerateHostCert

func (s *AuthSuite) GenerateHostCert(c *C)

func (*AuthSuite) GenerateKeypairEmptyPass

func (s *AuthSuite) GenerateKeypairEmptyPass(c *C)

func (*AuthSuite) GenerateKeypairPass

func (s *AuthSuite) GenerateKeypairPass(c *C)

func (*AuthSuite) GenerateUserCert

func (s *AuthSuite) GenerateUserCert(c *C)

Source Files

suite.go

Version
v3.2.17+incompatible (latest)
Published
Feb 4, 2021
Platform
linux/amd64
Imports
7 packages
Last checked
1 month ago

Tools for package owners.