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
This patch/CL allows the user to configure the hash function
used in the s2k key-stretching tran...
Since the decryption was done in place, if an incorrect key was given,
the encrypted data would ...
Previously, if the current line was "empty", resizes wouldn't trigger
repaints. However, the lin...
LGTM=bradfitz
R=agl, bradfitz
CC=golang-codereviews
https://golang.org/cl/157930043
benchmark old ns/op new ns/op delta
BenchmarkPermutationFunction ...
It also still works with Go 1.4.
LGTM=agl
R=agl
CC=golang-codereviews
https://golang.org/cl/154...
Fixes tests when using Go tip. Without this the link steps
fails with errors like:
missing Go ...
github.com/cert-manager/crypto - 20b2ab3f620101745124d791d5dfd30e1708723a authored about 10 years ago by Ian Lance Taylor <[email protected]>
LGTM=agl
R=agl, dave, jpsugar
CC=golang-codereviews
https://golang.org/cl/134700043
Test that different extended data streams within a channel are
thread-safe.
benchmark ...
github.com/cert-manager/crypto - fc84ae5437930893ee15ac06fad1e5467e18969a authored over 10 years ago by Han-Wen Nienhuys <[email protected]>Prior to Go 1.4, crypto didn't have the consts defined for SHA-3.
LGTM=bradfitz
R=bradfitz
CC=g...
1. API:
This exposes a minimal API: the SHA-3 functions implement hash.Hash. The
SHAKE function...
Fixes golang/go#8508.
LGTM=bradfitz
R=bradfitz
CC=golang-codereviews
https://golang.org/cl/1289...
Also stops leaking /tmp/ directories.
Fixes golang/go#8489.
LGTM=dave, minux
R=dave, minux, ag...
In the event that a detached signature fails to verify, the code would
continue trying to find o...
This proposal effectively disables all the ssh/test tests when run with the -short flag supplied...
github.com/cert-manager/crypto - ed03dad8de553b023b198606d52b6d968ad57b39 authored over 10 years ago by Dave Cheney <[email protected]>
Supporting larger salts makes it possible to implement bcrypt-pbkdf
(http://www.tedunangst.com/f...
There doesn't appear to be perfect behaviour for line editing
code in the face of terminal resiz...
Currently the ssh/terminal package cannot be compiled under gccgo. Even though gccgo may be runn...
github.com/cert-manager/crypto - 2aff5f12d83011dd1f9aeb358eb851b28668cf60 authored over 10 years ago by Dave Cheney <[email protected]>
At some point in the distant past, crypto.Hash.New() changed from
returning nil when a hash func...
LGTM=bradfitz
R=bradfitz, marios.nikolaou
CC=golang-codereviews
https://golang.org/cl/92220043
LGTM=agl
R=golang-codereviews, bradfitz, agl
CC=golang-codereviews
https://golang.org/cl/95370044
Validating a public key doesn't return any remaining methods so, if all public keys were rejecte...
github.com/cert-manager/crypto - c34e38ab9ea85314630ff172a2378cd5da44e299 authored over 10 years ago by Adam Langley <[email protected]>
Entity.SignIdentity used the wrong signature function and produced invalid
certification signatu...
Fixes golang/go#7913.
LGTM=hanwen
R=hanwen
CC=golang-codereviews
https://golang.org/cl/96220043
LGTM=jpsugar, agl
R=agl, jpsugar
CC=golang-codereviews
https://golang.org/cl/92240045
LGTM=agl
R=golang-codereviews, agl
CC=golang-codereviews
https://golang.org/cl/98840043
LGTM=agl
R=golang-codereviews, agl
CC=golang-codereviews
https://golang.org/cl/97850043
LGTM=robert.hencke
R=golang-codereviews, robert.hencke
CC=golang-codereviews
https://golang.org/...
R=agl
CC=golang-codereviews
https://golang.org/cl/95050043
R=agl
CC=golang-codereviews, hanwen
https://golang.org/cl/95910043
R=agl, dave, jpsugar
CC=golang-codereviews
https://golang.org/cl/88260043
R=agl, dave, jpsugar
CC=golang-codereviews
https://golang.org/cl/87810047
LGTM=dave
R=agl, dave
CC=golang-codereviews
https://golang.org/cl/88060043
LGTM=hanwen
R=agl, hanwen
CC=golang-codereviews
https://golang.org/cl/86600044
set.
Otherwise, the package leaks data about total number of
connections established through its...
LGTM=minux.ma
R=golang-codereviews, minux.ma
CC=golang-codereviews
https://golang.org/cl/86630043
In c0fc595a2cb5, hg didn't notice the files that had been removed from
the working directory. Th...
See https://groups.google.com/d/msg/Golang-nuts/AoVxQ4bB5XQ/i8kpMxdbVlEJ
R=hanwen
CC=golang-cod...
bcrypt didn't allow one, two and three letter passwords which is a
policy decision best left to ...
LGTM=minux.ma
R=golang-codereviews, minux.ma
CC=golang-codereviews
https://golang.org/cl/64390044
Detailed description in RFC 5869.
LGTM=agl
R=agl, minux.ma
CC=golang-codereviews
https://golang...
Breaks FreeBSD build of subrepo for non-tip users.
««« original CL description
go.crypto/ssh/te...
syscall.Termios, which was the only thing breaking the build, is
available in go tip now
(https:...
R=golang-codereviews, rsc
CC=golang-codereviews
https://golang.org/cl/44830043
See this thread for background:
https://groups.google.com/forum/#!topic/golang-dev/xG7vPi21r8g
...
github.com/cert-manager/crypto - 08da9c60bc7065e1a1df887121f42db309a6ff9a authored about 11 years ago by Russ Cox <[email protected]>
Increase window size for channels (session and tcpip) to 64 *
max packet size (32 KB), which is ...
R=dave
CC=golang-dev
https://golang.org/cl/15930044
transport layer.
R=agl, dave
CC=golang-dev
https://golang.org/cl/15870044
Transport should not be a ReadWriter. It can only write packets, i.e. no partial reads or writes...
github.com/cert-manager/crypto - c0d640c88782f757a45d3f7b93eec2ec63b229cb authored about 11 years ago by Dave Cheney <[email protected]>
R=dave
CC=golang-dev
https://golang.org/cl/15450046
value ^0, which would become negative when expressed as int64.
R=agl, dave, jpsugar, hanwen
CC=g...
R=golang-dev, hanwen
CC=golang-dev
https://golang.org/cl/14767043
R=agl, hanwen, jpsugar, dave
CC=golang-dev
https://golang.org/cl/14540051
R=golang-dev, dave, jpsugar, agl
CC=golang-dev
https://golang.org/cl/14641044
R=golang-dev, dave
CC=golang-dev
https://golang.org/cl/14669046
This helps manipulating data in global and channel request
payloads.
R=agl, dave, jpsugar
CC=go...
R=agl, dave
CC=golang-dev
https://golang.org/cl/14494055
This makes memTransport safe for use with multiple
writers/closers.
R=golang-dev, dave
CC=agl, ...
R=agl, hanwen
CC=dave, golang-dev, jpsugar
https://golang.org/cl/14430055
Although the package doesn't attempt to fully support ancient, version
3 messages, supporting v3...
The change to add the PublicKey interface accidentally caused certificate handling to expect an ...
github.com/cert-manager/crypto - 15d8abf5c4f384ff6370c85655f17abac6f84716 authored about 11 years ago by JP Sugarbroad <[email protected]>transport.
Sending the msgNewKeys packet and setting up the key material
now happen under a lock...
R=agl, dave, jpsugar, m4dh4tt3r, agl
CC=golang-dev
https://golang.org/cl/14420045
I understand that ssh/terminal can't implement everybodys
favorite keyboard shortcuts, but I thi...
R=golang-dev, agl
CC=golang-dev
https://golang.org/cl/13966043
Adds readPacket() to conn, and renames conn to packetConn.
Key exchanges operate on packetConn, ...
This shouldn't be necessary according to the OTRv2 spec,
but is expected by at least one other c...
private keys.
R=agl, jpsugar, jonathan.mark.pittman
CC=golang-dev
https://golang.org/cl/13338044
The length of history buffer entries (which are stored as strings) was
being used as the number ...
Previously, terminal only supported ASCII characters. This change
alters some []byte to []rune s...
Public functions affected:
-AgentKey.Key
-AgentClient.SignRequest
-ClientKeyring.Key
-MarshalPub...
R=agl, dave, hanwen
CC=ekg, golang-dev
https://golang.org/cl/13528044
Properly capitalize publicKey throughout.
R=golang-dev
CC=agl, dave, golang-dev, jpsugar
https:...
Necessary to reproduce the same hash for verifying a UserAttribute signature.
Reuse and fix defe...
R=agl, dave, jpsugar
CC=golang-dev
https://golang.org/cl/13438043
My goal here is to allow read-only access to legacy key material without allowing new V3 keys or...
github.com/cert-manager/crypto - 964142eb526efd9ad5b909a094a5f7f139252c60 authored over 11 years ago by Casey Marshall <[email protected]>
Previously curve25519 contained a constant-time, optimised amd64 implementation and
a generic im...
Only an io.Writer is needed in this case.
Fixes golang/go#6035.
R=golang-dev, bradfitz
CC=gola...
Support ECDSA signature verification.
R=agl
CC=golang-dev
https://golang.org/cl/13141044
R=golang-dev, mikioh.mikioh, remyoudompheng
CC=golang-dev
https://golang.org/cl/13370043
R=agl
CC=golang-dev
https://golang.org/cl/13010047
This obviates custom code to emulate a thread-safe connection.
Use this for testing that listen...
github.com/cert-manager/crypto - a93ee0c91a299defaa20470b6355ead78c7e168c authored over 11 years ago by Han-Wen Nienhuys <[email protected]>
Supports JPEG images as well as free-form arbitrary subpacket data in
user attributes (RFC 4880,...
Implement elliptic-curve Diffie-Hellman, including host key signature
verification.
Moves host ...
github.com/cert-manager/crypto - d7d50b0a7ca68e2c21897511107809de9cee1137 authored over 11 years ago by Han-Wen Nienhuys <[email protected]>
R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/13207043
R=agl, golang-dev, dave
CC=golang-dev
https://golang.org/cl/13176044
R=agl, golang-dev
CC=golang-dev
https://golang.org/cl/12983046
This patch implements the facilities needed to compress data before
encryption as allowed (and r...
Previously, if Encrypt decided to use a hash function that wasn't
compiled in then it would pani...
Paul van Brouwershaven pointed out that it would be better to pass in
the issuing certificate an...
R=agl, dave
CC=golang-dev
https://golang.org/cl/12027043
OpenSSH 5.
Tested with OpenSSH_5.9
R=agl, dave
CC=golang-dev
https://golang.org/cl/11921043
When selecting keys for encryption, don't select keys that have
expired.
Fixes golang/go#5808.
...
Close both on closing the listener, and on closing the
connection. Test the former case.
R=dave...
github.com/cert-manager/crypto - 7f7cbbf18eb3ab6aa04ded92fc89b3088ee30849 authored over 11 years ago by Han-Wen Nienhuys <[email protected]>Thanks to Frithjof Schulze for noticing.
R=goland-dev, r
CC=golang-dev
https://golang.org/cl/11...
And according to the gpg implementation: http://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git&a=se...
github.com/cert-manager/crypto - 0982ebf089dd47e7b42c8dcde0f6d50e56e66956 authored over 11 years ago by Drew Hintz <[email protected]>For those still stuck on Go 1.0.
R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/11297043
Tested using a variety of files encrypted with gpg and the
"--compress-algo BZIP2" gpg option.
...
github.com/cert-manager/crypto - d43a35d821f1e9a9dcb701ffab4cb5bc12d4006c authored over 11 years ago by Brian Gitonga Marete <[email protected]>The history buffer would recall previously entered lines: including passwords. With this change,...
github.com/cert-manager/crypto - c4711a569a899315021f1e4f01798f3f5b14ed89 authored over 11 years ago by Adam Langley <[email protected]>
R=bradfitz
CC=golang-dev
https://golang.org/cl/10431044