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
af4ff9729a7d7fb6cb1e8fed0c596e2bf0c421bf
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
9
May
6
4
3
2
26
Apr
24
23
15
11
8
21
Mar
20
12
6
5
28
Feb
25
21
20
18
15
14
12
11
4
1
25
Jan
24
22
18
16
14
11
10
9
14
Dec
4
28
Nov
23
16
14
13
12
2
1
31
Oct
30
29
25
24
23
22
19
17
11
10
9
8
4
2
1
28
Sep
26
25
20
19
17
14
12
11
Align README index entries with their corresponding headers.
Fix broken CMake rules for tests.
Add serializedKeyset method to the Cleartext keyset handle category.
Fix ASAN failures due to static initialization bug.
Add a method "AsKeyData" which converts a proto to a KeyData to test_util.h
Updating C++ and Java HOW-TOs.
tink-android-HEAD-SNAPSHOT Javadoc auto-pushed to gh-pages
tink-HEAD-SNAPSHOT Javadoc auto-pushed to gh-pages
tink-android-HEAD-SNAPSHOT Javadoc auto-pushed to gh-pages
tink-HEAD-SNAPSHOT Javadoc auto-pushed to gh-pages
Merge pull request #196 from perkss:perkss-tinklj
Merge branch 'master' into perkss-tinklj
Remove the @Alpha tag from APIs ready for production use.
Automatically generated header guard fix.
Fix a typo.
tink-android-HEAD-SNAPSHOT Javadoc auto-pushed to gh-pages
tink-HEAD-SNAPSHOT Javadoc auto-pushed to gh-pages
Merge branch 'master' into perkss-tinklj
apps-rewardedads-HEAD-SNAPSHOT Javadoc auto-pushed to gh-pages
Fix for the macOS testing environment.
Fix for compatibility with bazel 0.25.
Switch to the old bazel version 0.24.1.
Add the primitives as template parameter to the InternalKeyMananger.
Merge branch 'master' into perkss-tinklj
Minor style nitpicks.
Update the rewardedads documentation to reflect it's release state.
Temporarily disable GCP KMS integration tests.
Fix broken build on macOS.
Add signature length to the invalid signature error message when converting from an ECDSA signature in IEEE 1363 encoding to DER encoding.
Mark the InternalKeyManager as alpha.
Add a function supportedPrimitives to the InternalKeyManager.
Make naming more consistent in InternalKeyManagers. We will have the following functions in Java and C++ (equal except for capitalization of the first letter):
Replace some deprecated function calls "getKeyManager(typeUrl)" with their non-deprecated version, either the version returning an untyped key manager if the type is not required, or give the type.
Update code snippets throughout the Go how-to.
Go how-to style and copy improvements.
Update the key templates list in the Go how-to.
Add hybrid key templates with compressed ephemeral keys.
Make eciesAEADHKDFPrivateKeyKeyManager implement the PrivateKeyManager interface.
Change the function create to getPrimitive in InternalKeyManager.
Get rid of some deprecation warnings by replacing "new ...Catalogue" with "absl::make_unique<...>".
Loading