github.com/

directory
v0.9.0 Latest Latest
Warning

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

Go to latest
Published: Aug 31, 2021 License: GPL-3.0

Directories

Path Synopsis
AndreasBriese
Psiphon-Inc
rotate-safe-writer
Package `rotate` provides an io.Writer interface for files that will detect when the open file has been rotated away (due to log rotation, or manual move/deletion) and re-open it.
Package `rotate` provides an io.Writer interface for files that will detect when the open file has been rotated away (due to log rotation, or manual move/deletion) and re-open it.
Psiphon-Labs
bolt
package bolt implements a low-level key/value store in pure Go.
package bolt implements a low-level key/value store in pure Go.
chacha20
Package ChaCha20 implements the core ChaCha20 function as specified in https://tools.ietf.org/html/rfc7539#section-2.3.
Package ChaCha20 implements the core ChaCha20 function as specified in https://tools.ietf.org/html/rfc7539#section-2.3.
chacha20/internal/subtle
Package subtle implements functions that are often useful in cryptographic code but require careful thought to use correctly.
Package subtle implements functions that are often useful in cryptographic code but require careful thought to use correctly.
goarista/monotime
Package monotime provides a fast monotonic clock source.
Package monotime provides a fast monotonic clock source.
goptlib
Package pt implements the Tor pluggable transports specification.
Package pt implements the Tor pluggable transports specification.
net/http/httpguts
Package httpguts provides functions implementing various details of the HTTP specification.
Package httpguts provides functions implementing various details of the HTTP specification.
net/http2
Package http2 implements the HTTP/2 protocol.
Package http2 implements the HTTP/2 protocol.
net/http2/hpack
Package hpack implements HPACK, a compression format for efficiently representing HTTP header fields in the context of HTTP/2.
Package hpack implements HPACK, a compression format for efficiently representing HTTP header fields in the context of HTTP/2.
net/idna
Package idna implements IDNA2008 using the compatibility processing defined by UTS (Unicode Technical Standard) #46, which defines a standard to deal with the transition from IDNA2003.
Package idna implements IDNA2008 using the compatibility processing defined by UTS (Unicode Technical Standard) #46, which defines a standard to deal with the transition from IDNA2003.
psiphon-tunnel-core/Server/logging/analysis
Package analysis implements heuristical frequency analysis of Psiphon Tunnel Core server logs.
Package analysis implements heuristical frequency analysis of Psiphon Tunnel Core server logs.
psiphon-tunnel-core/psiphon
Package psiphon implements the core tunnel functionality of a Psiphon client.
Package psiphon implements the core tunnel functionality of a Psiphon client.
psiphon-tunnel-core/psiphon/common/accesscontrol
Package accesscontrol implements an access control authorization scheme based on digital signatures.
Package accesscontrol implements an access control authorization scheme based on digital signatures.
psiphon-tunnel-core/psiphon/common/crypto/internal/subtle
Package subtle implements functions that are often useful in cryptographic code but require careful thought to use correctly.
Package subtle implements functions that are often useful in cryptographic code but require careful thought to use correctly.
psiphon-tunnel-core/psiphon/common/crypto/nacl/secretbox
Package secretbox encrypts and authenticates small messages.
Package secretbox encrypts and authenticates small messages.
psiphon-tunnel-core/psiphon/common/crypto/ssh
Package ssh implements an SSH client and server.
Package ssh implements an SSH client and server.
psiphon-tunnel-core/psiphon/common/crypto/ssh/agent
Package agent implements the ssh-agent protocol, and provides both a client and a server.
Package agent implements the ssh-agent protocol, and provides both a client and a server.
psiphon-tunnel-core/psiphon/common/crypto/ssh/knownhosts
Package knownhosts implements a parser for the OpenSSH known_hosts host key database, and provides utility functions for writing OpenSSH compliant known_hosts files.
Package knownhosts implements a parser for the OpenSSH known_hosts host key database, and provides utility functions for writing OpenSSH compliant known_hosts files.
psiphon-tunnel-core/psiphon/common/crypto/ssh/terminal
Package terminal provides support functions for dealing with terminals, as commonly found on UNIX systems.
Package terminal provides support functions for dealing with terminals, as commonly found on UNIX systems.
psiphon-tunnel-core/psiphon/common/crypto/ssh/test
Package test contains integration tests for the github.com/ooni/psiphon/oopsi/github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/common/crypto/ssh package.
Package test contains integration tests for the github.com/ooni/psiphon/oopsi/github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/common/crypto/ssh package.
psiphon-tunnel-core/psiphon/common/errors
Package errors provides error wrapping helpers that add inline, single frame stack trace information to error messages.
Package errors provides error wrapping helpers that add inline, single frame stack trace information to error messages.
psiphon-tunnel-core/psiphon/common/osl
Package osl implements the Obfuscated Server List (OSL) mechanism.
Package osl implements the Obfuscated Server List (OSL) mechanism.
psiphon-tunnel-core/psiphon/common/packetman
Package packetman implements low-level manipulation of TCP packets, enabling a variety of strategies to evade network censorship.
Package packetman implements low-level manipulation of TCP packets, enabling a variety of strategies to evade network censorship.
psiphon-tunnel-core/psiphon/common/parameters
Package parameters implements dynamic, concurrency-safe parameters that determine Psiphon client and server behaviors.
Package parameters implements dynamic, concurrency-safe parameters that determine Psiphon client and server behaviors.
psiphon-tunnel-core/psiphon/common/prng
Package prng implements a seeded, unbiased PRNG that is suitable for use cases including obfuscation, network jitter, load balancing.
Package prng implements a seeded, unbiased PRNG that is suitable for use cases including obfuscation, network jitter, load balancing.
psiphon-tunnel-core/psiphon/common/sss
Package sss implements Shamir's Secret Sharing algorithm over GF(2^8).
Package sss implements Shamir's Secret Sharing algorithm over GF(2^8).
psiphon-tunnel-core/psiphon/common/stacktrace
Package stacktrace provides helpers for handling stack trace information.
Package stacktrace provides helpers for handling stack trace information.
psiphon-tunnel-core/psiphon/common/tactics
Package tactics provides dynamic Psiphon client configuration based on GeoIP attributes, API parameters, and speed test data.
Package tactics provides dynamic Psiphon client configuration based on GeoIP attributes, API parameters, and speed test data.
psiphon-tunnel-core/psiphon/common/tun
Package tun is an IP packet tunnel server and client.
Package tun is an IP packet tunnel server and client.
psiphon-tunnel-core/psiphon/common/values
Package values provides a mechanism for specifying and selecting dynamic values employed by the Psiphon client and server.
Package values provides a mechanism for specifying and selecting dynamic values employed by the Psiphon client and server.
psiphon-tunnel-core/psiphon/common/wildcard
Package wildcard implements a very simple wildcard matcher which supports only the term '*', which matches any sequence of characters.
Package wildcard implements a very simple wildcard matcher which supports only the term '*', which matches any sequence of characters.
psiphon-tunnel-core/psiphon/server
Package server implements the core tunnel functionality of a Psiphon server.
Package server implements the core tunnel functionality of a Psiphon server.
psiphon-tunnel-core/psiphon/server/psinet
Package psinet implements psinet database services.
Package psinet implements psinet database services.
psiphon-tunnel-core/psiphon/transferstats
Package transferstats counts and keeps track of session stats.
Package transferstats counts and keeps track of session stats.
psiphon-tunnel-core/psiphon/upstreamproxy/go-ntlm/ntlm
Package NTLM implements the interfaces used for interacting with NTLMv1 and NTLMv2.
Package NTLM implements the interfaces used for interacting with NTLMv1 and NTLMv2.
psiphon-tunnel-core/psiphon/upstreamproxy/go-ntlm/ntlm/md4
Package md4 implements the MD4 hash algorithm as defined in RFC 1320.
Package md4 implements the MD4 hash algorithm as defined in RFC 1320.
tls-tris
Package tls partially implements TLS 1.2, as specified in RFC 5246.
Package tls partially implements TLS 1.2, as specified in RFC 5246.
tls-tris/cipherhw
Package cipherhw exposes common functions for detecting whether hardware support for certain ciphers and authenticators is present.
Package cipherhw exposes common functions for detecting whether hardware support for certain ciphers and authenticators is present.
agl
ed25519/edwards25519
Package edwards25519 implements operations in GF(2**255-19) and on an Edwards curve that is isomorphic to curve25519.
Package edwards25519 implements operations in GF(2**255-19) and on an Edwards curve that is isomorphic to curve25519.
armon
bifurcation
mint
Read a generic "framed" packet consisting of a header and a This is used for both TLS Records and TLS Handshake Messages
Read a generic "framed" packet consisting of a header and a This is used for both TLS Records and TLS Handshake Messages
cheekybits
genny/generic
Package generic contains the generic marker types.
Package generic contains the generic marker types.
cognusion
creack
davecgh
go-spew/spew
Package spew implements a deep pretty printer for Go data structures to aid in debugging.
Package spew implements a deep pretty printer for Go data structures to aid in debugging.
dchest
siphash
Package siphash implements SipHash-2-4, a fast short-input PRF created by Jean-Philippe Aumasson and Daniel J. Bernstein.
Package siphash implements SipHash-2-4, a fast short-input PRF created by Jean-Philippe Aumasson and Daniel J. Bernstein.
deckarep
golang-set
Package mapset implements a simple and generic set collection.
Package mapset implements a simple and generic set collection.
dgraph-io
badger
Package badger implements an embeddable, simple and fast key-value database, written in pure Go.
Package badger implements an embeddable, simple and fast key-value database, written in pure Go.
badger/protos
Package protos is a generated protocol buffer package.
Package protos is a generated protocol buffer package.
dgryski
elazarl
goproxy
Taken from $GOROOT/src/pkg/net/http/chunked needed to write https responses to client.
Taken from $GOROOT/src/pkg/net/http/chunked needed to write https responses to client.
florianl
go-nfqueue
Package nfqueue provides an API to interact with the nfqueue subsystem of the netfilter family from the linux kernel.
Package nfqueue provides an API to interact with the nfqueue subsystem of the netfilter family from the linux kernel.
go-nfqueue/internal/unix
Package unix maps constants from github.com/ooni/psiphon/oopsi/golang.org/x/sys/unix to local constant and makes them available for other platforms as well.
Package unix maps constants from github.com/ooni/psiphon/oopsi/golang.org/x/sys/unix to local constant and makes them available for other platforms as well.
gobwas
golang
groupcache/lru
Package lru implements an LRU cache.
Package lru implements an LRU cache.
protobuf/proto
Package proto converts data structures to and from the wire format of protocol buffers.
Package proto converts data structures to and from the wire format of protocol buffers.
google
gopacket
Package gopacket provides packet decoding for the Go language.
Package gopacket provides packet decoding for the Go language.
gopacket/layers
Package layers provides decoding layers for many common protocols.
Package layers provides decoding layers for many common protocols.
grafov
m3u8
Package M3U8 is parser & generator library for Apple HLS.
Package M3U8 is parser & generator library for Apple HLS.
hashicorp
golang-lru
Package lru provides three different LRU caches of varying sophistication.
Package lru provides three different LRU caches of varying sophistication.
jinzhu
juju
ratelimit
Package ratelimit provides an efficient token bucket implementation that can be used to limit the rate of arbitrary things.
Package ratelimit provides an efficient token bucket implementation that can be used to limit the rate of arbitrary things.
kardianos
osext
Extensions to the standard "os" package.
Extensions to the standard "os" package.
marten-seemann
qtls
package qtls partially implements TLS 1.2, as specified in RFC 5246, and TLS 1.3, as specified in RFC 8446.
package qtls partially implements TLS 1.2, as specified in RFC 5246, and TLS 1.3, as specified in RFC 8446.
marusama
semaphore
Package semaphore provides an implementation of counting semaphore primitive with possibility to change limit after creation.
Package semaphore provides an implementation of counting semaphore primitive with possibility to change limit after creation.
mdlayher
netlink
Package netlink provides low-level access to Linux netlink sockets.
Package netlink provides low-level access to Linux netlink sockets.
netlink/nlenc
Package nlenc implements encoding and decoding functions for netlink messages and attributes.
Package nlenc implements encoding and decoding functions for netlink messages and attributes.
miekg
dns
Package dns implements a full featured interface to the Domain Name System.
Package dns implements a full featured interface to the Domain Name System.
mitchellh
panicwrap
The panicwrap package provides functions for capturing and handling panics in your application.
The panicwrap package provides functions for capturing and handling panics in your application.
mroth
weightedrand
Package weightedrand contains a performant data structure and algorithm used to randomly select an element from some kind of list, where the chances of each element to be selected not being equal, but defined by relative "weights" (or probabilities).
Package weightedrand contains a performant data structure and algorithm used to randomly select an element from some kind of list, where the chances of each element to be selected not being equal, but defined by relative "weights" (or probabilities).
oschwald
patrickmn
pkg
errors
Package errors provides simple error handling primitives.
Package errors provides simple error handling primitives.
pmezard
go-difflib/difflib
Package difflib is a partial port of Python difflib module.
Package difflib is a partial port of Python difflib module.
redjack
refraction-networking
gotapdance/ed25519/edwards25519
Package edwards25519 implements operations in GF(2**255-19) and on an Edwards curve that is isomorphic to curve25519.
Package edwards25519 implements operations in GF(2**255-19) and on an Edwards curve that is isomorphic to curve25519.
utls
Package tls partially implements TLS 1.2, as specified in RFC 5246, and TLS 1.3, as specified in RFC 8446.
Package tls partially implements TLS 1.2, as specified in RFC 5246, and TLS 1.3, as specified in RFC 8446.
utls/cpu
Package cpu implements processor feature detection used by the Go standard library.
Package cpu implements processor feature detection used by the Go standard library.
ryanuber
sergeyfrolov
sirupsen
logrus
Package logrus is a structured logger for Go, completely API compatible with the standard library logger.
Package logrus is a structured logger for Go, completely API compatible with the standard library logger.
stretchr
testify/assert
Package assert provides a set of comprehensive testing tools for use with the normal Go testing system.
Package assert provides a set of comprehensive testing tools for use with the normal Go testing system.
testify/require
Package require implements the same assertions as the `assert` package but stops test execution when a test fails.
Package require implements the same assertions as the `assert` package but stops test execution when a test fails.
testify/suite
Package suite contains logic for creating testing suite structs and running the methods on those structs as tests.
Package suite contains logic for creating testing suite structs and running the methods on those structs as tests.
syndtr
gocapability/capability
Package capability provides utilities for manipulating POSIX capabilities.
Package capability provides utilities for manipulating POSIX capabilities.
wader
filtertransport
Package filtertransport implements filtering http transport and proxy handler
Package filtertransport implements filtering http transport and proxy handler
zach-klippenstein
goregen
Package regen is a library for generating random strings from regular expressions.
Package regen is a library for generating random strings from regular expressions.

Jump to

Keyboard shortcuts

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