- Aug 28, 2019
-
-
Tink Team authored
PiperOrigin-RevId: 265905054
-
- Aug 21, 2019
-
-
ckl authored
PiperOrigin-RevId: 264690696
-
- Jul 01, 2019
-
-
przydatek authored
PiperOrigin-RevId: 255917787
-
- Jun 28, 2019
-
-
przydatek authored
PiperOrigin-RevId: 255588927
-
- Jun 26, 2019
-
-
przydatek authored
PiperOrigin-RevId: 255137607
-
- Jun 07, 2019
-
-
Albert Pastrana authored
There were a couple of places where `AeadKeyTemplates.AES_128_GCM` was mentioned. Replaced it with `AeadKeyTemplates.AES128_GCM` as it's the correct name of the constant.
-
- Jun 05, 2019
-
-
przydatek authored
https://github.com/google/tink/commit/4c2769c05e9c9dcdcc11f952c7e6ae9ca1d32ece PiperOrigin-RevId: 251443876
-
- Jun 04, 2019
-
-
przydatek authored
-
- May 10, 2019
-
-
przydatek authored
PiperOrigin-RevId: 247178623
-
candrian authored
The issue was with grpc: https://github.com/bazelbuild/bazel/issues/4341 PiperOrigin-RevId: 245104328
-
- May 09, 2019
-
-
przydatek authored
PiperOrigin-RevId: 247178623
-
- Feb 04, 2019
-
-
thaidn authored
PiperOrigin-RevId: 232313891 GitOrigin-RevId: 43c4ae8550fea1040b2d8a4aa671a7697cd05995
-
- Jan 24, 2019
-
-
ckl authored
PiperOrigin-RevId: 230785575 GitOrigin-RevId: b9a858a2c74ef3d7a5e9d6adca72d4b02b6ff621
-
- Nov 14, 2018
-
-
thaidn authored
PiperOrigin-RevId: 221436661 GitOrigin-RevId: 7e3e6a1c69adac8c6e66d40ebfce00e5e4831ec4
-
- Nov 12, 2018
-
-
tholenst authored
PiperOrigin-RevId: 221077415 GitOrigin-RevId: 23841c3ed1685ef2b507ccdb50fe5740d28887a7
-
- Oct 02, 2018
-
-
Jonathan Hult authored
-
- Oct 01, 2018
-
-
Moritz Kammerer authored
-
- Aug 09, 2018
-
-
Charles Lee authored
PiperOrigin-RevId: 208072286 GitOrigin-RevId: 2b9e5331d243821ba4a2500732bb7655a1e33bf5
-
- Aug 01, 2018
-
-
Charles Lee authored
PiperOrigin-RevId: 206863029 GitOrigin-RevId: bd228ae7e22e4f32ec2ffa63b872ffb020cb046a
-
- Jul 27, 2018
-
-
Charles Lee authored
PiperOrigin-RevId: 206342564 GitOrigin-RevId: 3e0e15cb40395fd6f9e5af917c23c84de081b532
-
- Jul 13, 2018
-
-
Charles Lee authored
Also, remove stale references to v1.1.0 in TinkConfig.register() documentation. PiperOrigin-RevId: 204529434 GitOrigin-RevId: a99dbe6bb14b02c1411e7baa6ef017ec72d89baf
-
- Jul 11, 2018
-
-
Bartosz Przydatek authored
PiperOrigin-RevId: 203816425 GitOrigin-RevId: c9b34b7ee5eeb761d96baa0c8976722f9d2125ba
-
- Jul 03, 2018
-
-
Thai Duong authored
Instead of Config.register(AeadConfig.TINK_1_1_0); We'd do AeadConfig.register(); I kept the static init blocks in AeadConfig, but it's only for backward compatibility. We'd always require users calling the init function. This gives us consistency across all languages. I also deprecated TINK_1_1_0 and introduced LATEST which contains the configs of the latest version. Advanced users can always do Config.register(myCustomConfig); PiperOrigin-RevId: 203125864 GitOrigin-RevId: cd138962f88ff693e9c13cef3399f956f6d6513e
-
- Jun 09, 2018
-
-
kreuzerk authored
Fixes https://github.com/google/tink/pull/95 Merge a8a6b95b797d70e2acf27fc49df4e4cd631a73d8 into 9a4df389 PiperOrigin-RevId: 199884795 GitOrigin-RevId: ba029538be7f53380c72c27a515a0f07ca517426
-
- May 24, 2018
-
-
Charles Lee authored
Previous change only updated links within *.md files. PiperOrigin-RevId: 197638622 GitOrigin-RevId: d8dfc70ea101688291c388503dd8b1fabfd3c496
-
- Apr 19, 2018
-
-
Thai Duong authored
PiperOrigin-RevId: 193437447 GitOrigin-RevId: f9e0c3d9f88297cca3de81120836c9fc88020c6e
-
- Apr 18, 2018
-
-
Thai Duong authored
Also adding a roadmap, a hacking guide for Java, and updating docs. PiperOrigin-RevId: 193400792 GitOrigin-RevId: d78fbf17c2bd90240a411ed196cf430904347847
-
Thai Duong authored
PiperOrigin-RevId: 193219796 GitOrigin-RevId: d1944bd1a2d691cde2f653ae4f0cbfbc5ebc22c7
-
- Apr 13, 2018
-
-
https://github.com/google/tink/issues/91Thai Duong authored
Also merging https://github.com/google/tink/pull/90. PiperOrigin-RevId: 192578285 GitOrigin-RevId: 5a077676ee74a7169ad8d9a9f9ee71194d42a126
-
https://github.com/google/tink/issues/89Thai Duong authored
PiperOrigin-RevId: 192095233 GitOrigin-RevId: ed6dad4588344e513cb2b122d71ddf5f5b34e2d4
-
- Apr 12, 2018
-
-
Eric Bock authored
-
- Apr 04, 2018
-
-
Bartosz Przydatek authored
PiperOrigin-RevId: 191599483 GitOrigin-RevId: 39ec450040e9804d27047f90cc8ddbb635ad8f57
-
- Mar 26, 2018
-
-
https://google.github.com/tink/javadocThai Duong authored
Javadoc of library X version Y is published to https://google.github.com/tink/javadoc/X/Y. For example, Javadoc of the Android flavor HEAD-SNAPSHOT is https://google.github.com/tink/javadoc/tink-android/HEAD-SNAPSHOT. To do this automatically, I had to change a few things: * Adding gen_maven_jar_rules, replacing jarjar with java_single_jar. * Moving RewardedAds to apps/rewardedads/src. Somehow if it's in apps/rewardedads/java, Bazel/Blaze would include src/main/java in the package name and break our Maven rules. PiperOrigin-RevId: 190494835 GitOrigin-RevId: ec42c3cdca9742526afb077ef8cedcc8da38f46a
-
- Mar 23, 2018
-
-
Thai Duong authored
Removing XChaCha20 and XSalsa20 because the former is too new and the latter is unlikely to be useful. PiperOrigin-RevId: 190090084 GitOrigin-RevId: f25d42fd99e1bc7c4aaeb3cdeae90ca06ae21a43
-
Thai Duong authored
Instead of reading key templates from disk, Tinkey now accepts key templates whose name is declared in Tink. To create a keyset containing an AES128_GCM key, run tinkey create-keyset --key-template AES128_GCM Also removing the CreateKeyTemplate command and adding ListKeyTemplates. PiperOrigin-RevId: 190088937 GitOrigin-RevId: 199694ecd4af61e512ea86249e5f5c9ba6684411
-
- Feb 28, 2018
-
-
Thai Duong authored
This is neater than x.y.z-SNAPSHOT because we don't have to update the POM files when we release new snapshots which are always built from HEAD of the master branch. Change-Id: I07ded75e3e837b03db077787791599291ca6d478 ORIGINAL_AUTHOR=Thai Duong <thaidn@google.com> GitOrigin-RevId: 95e2fc58566c73d633eb180191b63b868d1c6804
-
- Feb 27, 2018
-
-
Google Engineers authored
We no longer need to maintain Maven as a separate build and test system. This would save us a lot of time, as Maven is not exactly nice to deal with. This also allows us to simplify the poms, especially the dependencies. For example, to use Tink for Android users no longer have to set $ANDROID_HOME. Change-Id: I925b37409f8ed5e32f228d8de0f0845ea38bc427 ORIGINAL_AUTHOR=Google Engineers <noreply@google.com> GitOrigin-RevId: 49470c492c6bc1d28960c243b671208863ccdf6b
-
- Dec 11, 2017
-
-
Bartosz Przydatek authored
Change-Id: I81bcff21d8d31e0331639b438e1115e7bc66c801 ORIGINAL_AUTHOR=Bartosz Przydatek <przydatek@google.com> GitOrigin-RevId: 5ba02c56561408fb59aff39e1bdb0f756484dab4
-
Bartosz Przydatek authored
Change-Id: I2e654a1c5925f8a3bb0cebe53e6a7c405cbc0d84 ORIGINAL_AUTHOR=Bartosz Przydatek <przydatek@google.com> GitOrigin-RevId: 566e7c317456c3fb52192d731b0b1fca6fcab590
-
- Nov 10, 2017
-
-
Bartosz Przydatek authored
Change-Id: I280be36b04cea31a1df985510aad938a26d3629a Bug: 65687175 ORIGINAL_AUTHOR=Bartosz Przydatek <przydatek@google.com> GitOrigin-RevId: 24a5c8c7e14e7a725c29d24f44403b5809ee3731
-