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

Merge pull request #295 from stamm/patch-1

Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, ple...

github.com/cert-manager/cert-manager - 5a78384e1468936c3abb82a48dbced361b14bc40 authored almost 7 years ago
Merge pull request #298 from jetstack/owners

Update OWNERS

github.com/cert-manager/cert-manager - 72a7490303dab6bb4100577d647329ed0d383bea authored almost 7 years ago
ssh: fix support for partial success authentication responses in client

The existing client side authentication does not handle correctly
the partial success flag in SS...

github.com/cert-manager/crypto - 9334d73e5f05d728ee11a17c031f7eb9aed2c144 authored almost 7 years ago
fix multiline command

github.com/cert-manager/cert-manager - 75b4938759a526c9b4f67022d1a23f37dd85c7e7 authored almost 7 years ago
argon2: add Argon2id and update parameter recommendations

This change exports the Argon2 variant Argon2id and improves documenation.
The following paramet...

github.com/cert-manager/crypto - d9133f5469342136e669e85192a26056b587f503 authored almost 7 years ago
Merge pull request #290 from munnerz/update-chart

Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, ple...

github.com/cert-manager/cert-manager - a3e463f92b22a0844c8f74654d84ab01ee2e9a19 authored almost 7 years ago
Run hack/update-deploy-gen.sh

github.com/cert-manager/cert-manager - 5aa3c091e9876b17415cd1b7dcc20702d01e8cc3 authored almost 7 years ago
Update helm chart to align with k/charts review

github.com/cert-manager/cert-manager - 6e2ddc240a7d98246cc0a3cbc80e57a6a7224a90 authored almost 7 years ago
ssh/knownhosts: remove godoc about non-supported hashed hosts

Support for hashed hosts was added in:
https://go-review.googlesource.com/c/crypto/+/40532

Chan...

github.com/cert-manager/crypto - 1875d0a70c90e57f11972aefd42276df65e895b9 authored about 7 years ago
ssh/terminal: use duplicate handle in ReadPassword

os.NewFile assigns finalizer to close file handle
passed into ReadPassword. But that is not expe...

github.com/cert-manager/crypto - 0efb9460aaf800c6376acf625be2853bceac2e06 authored about 7 years ago
Merge pull request #276 from munnerz/gen-deploy

Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, ple...

github.com/cert-manager/cert-manager - 35adb0ea13512261ee78c22f1d73a28949ae43ac authored about 7 years ago
Run verify-deploy-gen as part of make verify

github.com/cert-manager/cert-manager - 4a63f9a600127a813b48c1b92d5576af326b7814 authored about 7 years ago
Run hack/update-deploy-gen.sh

github.com/cert-manager/cert-manager - c9f1c0e07dae97662ac21f55ccf650825ea0e3d6 authored about 7 years ago
Add deployment manifest generation scripts

github.com/cert-manager/cert-manager - 0d3790567a539c099e746181a8f6f776951de4de authored about 7 years ago
Merge pull request #275 from jetstack/munnerz-patch-2

Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, ple...

github.com/cert-manager/cert-manager - d35afcc514ad008bc902fdcd50e50754c78ba1cf authored about 7 years ago
Remove support for creating TPRs in Helm chart

github.com/cert-manager/cert-manager - 976a96267a8a8db06783e74d44b788a406b96442 authored about 7 years ago
Remove unused file

github.com/cert-manager/cert-manager - 296f6e334cb16cd36d73f44953b17f80aa1b4939 authored about 7 years ago
Merge pull request #274 from munnerz/junit

Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, ple...

github.com/cert-manager/cert-manager - a4a05595d5813d574dc4f3d918c12f6ca7adf17c authored about 7 years ago
Optionally write junit reports into artifacts during e2e tests

github.com/cert-manager/cert-manager - f5024992880a184161f3a14c1c2facf18b006f5f authored about 7 years ago
ssh: return correct error on read failure

Change-Id: I6cc94ae8dbc65f394550551eaad88594d22eda42
Reviewed-on: https://go-review.googlesource...

github.com/cert-manager/crypto - 3d37316aaa6bd9929127ac9a527abf408178ea7b authored about 7 years ago
ssh: use io.ReadFull() for reading chacha20-poly1305 packets.

Incomplete reads leave (part of) the verification tag zeroed, leading
to a failing MAC, and this...

github.com/cert-manager/crypto - d94f6bc902c2970500950e88ab1a54a0c26bec48 authored about 7 years ago
ssh: remove chacha20-poly1305 from preferredCipher list

This effectively disables the cipher.

Add a test against OpenSSH which sends larger packets thr...

github.com/cert-manager/crypto - 31469a2049ca68f6ce80281568c2d81dc700f104 authored about 7 years ago
ssh: cleanup cipher creation logic

Change-Id: I0e6ac0a381ffa53650304f0bea2ba79c3cf1d8c2
Reviewed-on: https://go-review.googlesource...

github.com/cert-manager/crypto - 39efaea5da11abd5e2b90a435b1f338cdb94619c authored about 7 years ago
ssh: remove redundant code

The CBC cipher modes haven't been commented out for a while.

Change-Id: I819d595ecfe2d314479a68...

github.com/cert-manager/crypto - 1c1f1399d01a96d0eb614e8e0a899c4f755bb19b authored about 7 years ago
ssh: remove arcfour ciphers from the default preference list

OpenSSH removed these ciphers from sshd's default configuration with
release 6.7 in 2014.

Chang...

github.com/cert-manager/crypto - 1835319e08b3912563a14bbe05e639d7470a30a8 authored about 7 years ago
argon2: add missing amd64 tags

The change fixes argon2_test build failure which currently
reads as follows when built with gccg...

github.com/cert-manager/crypto - a6600008915114d9c087fad9f03d75087b1a74df authored about 7 years ago
ssh: support chacha20-poly1305 cipher

chacha20-poly1305 is an AEAD which performs well without hardware
support. It is recommended as ...

github.com/cert-manager/crypto - ee41a25c63fb5b74abf2213abb6dee3751e6ac4a authored about 7 years ago
Merge pull request #270 from jetstack/munnerz-patch-1

Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, ple...

github.com/cert-manager/cert-manager - 58b1c0bfb36f5790963fd42f60b889d869c31af6 authored about 7 years ago
Merge pull request #269 from jetstack/fix-update-strategy

Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, ple...

github.com/cert-manager/cert-manager - 15c2661230da92bd1fae194184b1f18732a24b39 authored about 7 years ago
Bump chart version

github.com/cert-manager/cert-manager - 8af4dcafaf9f51a3f524f346dba406a523ba5f8b authored about 7 years ago
Remove .spec.strategy.type: Recreate

github.com/cert-manager/cert-manager - f72331f652ba119d22b9fc2e0ed24e15276aa79c authored about 7 years ago
Merge pull request #266 from munnerz/deploying-doc

Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, ple...

github.com/cert-manager/cert-manager - 6edb70b81e22f0e5ed3cd576c3f326b93e453c96 authored about 7 years ago
Add links to new documentation content

github.com/cert-manager/cert-manager - 81e7800a817eba798125ce7de120df617d169d98 authored about 7 years ago
Merge pull request #264 from munnerz/deploying-doc

Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, ple...

github.com/cert-manager/cert-manager - 82c3c7bdd75a9e6418dda25595d2d02ca8460522 authored about 7 years ago
Update deploying.md to include git clone

github.com/cert-manager/cert-manager - 11d6d3da0dec645c60c9cbb91b81f591d62c122a authored about 7 years ago
Add migrating from kube-lego document

github.com/cert-manager/cert-manager - 13f91a6570851c367944abde1c0ce62ad8970333 authored about 7 years ago
Update docs READMEs

github.com/cert-manager/cert-manager - 7400a13c6fa0faa35e08797815714efbfa8cf3c0 authored about 7 years ago
Add doc on ingress-shim

github.com/cert-manager/cert-manager - 98b09b76fa45775471e8961d47eaf69195174b2a authored about 7 years ago
Expand deployment documentation

github.com/cert-manager/cert-manager - c7900efc8a81fa1a9cc26c47e1f3731b592e8fd0 authored about 7 years ago
Merge pull request #229 from unguiculus/feature/chart-update

Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, ple...

github.com/cert-manager/cert-manager - 894ab3e3996f95a9eaffc1bc6f5e6e36e828b65f authored about 7 years ago
Remove redundant 'extraArgs' from values.yaml

github.com/cert-manager/cert-manager - fe904f40650aa26e57d4fa7a72bea131e4821293 authored about 7 years ago
Add azure-sdk-for-go dependency

github.com/cert-manager/cert-manager - 6722b74551e32b17efefa0367271283e5df0aea8 authored about 7 years ago
Apply revised RBAC best practices

github.com/cert-manager/cert-manager - 8a38db95ad286b50d44767be03d8d26299d125bd authored about 7 years ago
Enhance Helm chart and apply best practices

* Update Chart.yaml
* Make templates namespaced
* Update config table in README.md
* Apply best ...

github.com/cert-manager/cert-manager - 8e9bf46cb6385bd06a0de170804326b7ea629d35 authored about 7 years ago
Bump chart version and apply fixes

github.com/cert-manager/cert-manager - f21704833e44a37dd6b525e2abe06deb268c6831 authored about 7 years ago
Merge pull request #253 from munnerz/fix-versions

Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, ple...

github.com/cert-manager/cert-manager - b589bf6b428f1462e4d51ae7e67ef09a41bf164c authored about 7 years ago
Update third_party import paths

github.com/cert-manager/cert-manager - 514f9e9b3d10a4f5283e33e4872daa9c3b1077ab authored about 7 years ago
Run hack/update-codegen.sh

github.com/cert-manager/cert-manager - 9c5b7bb1a7e805cf1f8d452f6fc8bc56a9f6b17a authored about 7 years ago
No longer generate third_party directory

github.com/cert-manager/cert-manager - 0d0f28a81de8e26e2b2c420569d3c6808a70adb3 authored about 7 years ago
Upgrade to kubernetes-1.9.1 release tags

github.com/cert-manager/cert-manager - 039ffda0a45c778cc855bae612ba2904dd41a674 authored about 7 years ago
Merge pull request #251 from munnerz/fix-gitlab

Fix GitLab CI config

github.com/cert-manager/cert-manager - 21b4d2821ce5bacb2dbfe53f0c5f570b22f5a312 authored about 7 years ago
Update Makefile targets

github.com/cert-manager/cert-manager - 5ec9252204e505eee8134d87e61c20001599f537 authored about 7 years ago
Update .gitlab-ci.yml for debian base

github.com/cert-manager/cert-manager - 90d42cecaa15f84cc839faa7893cd79f51030457 authored about 7 years ago
Merge pull request #249 from munnerz/version-bump

Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, ple...

github.com/cert-manager/cert-manager - e8166d54c8883993076df964b04b027ef5e5d078 authored about 7 years ago
Support race detector in GitLab builds

github.com/cert-manager/cert-manager - 82893831b08a59deb2e24ffd361521dc1de59194 authored about 7 years ago
Update version for 0.2.3

github.com/cert-manager/cert-manager - 8fe40046b2f13feb11f5c76e4b697196594b24e8 authored about 7 years ago
Merge pull request #216 from munnerz/e2e-helm

Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, ple...

github.com/cert-manager/cert-manager - 0c031b60d8ee8719b36026456cb8bb04ccf5f8c9 authored about 7 years ago
Bump boulder image tag

github.com/cert-manager/cert-manager - 78e28defff7667ee06aa9d39418634cab62958fe authored about 7 years ago
Bump boulder image value

github.com/cert-manager/cert-manager - e5138eaf6eea0045a92ed62f9b30b027c36c27a8 authored about 7 years ago
Wait for tiller to be ready before starting tests

github.com/cert-manager/cert-manager - ac4ddc9ba857cd573b3e8b2b4649763477cd9d3e authored about 7 years ago
Switch to old boulder IPs

github.com/cert-manager/cert-manager - 3020ae1f527bc07cde7d375bea7ac620cf51e018 authored about 7 years ago
Update bham version

github.com/cert-manager/cert-manager - 863922482957294ed729e94d540f72974e82d2cd authored about 7 years ago
Update boulder services to have a cluster IP

github.com/cert-manager/cert-manager - 860d504179aca1868a1da4a431d3e1201e2c22a4 authored about 7 years ago
Increase test timeouts

github.com/cert-manager/cert-manager - fc4cc8d5871f026dc9b73ca7a8a046f1119236f1 authored about 7 years ago
Update boulder FAKE_DNS var

github.com/cert-manager/cert-manager - e2b73e8cf5fd37b8f80f3bd3266d058b6a5e4242 authored about 7 years ago
Set a 10 minute timeout when installing boulder

github.com/cert-manager/cert-manager - 50506a3dcec347b44f662c558b2234996f4e5135 authored about 7 years ago
Update nginx service cluster IP

github.com/cert-manager/cert-manager - 707fa724d95ab0ff4cb7e4360de1b0f18d1d3243 authored about 7 years ago
Fix boulder by setting static hostname

github.com/cert-manager/cert-manager - df37668943f3153b935416051f94fd148e114479 authored about 7 years ago
Fix testing ACME URL

github.com/cert-manager/cert-manager - 643e285965ffde2050e88f6686fbdaa20b77ad52 authored about 7 years ago
Add 'set' to start of ci.sh

github.com/cert-manager/cert-manager - c3a4943d8572f1a65c9adf58c374c51cbb85e330 authored about 7 years ago
Properly set ACMEURL in e2e tests

github.com/cert-manager/cert-manager - 228e45e2bb6ce12492a434f0cc369b6551a1eedf authored about 7 years ago
Setup minikube on travis, don't install docker-compose

github.com/cert-manager/cert-manager - d5dd212cab9cfcd8353c34375c2955138eb9e08e authored about 7 years ago
Update .travis.yml

github.com/cert-manager/cert-manager - 3318585efe8351b7b6f04e8cb9f72e980b512699 authored about 7 years ago
Use quay.io boulder image

github.com/cert-manager/cert-manager - 9360fc1ed55fcd5676d23e0d744daa54b1813989 authored about 7 years ago
Fix passing boulder image args

github.com/cert-manager/cert-manager - ffbf17cecd2a6b7f12c3a5927a66427de085f827 authored about 7 years ago
Remove hostNetwork from cert-manager in e2e tests

github.com/cert-manager/cert-manager - 1125528aefd4d58b6e09010fa91bc5e1fe695062 authored about 7 years ago
Add boulder helm chart. Install boulder during e2e tests.

github.com/cert-manager/cert-manager - df279f3e635e20dc073dabcad4258f6156e4b8b4 authored about 7 years ago
Install docker-compose

github.com/cert-manager/cert-manager - e1c49d141d7832d46484bdb271dc2b4cefd1e2fa authored about 7 years ago
Add hack/ci.sh stop-gap script

github.com/cert-manager/cert-manager - b278e2b6b0e23b139b79f3a45c9b7629d250a03d authored about 7 years ago
Increase controllers to 5 workers to mitigate test failures

github.com/cert-manager/cert-manager - 1d1190e50a6bd827dd74099017be1a111faf9926 authored about 7 years ago
Remove CA ClusterIssuer certificate e2e test

github.com/cert-manager/cert-manager - b61fbdb446cad971c6b5ddc0cf230033e96f6adc authored about 7 years ago
acme/autocert: support http-01 challenge type

The Manager now loops through known challenge types,
trying to fulfill one at a time until it su...

github.com/cert-manager/crypto - 13931e22f9e72ea58bb73048bc752b48c6d4d4ac authored about 7 years ago
ssh: fix protocol version exchange (for multi-line)

Fixes golang/go#23194

During SSH Protocol Version Exchange, a client may send metadata lines
pr...

github.com/cert-manager/crypto - 5f55bce93ad2c89f411e009659bb1fd83da36e7b authored about 7 years ago
ssh: use t.Run for testing multiple ciphers/macs

Change-Id: I410cecf0269cf2a88a8868d6b88f39f9b7026b6b
Reviewed-on: https://go-review.googlesource...

github.com/cert-manager/crypto - b3c9a1d25cfbbbab0ff4780b71c4f54e6e92a0de authored about 7 years ago
internal/chacha20: move up from chacha20poly1305/internal/chacha20

This exposes the chacha20 stream cipher to the entire x/crypto
package, and in particular to the...

github.com/cert-manager/crypto - 49373064ff7cc78473ac8c5f4753e53317011567 authored about 7 years ago
Merge pull request #237 from jetstack/fix-acme-reg-panic

Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, ple...

github.com/cert-manager/cert-manager - 96b8b118187f3c390a0580470fdcaa80211aac46 authored about 7 years ago
Fix panic when ACME server returns a genuine error

github.com/cert-manager/cert-manager - ea1dc8f58f365a60f88a97dd61607fea585bd6e6 authored about 7 years ago
Merge pull request #240 from dgageot/patch-1

Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, ple...

github.com/cert-manager/cert-manager - db2bc988210ab27995f0d4bda10b3019c8c716f6 authored about 7 years ago
ssh: specify InsecureIgnoreHostKey in the benchmarks

Change-Id: I06813be2b44ef8e5eb38fdac2d08a0f5cd840193
Reviewed-on: https://go-review.googlesource...

github.com/cert-manager/crypto - 6bd909f163c83732e0b5e22a27154b1a112c3ff9 authored about 7 years ago
Fix typo in acme-http-validation.md

s/Certficate/Certificate

github.com/cert-manager/cert-manager - 454f875697b007235f9535e293687487ffb194a1 authored about 7 years ago
Merge pull request #239 from munnerz/update-dates

Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, ple...

github.com/cert-manager/cert-manager - 7dcc3165f9ef3b6fa3f62a72bea071add8ea5d1a authored about 7 years ago
Update dates in generated license headers

github.com/cert-manager/cert-manager - 0ed9e8341fec39abf1605d4ab8af2f44eabbcade authored about 7 years ago
bn256: don't claim a 128-bit security level.

It's no longer true.

Fixes golang/go#19479

Change-Id: I85b0ce850ebde60b816924a25368208527a8e61...

github.com/cert-manager/crypto - 0fcca4842a8d74bfddc2c96a073bd2a4d2a7a2e8 authored about 7 years ago
argon2: fix incorrect key derivation if parallelism > 1

This change fixes an incorrect key derivation if the
degree of parallelism is greater than 1.

T...

github.com/cert-manager/crypto - 2b4b18b6aaeb2c9f7c1cc0145eccaabb3d96cf62 authored about 7 years ago
crypto/ssh: fix typo in error message in certs.go

Fixes golang/go#23266

Change-Id: I8da14425ed69c44a7b0c56b1aa0ea951fe297608
Reviewed-on: https:/...

github.com/cert-manager/crypto - 95a4943f35d008beabde8c11e5075a1b714e6419 authored about 7 years ago
pbkdf2: add benchmarks

Add benchmarks for PBKDF2-HMAC-SHA1 and PBKDF2-HMAC-SHA256.
This is to help measure the crypto/h...

github.com/cert-manager/crypto - d585fd2cc9195196078f516b69daff6744ef5e84 authored about 7 years ago
ssh: accept ed25519 certs

Change-Id: I1cb0146c4b741f6d489edcf86412001ffc007f4f
Reviewed-on: https://go-review.googlesource...

github.com/cert-manager/crypto - 244f6ce1f09cc9f3d7bffe29b033aaa13c0cc2f3 authored about 7 years ago