-
-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
54319bb
commit 69ebf59
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
layout: news-item | ||
title: 'Netty/Incubator/Codec/OHTTP 0.0.4.Final released' | ||
author: normanmaurer | ||
--- | ||
|
||
We are happy to announce the release of netty-incubator-codec-ohttp 0.0.4.Final. This release contains various bugfixes and performance improvements over the previous releases. Beside this it also contains a native implementation for HPKE that uses BoringSSL. | ||
|
||
The release also contains various breaking changes which were required to enable various improvements. | ||
|
||
The most important changes are: | ||
|
||
* Move enums out of OHttpCryptoProvider ([#27](https://github.com/netty/netty-incubator-codec-ohttp/pull/27)) | ||
* Replace OHttpCryptoProvider.supported* methods with isSupported(...) ([#29](https://github.com/netty/netty-incubator-codec-ohttp/pull/29)) | ||
* Close HPKERecipientContext when OHttpCryptoReceiver.Builder.build() throws ([#34](https://github.com/netty/netty-incubator-codec-ohttp/pull/34)) | ||
* Replace OHttpCryptoReceiver.Builder.setServerKeys(...) with OHttpCryptoReceiver.Builder.setSenderPrivateKey(...) ([#35](https://github.com/netty/netty-incubator-codec-ohttp/pull/35)) | ||
* Remove import of bouncycastle from OHttpCiphersuite ([#37](https://github.com/netty/netty-incubator-codec-ohttp/pull/37)) | ||
* Add OHttpCryptoProvider.newRandomPrivateKey(...) ([#30](https://github.com/netty/netty-incubator-codec-ohttp/pull/30)) | ||
* Remove HPKEMode enum as we always use Base anyway. ([#32](https://github.com/netty/netty-incubator-codec-ohttp/pull/32)) | ||
* Allow *CryptoContext to give a hint which type of buffer is preferred ([#42](https://github.com/netty/netty-incubator-codec-ohttp/pull/42)) | ||
* Allow *CryptoContext to give a hint which type of buffer is preferred ([#43](https://github.com/netty/netty-incubator-codec-ohttp/pull/43)) | ||
|
||
For more details related to this release see our [bug-tracker](https://github.com/netty/netty-incubator-codec-ohttp/milestone/4?closed=1). |