- Mar 13, 2018
-
-
Thai Duong authored
PiperOrigin-RevId: 188447637 GitOrigin-RevId: 81c40d3546f63ffc8e996da0b44e1141ab3daba9
-
- Mar 09, 2018
- Mar 03, 2018
-
-
Thai Duong authored
Next I'll add some test to detect these errors early. Also using rules_go 0.10.1 instead of master. Change-Id: Ib79cd5c1ff7a6bb65cf588ee705183746c2cb417 ORIGINAL_AUTHOR=Thai Duong <thaidn@google.com> GitOrigin-RevId: b4ebcfbb4c99b01f21c330d1099ca230e4d4a46f
-
- Feb 28, 2018
-
-
Thai Duong authored
This makes migrating changes between GitHub and GoB easier. The copybara script is being moved to Piper, and nobody is actually using the other script. Change-Id: I876e0ff90995e7d49fa97d57b86aee5d2e66b14a ORIGINAL_AUTHOR=Thai Duong <thaidn@google.com> GitOrigin-RevId: e8463a41307fa0e81a8334cad4708dcc5316ed80
-
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
-
Google Engineers authored
Change-Id: I5b7e32a11a40ef1bb6236cc0a5c1b7f030f201e1 ORIGINAL_AUTHOR=Google Engineers <noreply@google.com> GitOrigin-RevId: 1dc2f9b232006e087d30052fc98df76baf604d21
-
Google Engineers authored
ORIGINAL_AUTHOR=Daniel Bleichenbacher <bleichen@google.com> Change-Id: I26d2947c2b577932361c4c13ebf9e78adc6cab48 ORIGINAL_AUTHOR=Google Engineers <noreply@google.com> GitOrigin-RevId: 33a309200923878e748799f59fb97d157b8897fa
-
Google Engineers authored
This allows to use BUILD for Blaze. Change-Id: I6fa84543b8ec927b0bdf5641f698b00d9c4de416 ORIGINAL_AUTHOR=Google Engineers <noreply@google.com> GitOrigin-RevId: c049652c44d7e575d04169caf19d85b0d5371181
-
- Feb 26, 2018
-
-
Jorge Landivar authored
* Some cleanup * Better error message for wycheproof file missing
-
- Feb 24, 2018
-
-
Thai Duong authored
Change-Id: I4f376ccef931346273539ba187747ca9ebf59d1c ORIGINAL_AUTHOR=Thai Duong <thaidn@google.com> GitOrigin-RevId: 7635e07b9dc9aa16534d67a10052da1b453e3fd0
-
Thai Duong authored
Change-Id: I383c81354217e53dea318b0afb47b66db3e3659b ORIGINAL_AUTHOR=Thai Duong <thaidn@google.com> GitOrigin-RevId: 2fda3f2beb4d7763a36db641d47b69edc13b307e
-
- Feb 23, 2018
-
-
Thai Duong authored
Change-Id: Ifa509daa77d8994663dd3c3faca7ef6126ed8971 ORIGINAL_AUTHOR=Thai Duong <thaidn@google.com> GitOrigin-RevId: 72ffad31af12c4bb50a555a52e6192fdf90c661e
-
Thai Duong authored
Change-Id: Ifc233df77a9ca6c5f4a4cd39b4438fa2884bc9e7 ORIGINAL_AUTHOR=Thai Duong <thaidn@google.com> GitOrigin-RevId: 74093277f729278619c47f765dcf56dd85580350
-
Thai Duong authored
It is Go best practice to include generated pb.go files in repositories so that a pure go implementation and tool chain can use the proto libraries without special knowledge of protobuf. The files are generated using the following command line from the root folder of tink: protoc -I=. --go_out=$GOPATH/src proto/tink.go protoc -I=. --go_out=$GOPATH/src proto/ecdsa.go and copy the generated file in $GOPATH/src/github.com/google/tink/proto/tink_proto/tink.pb.go to proto/tink_proto/. With these files, go get github.com/google/tink/go/aead should download and install the aead package. Change-Id: I3021fb72951365b7bfb4a3086b1f351d7e88fa60 ORIGINAL_AUTHOR=Thai Duong <thaidn@google.com> GitOrigin-RevId: 111162b28e94c09740a2ef524859a5f46fb8c70b
-
Thai Duong authored
Bug: 69107476 Change-Id: Iceedad90e2403fe3980c9ca80395f6b3f69ea3dc ORIGINAL_AUTHOR=Thai Duong <thaidn@google.com> GitOrigin-RevId: 59e5d28c728e69f45d4dae53edc90e2cad8e71dd
-
- Feb 22, 2018
-
-
https://github.com/google/tink/issues/72Thai Duong authored
Making Random.java more thread friendly. Change-Id: I9a842460aadbc1d15e4ee53fea6581f521722c86 ORIGINAL_AUTHOR=Thai Duong <thaidn@google.com> GitOrigin-RevId: 51db11551f24c1441ab4ae7da5a28ba264701adb
-
https://github.com/google/tink/issues/71Thai Duong authored
Change-Id: If61fa55a7c67883fe8fb31b1ddbee3e0b6bed7a3 ORIGINAL_AUTHOR=Thai Duong <thaidn@google.com> GitOrigin-RevId: aba017282b5d44672e94fb8753f38559da8d6ea4
-
Thai Duong authored
Change-Id: I3d73257f2920881050efa7c8fa953308c50a129b ORIGINAL_AUTHOR=Thai Duong <thaidn@google.com> GitOrigin-RevId: ecadd1f118128dc363211318fc2797e66519540c
-
Thai Duong authored
Change-Id: I93ab49dfd2a1d7f7f36ab1ba4da3a3cea979acfa ORIGINAL_AUTHOR=Thai Duong <thaidn@google.com> GitOrigin-RevId: e7728503cb1865ce292bd002647167341256b3fa
-
Thai Duong authored
As a result of this, github.com/google/tink/go/tink/tink becomes github.com/google/tink/go/tink. To re-generate BUILD files, run bazel run :gazelle. Change-Id: I50af31d47d8014d21a19ae8318230ea616489e4a ORIGINAL_AUTHOR=Thai Duong <thaidn@google.com> GitOrigin-RevId: fea34065f64916eb2c44cb8d398937f81c7a748e
-
Thai Duong authored
Change-Id: I296ea8d40003d68c1516c05e65793622beba0105 ORIGINAL_AUTHOR=Thai Duong <thaidn@google.com> GitOrigin-RevId: 19a62adf56652f49964711690bac6d0051a2eddc
-
Thai Duong authored
Change-Id: I63f7b65d8769349dd455fa800e9dd9f1d95e84d0 ORIGINAL_AUTHOR=Thai Duong <thaidn@google.com> GitOrigin-RevId: 87f2d13f171172b25e34d9bd8bd76d4e43115519
-
Bartosz Przydatek authored
Bug: 65688580 Change-Id: Ib80ec35b6c00bb35e7fb482b6dc7b753768b32fa ORIGINAL_AUTHOR=Bartosz Przydatek <przydatek@google.com> GitOrigin-RevId: 4f7b6d8915ff8f9f276af4421713efb6c190710d
-
- Feb 15, 2018
-
-
Haris Andrianakis authored
Change-Id: Iab0e95bfe1b434e47146443ba4a6963c06c6f63d ORIGINAL_AUTHOR=Haris Andrianakis <candrian@google.com> GitOrigin-RevId: d27fdd8c3eb34775beae370b1d65d25b91136d61
-
- Feb 14, 2018
-
-
Thai Duong authored
Change-Id: If6242c47f4072a74982de790dccc1765be599342 ORIGINAL_AUTHOR=Thai Duong <thaidn@google.com> GitOrigin-RevId: 2659dfdadce17c9c3457c50aad729ff266a4d5da
-
Google Engineers authored
Change-Id: I3435448c8473615900d4bf10117b27b665d1e715 ORIGINAL_AUTHOR=Google Engineers <noreply@google.com> GitOrigin-RevId: aae4cfa86265ba5c9debfcc5ef165a47f9643b8f
-
- Feb 08, 2018
-
-
Bartosz Przydatek authored
Change-Id: Iefbc4c156412749e45c4bbac0006075c1fb37247 ORIGINAL_AUTHOR=Bartosz Przydatek <przydatek@google.com> GitOrigin-RevId: 64fe080d486c3439ab3020e432e3fb28e6aaab6c
-
Bartosz Przydatek authored
Change-Id: I473cc827d18ed8d8b570372ad5b87e0ac7b5b625 ORIGINAL_AUTHOR=Bartosz Przydatek <przydatek@google.com> GitOrigin-RevId: a500d0c2b4d20a0f7b12ea54eacf986c66dec345
-
- Feb 01, 2018
-
-
Thai Duong authored
Change-Id: Iab1084bf72c8888d71bb1ca0e2ee1bafacddc98c ORIGINAL_AUTHOR=Thai Duong <thaidn@google.com> GitOrigin-RevId: 963cfe6f9abf0492473fb94f446d89ef0110da0b
-
Thai Duong authored
Change-Id: I796c47781545c005a3b150f113ef80ddbf151517 ORIGINAL_AUTHOR=Thai Duong <thaidn@google.com> GitOrigin-RevId: 1aae490ff27572505ca307084c62d7406b022f53
-
- Jan 31, 2018
-
-
Thai Duong authored
The build is failing probably because Kokoro upgraded its Ubuntu image. This image doesn't have the unlimited Java policy, thus tests with 256-bit keys failed. These tests are skipped now. I also temporarily remove tests with 256-bit keys from AEAD cross-language tests. These tests will be reinstalled after b/35928521 is fixed. The Go compiler on Kokoro, which is at version go1.9 linux/amd64, refuses to compile our Go code because it found a cycle dependency. This is somehow not a problem with the version of Go on my workstation. Fortunately, the cycle dependency is in a test, so I temporarily removed it. I'm working on a better fix which moves the test to a different package. I also upgrade Bazel to 0.9.0 and use rules-apple at a2b620070d373e4f265194b69f65e9e5c17fbcb8, instead of master, which is known to work well with Bazel 0.9.0. Change-Id: I97229342065f12d0eec6ff31b54922161267943a ORIGINAL_AUTHOR=Thai Duong <thaidn@google.com> GitOrigin-RevId: 0e96efbd943ddc3c97a2b7d573f7e20b78781a5d
-
- Jan 16, 2018
-
-
Thai Duong authored
Bug: 68164905 Change-Id: Iaf6a6709146ee665ef8590bd3d90afa8d19f5bd0 ORIGINAL_AUTHOR=Thai Duong <thaidn@google.com> GitOrigin-RevId: 6030d4a86e255fc88af1ba5c31478db18a84ceb4
-
Thai Duong authored
Bug: 68164999 Change-Id: Icd6283765a1b8ba3ac8111f40ad52b79e5c18785 ORIGINAL_AUTHOR=Thai Duong <thaidn@google.com> GitOrigin-RevId: 93cb242c7d7ff01d316dd5559562963ed50d7211
-
Thai Duong authored
Public PR: https://github.com/google/tink/pull/68. Change-Id: Ib87063d72017d34f96872c2de1088df96f03371c ORIGINAL_AUTHOR=Thai Duong <thaidn@google.com> GitOrigin-RevId: 180def9971226c35baa93407d654d63cf719e2ba
-
Thai Duong authored
Mergine public PR: https://github.com/google/tink/pull/66/commits/25a1f5ec322f27e481130851c85e4a1758eb9e7c. Change-Id: I6a287cec0eab74c654340dfe3f25c39a2090c451 ORIGINAL_AUTHOR=Thai Duong <thaidn@google.com> GitOrigin-RevId: 5ebe5f9d04e5e1d149c1ab1e41e3ecf031430af7
-
- Jan 08, 2018
-
-
Thai Duong authored
Change-Id: I0e7d1a11650f5d858a7494879d780490353a3c5b ORIGINAL_AUTHOR=Thai Duong <thaidn@google.com> GitOrigin-RevId: b4ef6c8be7c5fab9782f09d4f7e75da891c0d602
-
- Jan 04, 2018
-
-
Thai Duong authored
Change-Id: Ib5f05e5210d1f81912b6d6dcc058563d1e2d12f3 ORIGINAL_AUTHOR=Thai Duong <thaidn@google.com> GitOrigin-RevId: f11b68fafa336c6f3dfb5ca72a4d3514adf6ece2
-
Bartosz Przydatek authored
Change-Id: I21abf7e3a8940a325ae73db921a88889031a7c66 ORIGINAL_AUTHOR=Bartosz Przydatek <przydatek@google.com> GitOrigin-RevId: a5da0f4309d5b80b9eba370b33daf2b01431550c
-