package
Version:
v0.0.0-...-252e15b
Opens a new window with list of versions in this module.
Published: Sep 8, 2015
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
TOKEN_NOOP byte = (1 << 0)
TOKEN_CONTEXT byte = (1 << 1)
TOKEN_DATA byte = (1 << 2)
TOKEN_MIC byte = (1 << 3)
TOKEN_CONTEXT_NEXT byte = (1 << 4)
TOKEN_WRAPPED byte = (1 << 5)
TOKEN_ENCRYPTED byte = (1 << 6)
TOKEN_SEND_MIC byte = (1 << 7)
)
ParseOid returns an asn1.ObjectIdentifier based on the dotted form input string.
RecvToken reads a token sent by SendToken over a newtork connection.
SendToken sends a token from the sample GSS client to the sample GSS server, or vice-versa.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.