chore(deps): update dependency tink to v1.6.0#6090
Merged
dandhlee merged 1 commit intoJun 6, 2021
Conversation
No region tags are edited in this PR.This comment is generated by snippet-bot.
|
dandhlee
approved these changes
Jun 6, 2021
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==1.5.0->==1.6.0Release Notes
google/tink
v1.6.0Compare Source
Tink is a multi-language, cross-platform library that provides simple and misuse-proof APIs for common cryptographic tasks.
This is Tink 1.6.0.
To get started using Tink, see the installation instructions.
What's new
The complete list of changes since 1.5.0 can be found here.
New documentation website
We've launched a new home for Tink documentation at https://developers.google.com/tink.
The site brings together content currently spread across the HOW-TOs and other markdown files throughout the project repository.
Initially, we've populated the site with instructions and code snippets for the Java and Python implementations. Moving forward, expect additional content covering other language implementations, additional critical path overviews, and more.
Java
Key templates API
Introduced the KeyTemplates class. It has a
get(name)method that facilitates getting any registered key template.A list of currently registered key templates can be obtained by calling
Registry.keyTemplates()Custom key manager method removals
The following methods have been removed. Except where noted, the methods had been annotated as being deprecated.
public static <P> PrimitiveSet<P> getPrimitives(KeysetHandle keysetHandle, final KeyManager<P> customManager, Class<P> primitiveClass)public static <P> PrimitiveSet<P> getPrimitives(KeysetHandle keysetHandle, Class<P> primitiveClass)public static <P> PrimitiveSet<P> getPrimitives(KeysetHandle keysetHandle, final KeyManager<P> customManager)public static <P> PrimitiveSet<P> getPrimitives(KeysetHandle keysetHandle)public <P> P getPrimitive(KeyManager<P> customKeyManager, Class<P> targetClassObject)public static Mac getPrimitive(KeysetHandle keysetHandle, final KeyManager<Mac> keyManager)public static HybridDecrypt getPrimitive(KeysetHandle keysetHandle, final KeyManager<HybridDecrypt> keyManager)public static Aead getPrimitive(KeysetHandle keysetHandle, final KeyManager<Aead> keyManager)public static PublicKeyVerify getPrimitive(KeysetHandle keysetHandle, final KeyManager<PublicKeyVerify> keyManager)public static PublicKeySign getPrimitive(KeysetHandle keysetHandle, final KeyManager<PublicKeySign> keyManager)public static DeterministicAead getPrimitive(KeysetHandle keysetHandle, final KeyManager<DeterministicAead> keyManager)public static StreamingAead getPrimitive(KeysetHandle keysetHandle, final KeyManager<StreamingAead> keyManager)public static HybridEncrypt getPrimitive(KeysetHandle keysetHandle, final KeyManager<HybridEncrypt> keyManager)Dependency updates
org.json to GSON
The project has migrated to GSON for JSON serialization/deserialization functionality.
Due to this change, the Java implementation is no longer producing HTML-safe encoding by default. This behavior aligns the Java implementation with the other language implementations of Tink.
C++
FIPS only mode
https://github.com/google/tink/blob/1.6/docs/FIPS.md
Obj-C
Support for serializing keys with non-secret key material
Implemented the serializedKeysetNoSecret method on TINKKeysetHandle. This facilitates exporting public keys.
Known issues
Hall of Fame
This release includes contributions from the following community members:
Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Never, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.