Ecosyste.ms: OpenCollective

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

The Katzenpost software project

Katzenpost is a free and open source software project dedicated to researching and developing mix networks so that people can communicate more freely.
Collective - Host: opensource - https://opencollective.com/the-katzenpost-software-project - Website: https://katzenpost.mixnetworks.org/ - Code: https://github.com/katzenpost

get rid of defunct logviewer

github.com/katzenpost/website - c2e088345ef2763414d878f98132044c76a5dd73 authored over 1 year ago
Remove duplicated links on home

github.com/katzenpost/website - 59640b059e789eb622453ce779ecf2f7c36ba027 authored over 1 year ago
Remove nonfunctional searchbox

github.com/katzenpost/website - e31699ee9cf81c0e0d3d1635083f84c6e560f9be authored over 1 year ago
remove broken/wrong links

github.com/katzenpost/website - 3e71f54ce1bc3ada6d7f34fbdc65d933f1420be4 authored over 1 year ago
fix style of contribution guidelines

github.com/katzenpost/website - 7d2fd914cffcff71517f7237bf969f62293e96a0 authored over 1 year ago
Disable broken link

github.com/katzenpost/website - 11bcb10c289a4eeac2b4609d762e8a054dbe6f5c authored over 1 year ago
fix links to Developer handbook and dockerized mixnet README

github.com/katzenpost/website - 69c254a0127250245740dc3c903d813c213e2e3d authored over 1 year ago
disable broken links

github.com/katzenpost/website - a60dcf2f4ee231b0830d120ce52d9520d94e3712 authored over 1 year ago
Disable broken links

github.com/katzenpost/website - e82c9d76fc75be08c31bb9d9ed253fa19f76956b authored over 1 year ago
Fix github links to paths inside monorepo

github.com/katzenpost/website - 7e3dd3b42b939157ea3488044b991841c518d964 authored over 1 year ago
Remove link to deprecated plugin

github.com/katzenpost/website - 6356a6db2f4129514557cd3c64af44fdbe1293e6 authored over 1 year ago
Update NLNet grant information

github.com/katzenpost/website - 932c38dfee747e54d6edf7cc6a50e38592b30245 authored over 1 year ago
remove publish.sh

github.com/katzenpost/website - 31a43af46ef2f3c1f3e1b90ea9b5b12b842296b2 authored over 1 year ago
updated README with Hugo instructions

github.com/katzenpost/website - bf46c96714b873164ffb5cac13d9dfc8dcc2b022 authored over 1 year ago
check for WSAEMSGSIZE errors when receiving UDP packets on Windows (#3982)

* check for WSAEMSGSIZE errors when receiving UDP packets on Windows

* check EMSGSIZE error o...

github.com/katzenpost/quic-go - 2bcfe5bc4b4d09716e7c7b708adbe5736fa87560 authored over 1 year ago
http3: discard negative content-length header when writing response (#3983)

* response writer: discard negative content-length header

* shorten comment

---------

C...

github.com/katzenpost/quic-go - 2183283622030558bb1ec59007451cedcc0ac729 authored over 1 year ago
http3: enforce that DATA frames don't exceed Content-Length (#3980)

github.com/katzenpost/quic-go - 5a22ac89701811545f13b662c8134e0bf24d6542 authored over 1 year ago
enable the DF bit on macOS (#3946)

* set DF bit on macOS

* simplify macOS version check

* link to chromium source for macOS 1...

github.com/katzenpost/quic-go - 56cd866840be2c93e2f80073c656199665c49385 authored over 1 year ago
http3: use correct error code when request header parsing fails (#3979)

github.com/katzenpost/quic-go - ae8bdd79e012ea8546d1f2103f86a4e46f88d420 authored over 1 year ago
remove OptimizeConn, add a Transport.WriteTo method instead (#3957)

* remove OptimizeConn, add a Transport.WriteTo method instead

* fix race condition in Transpo...

github.com/katzenpost/quic-go - a347d664e2ed6233bca3c8392356d747291f9017 authored over 1 year ago
surface stream error as stream context cancelation cause (#3970)

* send stream: surface error as stream context cancellation cause

* Update send_stream_test.g...

github.com/katzenpost/quic-go - 27301f791f4a80ed4e181d05faa5f4b624893299 authored over 1 year ago
http3: reject unknown pseudo headers (#3973)

github.com/katzenpost/quic-go - 5ae28928dbd8571f9806eddae8f2b18c24f27857 authored over 1 year ago
http3: reject responses that don't set the :status header (#3975)

github.com/katzenpost/quic-go - b6dbfc8c0644fa1d44b45393e089efcde175af99 authored over 1 year ago
http3: deduplicate Content-Length headers (#3972)

github.com/katzenpost/quic-go - 5d59c3059faacc4adb0422e1f7895fe90496f217 authored over 1 year ago
http3: unify handling of request and response headers (#3969)

github.com/katzenpost/quic-go - bb296b8c17460e6661fc199e7e719cdafe6eb0ba authored over 1 year ago
http3: refactor header field processing into a separate function (#3971)

github.com/katzenpost/quic-go - ad16aa765d3da4142373d00820c25194597f55dc authored over 1 year ago
Key generation for threshold RSA (safe primes).

github.com/katzenpost/circl - 099d3138029043ea98dbc60e9b451a6d8b75cce6 authored over 1 year ago
http3: enforce ordering requirement between pseudo and regular headers (#3968)

* http3: enforce ordering requirement between pseudo and regular headers

* simplify logic

github.com/katzenpost/quic-go - 514df55288913cb3caa2a17577cc0b46c9021343 authored over 1 year ago
surface connection error as connection context cancelation cause (#3961)

* connection: surface connection error as connection context cancellation cause

* docs: add n...

github.com/katzenpost/quic-go - 4378283f953d4e2a4a6d4407b90872f270ce3c32 authored over 1 year ago
http3: reject negative values for the Content-Length header (#3966)

github.com/katzenpost/quic-go - ab192a084d1248707a41babefcf729b1dd64c897 authored over 1 year ago
http3: reject header field values with invalid characters (#3967)

github.com/katzenpost/quic-go - c4b3d979bd8079cb4e923576306ef2287bb02f23 authored over 1 year ago
http3: reject header field names with invalid characters (#3965)

github.com/katzenpost/quic-go - baee8184fca92a508ca13ebe32efe03990b8706b authored over 1 year ago
http3: reject header field that contain non-lowercase characters (#3964)

github.com/katzenpost/quic-go - 3edacebff0c9464ba7ad1a6edd05ad44c3c1b104 authored over 1 year ago
Merge remote-tracking branch 'ssh/update_readme'

github.com/katzenpost/katzenpost - 4c9bc58360deb6a89334a29037aac79980ada6a4 authored over 1 year ago
Update README.md

remove inaccurate section

this can be re-added when a top-level Makefile is added so that thi...

github.com/katzenpost/katzenpost - b42e8f380f2d41c1d6233f20d9e74124ec02243a authored over 1 year ago
http3: set the Content-Length header in the http.Request.Header map (#3963)

github.com/katzenpost/quic-go - 8ac22a94836c8f3078fe56e935f680f6126211d1 authored over 1 year ago
http3: don't send more than http.Request.ContentLength bytes (#3960)

github.com/katzenpost/quic-go - 3dea8f8a9b1f774c0ffe9ba5a1692dd4de6308e2 authored over 1 year ago
http3: return http.ErrContentLength when writing too large response (#3953)

github.com/katzenpost/quic-go - de8d7a32b88688b9f85ccdab2f6e1a11bbeaa410 authored over 1 year ago
http3: implement FlushError for the response writer (#3951)

* implement FlushError interface for http3 response writer

* move where to log flush error

github.com/katzenpost/quic-go - 9e7fa4773ada3dffa726456f50ead9a6827c1ae7 authored over 1 year ago
perform send / receive buffer increases when setting up the connection (#3949)

The UDP send and receive buffer is now increased when calling
OptimizeConn.

github.com/katzenpost/quic-go - 418b866e3260b65496eb0d4420465e9d11b07e5f authored over 1 year ago
http3: add Date response header if not set (#3952)

* automatically add date header if not already set

* improve comment for Date header

-----...

github.com/katzenpost/quic-go - 2c4371b6a974e8be365fbd1a3e6a02a23b8b96ff authored over 1 year ago
http3: don't write response headers if the handler panicked (#3950)

github.com/katzenpost/quic-go - f97c9bf88cd10ea6738a7f7e69c7da56f5f820b5 authored over 1 year ago
http3: validate Host header before sending (#3948)

github.com/katzenpost/quic-go - fcf8d4b3ff068b165cc4a0441f244a0b362d064f authored over 1 year ago
new readme (#324)

Add a README and LICENSE to this repository's top-level.

github.com/katzenpost/katzenpost - 19d8ba3e7b08c65ba553eb27e72c0c16a74f3ee5 authored over 1 year ago
Fix typo, GPLv3 should be AGPLv3

github.com/katzenpost/katzenpost - b8c6871cf13d90205f53e326e3c5a6bb1decfde4 authored over 1 year ago
Merge remote-tracking branch 'ssh/main' into HEAD

github.com/katzenpost/katzenpost - 490d390b6eba9e9f7af145a926434090b5d4c1af authored over 1 year ago
Update doc.go

Fix typo.

github.com/katzenpost/circl - c6e36610df7a47c5822e161cbd169bdc9e2ab636 authored over 1 year ago
oss-fuzz: manually install Go, fix paths (#3941)

github.com/katzenpost/quic-go - 0fe21c7d6fc29a1f493a751ea524c3c9428f9848 authored over 1 year ago
multiple licenses

* use SPDX identifiers in LICENSE file

* use LICENSES and directory

* use .reuse/dep5 file...

github.com/katzenpost/sphincsplus - 035b39429d96ca554402b78f296f0de181674abd authored over 1 year ago
move oss-fuzz build script to this repo (#3940)

github.com/katzenpost/quic-go - 783d667601dae1c724bfc161d796fa719263a045 authored over 1 year ago
Add partially blind RSA implementation (#445)

* Add partially blind RSA implementation

See the specification for more information:
https:/...

github.com/katzenpost/circl - afe0bef2abf8a5f708d8d9388b093c9551139381 authored over 1 year ago
check the length of IPv4 packet info control messages, add log message (#3920)

github.com/katzenpost/quic-go - fd0c9bbf9e1f2f930dd8543c17c889a67323905e authored over 1 year ago
stop using math/rand.Seed and Read in tests, bump go.mod version to 1.20 (#3936)

github.com/katzenpost/quic-go - 0662afba63e0332a796b261d047ec79b8d68da2e authored over 1 year ago
use the new crypto/tls QUIC Transport (#3860)

github.com/katzenpost/quic-go - 3d89e545d3f7da8e929b44d45bd0545b868849a2 authored over 1 year ago
disable GSO unless QUIC_GO_ENABLE_GSO is set (#3934)

github.com/katzenpost/quic-go - 4998733ae1a79769ccae881fee93d4f2cce3acd5 authored over 1 year ago
update link to the wiki page about UDP buffer sizes (#3924)

github.com/katzenpost/quic-go - 2f872ea0fb8761e689b3a38026a728592781eebd authored over 1 year ago
transport: don't add connection to multiplexer if init fails (#3931)

* Remove conn from multiplexer when (*Transport).init fails

* Transport: AddConn to multiplex...

github.com/katzenpost/quic-go - 0c54d416eeb10c489deae30a853dde4553e94e96 authored over 1 year ago
docs/specs/pki: update pki spec of hash function for shared random (#348)

github.com/katzenpost/katzenpost - 0bb062eb0af6a6a9c6b9248f86ad6aefcc6b37f5 authored over 1 year ago
Merge branch 'main' into fix_347_update_pki_sharedrandom_docs

github.com/katzenpost/katzenpost - f571c1ba87038741344737d8609c29d6441cf7bc authored over 1 year ago
Add instructions explaining how to start the podman system service (#350)

github.com/katzenpost/katzenpost - e5ba4d19cef2992375a1941ade0ed0643eed7a39 authored over 1 year ago
Add instructions explaining how to start the podman system service

github.com/katzenpost/katzenpost - e9817de57788201666a8e7370de0ced041e9058f authored over 1 year ago
docs/specs/pki: update pki spec of hash function for shared random

github.com/katzenpost/katzenpost - 4ec06e98040a3b92ac7878b5989d6f556e60b1cd authored over 1 year ago
Merge branch 'main' into fix_315_authority_client_usage

github.com/katzenpost/katzenpost - 004646cc274c57707f3897eb28a388367087cf83 authored over 1 year ago
Merge branch 'main' into fix_test_benchmark_panic

github.com/katzenpost/katzenpost - 82933511f51800cf4498b09caf110b5bcc939e4b authored over 1 year ago
core: Replace sha3 with blake2b, replace blake2s with blake2b (#289)

Let's migrate away from NIST cryptographic primitives. Replacing SHA3
with Blake2b is good. Let...

github.com/katzenpost/katzenpost - 091914b06e7f27f2a0dd4b4b01b0e48573b8fe75 authored over 1 year ago
add a context to Connection.ReceiveMessage (#3926)

* add context to ReceiveMessage

* add newlines

---------

Co-authored-by: Marten Seemann...

github.com/katzenpost/quic-go - 435444af7eb81b922a412ee80d4caddff26744de authored over 1 year ago
Merge branch 'main' into replace_sha3_with_blake2b

github.com/katzenpost/katzenpost - 2a7fd220c75edd96a81f6824a6aa1977dc323ebf authored over 1 year ago
log STREAM frames in long header packets (#3922)

github.com/katzenpost/quic-go - f3875147b934005e099dcb6344a6392c8895da8a authored over 1 year ago
use the UDP_SEGMENT constant defined in the unix package (for GSO) (#3917)

github.com/katzenpost/quic-go - efc252ff56c22d978a4fd1c635b7064200d2ea77 authored over 1 year ago
Merge remote-tracking branch 'ssh/main' into fix_315_authority_client_usage

github.com/katzenpost/katzenpost - 6635831fdeb8a9c4007bbe19b2436c5cfc25defa authored over 1 year ago
authority/voting/server: Require own identifier be present in Authorities section

This simplifies generation of Authority configuration.

github.com/katzenpost/katzenpost - 39681cafd85a33f8b5020404a50c4d26228dab1e authored over 1 year ago
genconfig: Generate authority configuration with self in Authorities

github.com/katzenpost/katzenpost - 7dcf95ae78efbdb8971f074aea6c6432a69c0bfe authored over 1 year ago
simplify syscall consts used for requesting / parsing IPv4 packet info (#3919)

github.com/katzenpost/quic-go - d361637419938bbde51b94525f814769b112fc31 authored over 1 year ago
Merge branch 'main' into fix_339_separate_tests

github.com/katzenpost/katzenpost - 60565921dc3c8b0e6345e8da53233b64bd9e6c59 authored over 1 year ago
bench: wait for provider connection before starting test

github.com/katzenpost/katzenpost - 0dcc8322cbff74b6f397c057ff0323e72373fa58 authored over 1 year ago
Add copyright notice to bench_test.go

github.com/katzenpost/katzenpost - 2cdaf38a3920d5ba091dae094a97c7c34ec58393 authored over 1 year ago
use unix.IPV6_RECVPKTINFO and unix.IPV6_PKTINFO on all platforms (#3918)

github.com/katzenpost/quic-go - 4b0ca320a33ea0c540115a4276f0ae650f5ed868 authored over 1 year ago
docker/Makefile: add clean-bin target (#327)

this is useful for creating a testnet with an old version and then
upgrading it without deletin...

github.com/katzenpost/katzenpost - f48615b4511a0cee4cdf6b60ed9032b5e466c8b9 authored over 1 year ago
github-ci: run package unit tests in separate steps

github.com/katzenpost/katzenpost - 773f7c1e1f92e78b22377f93f68574135cb58710 authored over 1 year ago
Merge branch 'main' into 149_update_pki_documentation

github.com/katzenpost/katzenpost - 3ebf0495e8eae653e640a0899397ab2e730f9c39 authored over 1 year ago
Merge branch 'main' into clean-bin

github.com/katzenpost/katzenpost - c438ad2facfb777a63f19230b9a4a14688d55dbe authored over 1 year ago
authority/voting/server: replace lock comments by lock assertions (#328)

Draft status because we don't know if this starts panic()ing all over
the place.
Hopefully CI ...

github.com/katzenpost/katzenpost - db0bf50c74cb459e01ae1ae65f545b3dc3b16280 authored over 1 year ago
Merge branch 'main' into clean-bin

github.com/katzenpost/katzenpost - 69756db2e28bbc660fcd3d2fff6488011e718203 authored over 1 year ago
Merge branch 'main' into assert_locks_voting_server

github.com/katzenpost/katzenpost - 2834472349819740c4fa1b971ac17e54afea78db authored over 1 year ago
Merge branch 'main' into fix_315_authority_client_usage

github.com/katzenpost/katzenpost - 3a1a61a9911ec95e1ff5b87a319baa0cf2b1d85c authored over 1 year ago
drop support for draft-29 (#3903)

github.com/katzenpost/quic-go - 21388c86bb2be0de9b5468d8b77f37281b64fcf0 authored over 1 year ago
docs: improve documentation of OptimizeConn (#3910)

github.com/katzenpost/quic-go - da298d09e159fd545a3a90bd54771aabfe9e9162 authored over 1 year ago
check for uninitialized fields when closing the Transport (#3908)

* close Transport: check for possibly uninitialized fields

* close Transport: close Conn, as ...

github.com/katzenpost/quic-go - 8352e5dc3236d1b26858ff44f85b699ced095bac authored over 1 year ago
http3: return http.ErrServerClosed instead of quic.ErrServerClosed (#3900)

* - fix 3898

* fix gofumpt

* - refactoring: inline serveListener in ServeListener
- use ...

github.com/katzenpost/quic-go - 9acce3c6d94a8891b72001b082b19d4db40d824c authored over 1 year ago
docs: add detailed description of the quic package (#3902)

* docs: add detailed description of the quic package

* Apply suggestions from code review

...

github.com/katzenpost/quic-go - e4fe28930a6cf8ca41fb887aa95ad6debbbe10ea authored over 1 year ago
wire: switch to crypto/rand for greased transport parameter generation (#3904)

github.com/katzenpost/quic-go - 28d5106a1c68722e98c006ecba10f1f00240633f authored over 1 year ago
respect minimum idle timeout of 3 PTOs (#3909)

github.com/katzenpost/quic-go - f57f876446d6ed52dfa34e9ed115a054353f9b84 authored over 1 year ago
Add more bw overhead details from discussion

github.com/katzenpost/napkin-math - 4ef257022fb9793f880623747c76db89ce3a87c6 authored over 1 year ago
Fix transient errors in TestBadCertificate: (#335)

```
--- PASS: TestWrongCertificate (0.92s)
=== NAME TestBadCertificate
cert_test.go:87:...

github.com/katzenpost/katzenpost - b719b5208d13a0bbbc5fc357cb721125f8068bb8 authored over 1 year ago
Fix transient errors in TestBadCertificate:

```
--- PASS: TestWrongCertificate (0.92s)
=== NAME TestBadCertificate
cert_test.go:87:
...

github.com/katzenpost/katzenpost - 57904aa92ab6da1645738602333ce2fdf077e3e7 authored over 1 year ago
Fix 323 handle cborplugin failure (#330)

This PR handles a kaetzchen plugin crash gracefully by unregistering it
from the set of services.

github.com/katzenpost/katzenpost - f7b1c3bf47232288ccb65a0998d77586e4aa53b6 authored over 1 year ago
Merge branch 'main' into fix_323_handle_cborplugin_failure

github.com/katzenpost/katzenpost - 80bbe89ac460330d2345ae152dcfe3e35c9261fe authored over 1 year ago