8000 Tags · apple/swift-nio-oblivious-http · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: apple/swift-nio-oblivious-http

Tags

0.3.1

Toggle 0.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Handle unknown default (#29)

0.3.0

Toggle 0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove mailmap file (#14)

Motivation:

Contributor tracking is now just going to be left to git directly.

Modifications:

Remove mailmap file.

Result:

Less cluttered repo

0.2.1

Toggle 0.2.1's commit message
Set the "final" AAD appropriately for final chunks

Newer versions of the spec set the final AAD. We should too.

0.2.0

Toggle 0.2.0's commit message
Update Crypto to 3.0.0 final

* Update Crypto to 3.0.0 final
* Remove Package.resolved from the repo

0.1.0

Toggle 0.1.0's commit message
Temporarily work around SDK mismatch

0.0.5

Toggle 0.0.5's commit message
Don't auto-insert the HPKE header

The HPKE header is outside the length-prefixed framing flow used
in streaming oHTTP. We shouldn't automatically insert it, and
should instead rely on the user to do it.

0.0.4

Toggle 0.0.4's commit message
Support request streaming.

This patch adds streamed requests to the ObliviousX code. It
refactors the non-streaming code onto this support as well.

0.0.3

Toggle 0.0.3's commit message
Make APIs public

0.0.2

Toggle 0.0.2's commit message
Add support for streaming

0.0.1

Toggle 0.0.1's commit message
Initial draft implementation.

0