mse

package
v1.8.1 Latest Latest
Warning

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

Go to latest
Published: Oct 4, 2019 License: MPL-2.0 Imports: 16 Imported by: 81

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrNoSecretKeyMatch = errors.New("no skey matched")

Functions

This section is empty.

Types

type CryptoMethod

type CryptoMethod uint32
const (
	CryptoMethodPlaintext CryptoMethod = 1 // After header obfuscation, drop into plaintext
	CryptoMethodRC4       CryptoMethod = 2 // After header obfuscation, use RC4 for the rest of the stream
	AllSupportedCrypto                 = CryptoMethodPlaintext | CryptoMethodRC4
)

func DefaultCryptoSelector

func DefaultCryptoSelector(provided CryptoMethod) CryptoMethod

func InitiateHandshake

func InitiateHandshake(rw io.ReadWriter, skey []byte, initialPayload []byte, cryptoProvides CryptoMethod) (ret io.ReadWriter, method CryptoMethod, err error)

func ReceiveHandshake

func ReceiveHandshake(rw io.ReadWriter, skeys SecretKeyIter, selectCrypto CryptoSelector) (ret io.ReadWriter, method CryptoMethod, err error)

type CryptoSelector

type CryptoSelector func(CryptoMethod) CryptoMethod

type SecretKeyIter

type SecretKeyIter func(callback func(skey []byte) (more bool))

A function that given a function, calls it with secret keys until it returns false or exhausted.

Directories

Path Synopsis
cmd
mse

Jump to

Keyboard shortcuts

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