Michiel De Backker
Michiel De Backker
This resolves the circular dependency in agent certificate fingerprint. Resolves #276 *** Preview | Diff
I wanted to clarify how the Connection IDs are to be established. The OSP spec says: > The connection IDs used both by agents should be zero length. The Quic...
This PR adds a dtls multiaddr to resolve #75. I've not foreseen a value part for now. ``0x20`` also seems free in ``multiformats/multicodec``. Let me know if I should also...
We're considering building DTLS transports in libp2p/libp2p#49. Therefore, I suggest to add a 'dtls' multiaddr protocol. I'd like to have some input on the following: 1. We don't really need...
I'm trying to connect from a client using [google/quiche](https://github.com/google/quiche) to a server using `quic-go`. The latter errors out the connection with `Error occurred handling initial packet: too short connection ID`....
When using the openai-go SDK to create a chat completion with a ChatCompletionAssistantMessageParamContentUnion that includes OfArrayOfContentParts in combination with tool calling & a PDF docucment, the API returns a 400...
- Removed deprecated failure dependency (unused) - Updated semver 0.11 → 1.0 (fixed breaking API change) - Updated serde_yaml 0.8 → 0.9 - Updated pretty_assertions 0.6 → 1.0 - Updated...
This fixes a specification bug where the hostname formation requires the certificate serial number, but it was not being advertised in mDNS TXT records, making it impossible for clients to...
The network spec reads: > If the PSK consumer wants to initiate authentication, the PSK consumer sends a [auth-spake2-handshake](https://www.w3.org/TR/openscreen-network/#auth-spake2-handshake) message to the PSK presenter with the psk-status field set to...
I've been thinking about the interaction between the network and application protocol and the interaction between OSP agents and origins. Some properties that I deem valuable: * It is highly...