Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
fuchsia.googlesource.com-third_party-tink
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
fuchsia-mirror
fuchsia.googlesource.com-third_party-tink
Graph
fff26152ad5369d9759c6d0086820bd9a77d66a3
Select Git revision
Branches
8
master
default
upstream/1.2
upstream/1.3
upstream/gh-pages
upstream/master
upstream/master_backup
upstream/merge_test
upstream/thaidn-patch-1
Tags
12
v1.3.0-rc3
v1.3.0-rc2
v1.3.0-rc1
v1.2.2
v1.2.1
v1.2.0
v1.2.0-rc4
v1.2.0-rc3
v1.2.0-rc2
v1.1.1
v1.1.0
v1.0.0
20 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
1
Nov
31
Oct
30
29
25
24
23
22
21
18
17
16
15
14
10
9
8
7
4
3
2
1
27
Sep
26
25
23
22
20
19
18
17
13
12
11
10
6
5
4
3
2
30
Aug
29
28
27
26
23
22
21
20
19
16
15
14
13
12
9
8
7
6
5
2
31
Jul
30
29
28
26
25
24
23
22
19
18
17
16
15
12
11
10
9
8
5
3
2
1
28
Jun
27
26
25
24
23
21
20
19
17
14
13
11
7
6
5
4
3
31
May
29
23
15
14
13
10
9
Implement interface for streaming MAC.
Recommend the use of Bazelisk as a wrapper for Bazel.
Add a CreateDeriverFunctionFor which takes a KeyTypeManager, and returns a function which can derive keys without type information.
Suppress some warnings about ignored exceptions.
Reuse HashType in Enums instead of using a new enum class in HkdfStreamingPrf.
Add javacopts to the build targets in the open source build.
Fix an error prone warning.
Change the return type of deriveKey in the registry from MessageLite to KeyData.
Add HkdfStreamingPrf for java.
Update the bazel-toolchains package to the one for 0.29, and re-enable RBE.
Add a HkdfPrf proto and the corresponding key manager in C++.
Clean up GetKeysetInfo() implementation internals
Add GetKeysetInfo to KeysetHandle.
Expose the IEEE-to-DER converter for Elliptic Curve signatures as a util.
Support HashiCorp Vault as a remote KMS.
Formatting changes due to internal changes.
Disable RsaSsaPss tests under TSan.
Add a method deriveKey to the Java Registry.
Merge branch 'master' into patch-1
Move the rules_python in the WORKSPACE in the appropriate place.
Explicitly load android_library. This is required for bazel-1.0.
Add a .bazelversion file. This can e.g. be interpreted by bazelisk to use the correct version of bazel.
Tink C++: Add a method "deriveKey" to the KeyTypeManager interface and implement it for the AesGcmKeyManager.
Migrate from the legacy java provider to the new JavaInfo provider.
Add missing Closure non-nullability annotations
Add no_secret methods.
Fix open source build. Depending on the typedefs, this needs to be size_t.
Add an implementation of Hkdf as a StreamingPrf.
Add some information about the releases used to the WORKSPACE file.
Add a method ReadAtMostFromInputStream to util.
Explicitly call parseFrom with an empty extension registry throughout Tink.
Update go dependencies
Migrate from deprecated "closure_repositories" as recommended.
Update io_bazel_rules_closure to the latest release.
Fix two instances required to upgrade to bazel 1.0.
tink-android-HEAD-SNAPSHOT Javadoc auto-pushed to gh-pages
tink-HEAD-SNAPSHOT Javadoc auto-pushed to gh-pages
Remove calls to the generated ExtensionRegistry.
Remove Sandbox args.
Create new SignatureKeyTemplate to generate ECDSA signature of 64 bytes.
Loading