Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

cert-manager

cert-manager is a Kubernetes add-on to automate the management and issuance of TLS certificates.
Collective - Host: opensource - https://opencollective.com/cert-manager - Website: https://cert-manager.io - Code: https://github.com/cert-manager

go.crypt/ssh: Add additional test for server.

R=golang-dev, agl
CC=golang-dev
https://golang.org/cl/6075046

github.com/cert-manager/crypto - 81e0b644eb2f05832b1801391bc9386a81e4fe45 authored over 12 years ago by Daniel Theophanes <[email protected]>
crypto/ssh: fix several logic errors.

These are the obvious mistakes from my read through. I'll save the
more cosmetic changes for a l...

github.com/cert-manager/crypto - cfd75bc3096cb856c990c0ce5f4dc10bdfa142c8 authored over 12 years ago by Adam Langley <[email protected]>
go.crypto: add PATENTS file to the subrepo.

R=r
CC=golang-dev
https://golang.org/cl/6023044

github.com/cert-manager/crypto - e0c50b633f94dab9868a100e218f405a2d5667af authored over 12 years ago by Nigel Tao <[email protected]>
go.crypto/ssh: replace window channel with an atomic variable and condition

Fixes golang/go#3479.

Using a channel to model window size was a mistake. Unlike stdin and
stdo...

github.com/cert-manager/crypto - bd686358fc5e997311328f4947f611368cbd44dd authored over 12 years ago by Dave Cheney <[email protected]>
go.crypto/ssh: improve error message when no authentication methods remain

R=golang-dev
CC=golang-dev
https://golang.org/cl/5960044

github.com/cert-manager/crypto - 15577f9df470bf5e9292240050c4c84d210732d7 authored over 12 years ago by Dave Cheney <[email protected]>
go.crypto: add exp/terminal as code.google.com/p/go.crypto/ssh/terminal.

This removes the sole "exp/foo" import in the Go subrepos.
A separate CL will remove exp/termina...

github.com/cert-manager/crypto - 521edf84a06b2769f7a673319dcaee4024d4ecff authored over 12 years ago by David Symonds <[email protected]>
go.crypto/ssh: fix example in documentation

R=golang-dev, dave
CC=golang-dev
https://golang.org/cl/5905048

github.com/cert-manager/crypto - df1b4d2fcd21fb05d2ac65176e2a4243c201a920 authored over 12 years ago by Fazlul Shahriar <[email protected]>
go.crypto/ssh: respect adjust window msg on server.

R=golang-dev
CC=agl, golang-dev
https://golang.org/cl/5908048

github.com/cert-manager/crypto - 452b645a3774c8c9b9311b4c1cb974ccbf5ad003 authored over 12 years ago by Daniel Theophanes <[email protected]>
LICENSE: add

R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/5845056

github.com/cert-manager/crypto - a1a18262106c9dba0a8e319d02983a41ca82f3e3 authored almost 13 years ago by Rob Pike <[email protected]>
go.crypto/curve25519: add package.

This consists of ~2000 lines of amd64 assembly and a, much slower,
generic Go version in curve25...

github.com/cert-manager/crypto - 124e52db8dfdfab4fc56ea36c2957b8d996ff760 authored almost 13 years ago by Adam Langley <[email protected]>
go.crypto/ssh: add support for diffie-hellman-group1-sha1.

Fixes golang/go#2903.

R=golang-dev
CC=agl, golang-dev
https://golang.org/cl/5755054

github.com/cert-manager/crypto - 36a967d3212260ed1abea70bb749e710e26457a3 authored almost 13 years ago by Daniel Theophanes <[email protected]>
go.crypto/ssh: improve marshal performance

Atom N450, 6g

benchmark old ns/op new ns/op delta
BenchmarkMarsha...

github.com/cert-manager/crypto - 79d53bd55e9f84a8565f28a40137f5a1d07ba5ec authored almost 13 years ago by Dave Cheney <[email protected]>
go.crypto/ssh: add benchmarks for marshal and unmarshal

R=agl
CC=golang-dev
https://golang.org/cl/5730045

github.com/cert-manager/crypto - 73a4e109cb0b6957781619ead9abc10dd961ca37 authored almost 13 years ago by Dave Cheney <[email protected]>
go.crypto/ssh: Initial checkin of ssh agent support.

R=agl, dave, djm
CC=golang-dev
https://golang.org/cl/5695081

github.com/cert-manager/crypto - 67456e2aa3d9fe424b5d171393f8bb42346ad5bf authored almost 13 years ago by Jonathan Pittman <[email protected]>
go.crypto/ssh: improve support for MAC algorithms

Also, add support for hmac-sha1.

At the suggestion of AGL hmac-md5, and hmac-md5-96
support was...

github.com/cert-manager/crypto - 6de97b525f030fe8dce13090d5c3731799bb9d3e authored almost 13 years ago by Dave Cheney <[email protected]>
go.crypto/ssh: add client support for OpenSSH certificates

Refactor key parsing, marshaling, and serialization to be a bit more flexible

R=agl, dave, djm
C...

github.com/cert-manager/crypto - 9b05c271912e2db3e2682108b5240123abbc1591 authored almost 13 years ago by Jonathan Pittman <[email protected]>
ssh: use *rsa.PublicKey or *dsa.PublicKey in interfaces.

Everywhere else in the code base, when we have an interface{} which is
a stand in for a public k...

github.com/cert-manager/crypto - d33bbf2cb3b8574ad57ddba26f03e861c01f69c5 authored almost 13 years ago by Adam Langley <[email protected]>
openpgp: fix error strings and typos.

Fixes golang/go#2841.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5688054

github.com/cert-manager/crypto - 63736bd2bfc680f74ba4e026c1cc4fd3ebf113ed authored almost 13 years ago by Adam Langley <[email protected]>
crypto/oscp: update in light of cl/5625045

R=rsc
CC=golang-dev
https://golang.org/cl/5608055

github.com/cert-manager/crypto - ae4d10368ac79ac7e17dde4cdc990b6674423b99 authored almost 13 years ago by Adam Langley <[email protected]>
openpgp: eliminate implicit rand.Reader and time.Now

Fixes golang/go#2501.

R=rsc, bradfitz
CC=golang-dev
https://golang.org/cl/5653067

github.com/cert-manager/crypto - 54eafe1dea80186c74f79090c2a229a73f9108f5 authored almost 13 years ago by Adam Langley <[email protected]>
go.crypto/ssh: add Stderr() in Channel interface.

Adds support for piping Stderr to the client.

R=golang-dev, dave, agl
CC=golang-dev
https://gol...

github.com/cert-manager/crypto - 6c548e9506ed37f940b4a9e970ec80accd1eb7f0 authored almost 13 years ago by Daniel Theophanes <[email protected]>
ssh: fix locking in channel.Write

Since a lock is retaken before sync.Cond.Wait returns, this could
deadlock when the for loop att...

github.com/cert-manager/crypto - 7f524f24686b7f453e0fd7852319c23198dbb162 authored almost 13 years ago by Adam Langley <[email protected]>
go.crypto: Update for new crypto/x509 error.

R=golang-dev, adg
CC=golang-dev
https://golang.org/cl/5674046

github.com/cert-manager/crypto - 3d6f310da6eaddad360737f858122a69f8a8e1d4 authored almost 13 years ago by David Symonds <[email protected]>
go.crypto/openpgp/armor: update for NewBufferSize signature change

Fixes the go.crypto build.

R=r
CC=golang-dev
https://golang.org/cl/5641049

github.com/cert-manager/crypto - 1e43631a6e3f42f9354ff60dcaafc36f2812096d authored almost 13 years ago by Andrew Gerrand <[email protected]>
crypto/openpgp: add clear-signing support.

Clear signed messages are often seen in email and are formatted so
that the plaintext of the sig...

github.com/cert-manager/crypto - 303976f059742513bbad7b43c27c1abd7dfc2e70 authored almost 13 years ago by Adam Langley <[email protected]>
openpgp/packet: move OCFB code here.

The code has been moved from crypto/cipher in CL 5629044.

R=rsc
CC=golang-dev
https://golang.or...

github.com/cert-manager/crypto - a1e605a210919720ec423b1f1e618d7fcd89a700 authored almost 13 years ago by Adam Langley <[email protected]>
go.crypto/pbkdf2: New package

Implements PKCS#5 v2.0 and potentially the future v2.1.

R=agl, rsc
CC=golang-dev
https://golang...

github.com/cert-manager/crypto - 907750ef230b26d207dd726105c190d72ce98696 authored almost 13 years ago by Luit van Drongelen <[email protected]>
go.crypto/ssh: add User to ServerConn and pass *ServerConn to callbacks.

R=golang-dev, dave, agl
CC=golang-dev
https://golang.org/cl/5577070

github.com/cert-manager/crypto - 2b43ac23a97504274e57944274b941f058ed5c52 authored almost 13 years ago by Daniel Theophanes <[email protected]>
go.crypto: initial code

Manual edits to README.
Moved from main Go repository, deleted Makefiles, ran gofix -r go1rename...

github.com/cert-manager/crypto - 470549d5029af744f2f91c2c66a10efc5bc871f8 authored almost 13 years ago by Russ Cox <[email protected]>
go.empty: prototype for new subrepository

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5572056

github.com/cert-manager/crypto - f61fbb80d2fc0f581f66365e8907f07a4d7506b0 authored almost 13 years ago by Russ Cox <[email protected]>