gokhttp_sslpinning

package module
v0.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 4, 2023 License: MIT Imports: 12 Imported by: 0

README

gOkHttp-sslpinning

SSLPinning addon for gOkHttp

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SSLPin

type SSLPin struct {
	SkipCA    bool
	Pins      *hashmap.Map[string, struct{}]
	Hostname  string
	Algorithm string
}

type SSLPinningOption

type SSLPinningOption struct {
	SSLPins *hashmap.Map[string, *SSLPin]
}

func NewSSLPinningOption

func NewSSLPinningOption() *SSLPinningOption

func (*SSLPinningOption) AddPin

func (p *SSLPinningOption) AddPin(hostname string, skipCA bool, pins ...string) error

func (*SSLPinningOption) Execute

func (p *SSLPinningOption) Execute(client *http.Client) error

func (*SSLPinningOption) GetPinsForHost

func (p *SSLPinningOption) GetPinsForHost(hostname string) (*SSLPin, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL