- Sep 13, 2019
-
-
Tink Team authored
PiperOrigin-RevId: 268913423
-
- Aug 23, 2019
-
-
thaidn authored
PiperOrigin-RevId: 265110566
-
- Jul 30, 2019
-
-
Tink Team authored
PiperOrigin-RevId: 260661496
-
- Jul 11, 2019
-
-
tanujdhir authored
To replicate: find -name BUILD.bazel -exec sed -Ei 's/\s+# Apache 2.0$//' {} \; find -name BUILD.bazel -exec sed -Ei 's/\s+# Apache 2.0 # keep$/ # keep/' {} \; PiperOrigin-RevId: 257604221
-
- May 10, 2019
-
-
thaidn authored
PiperOrigin-RevId: 237137717
-
thaidn authored
PiperOrigin-RevId: 234869572
-
thaidn authored
PiperOrigin-RevId: 225286672
-
thaidn authored
PiperOrigin-RevId: 225197643
-
thaidn authored
PiperOrigin-RevId: 225086732
-
thaidn authored
PiperOrigin-RevId: 224840702
-
thaidn authored
Users without WebCrypto have to load a polyfill. PiperOrigin-RevId: 224595655
-
Tink Team authored
Known issues: - ECDH remains unsupported for now. - AES-GCM fails if an attempt is made to encrypt or decrypt the empty string. PiperOrigin-RevId: 224071861
-
thaidn authored
PiperOrigin-RevId: 221423955
-
Tink Team authored
Fix/suppress upcoming Closure Compiler type errors in advance of async/await typechecking improvement. PiperOrigin-RevId: 219313710
-
Tink Team authored
Eliminate "An async function must return a (supertype of) Promise" errors related to async functions. PiperOrigin-RevId: 219312024
-
tholenst authored
PiperOrigin-RevId: 217837174
-
tholenst authored
Change the promise timeouts in the javascript to something exceeding the usual test timeout (in this case we use 1000s). While for developing a test a shorter promise timeout is useful, for running automated tests it only produces flakes. We hence make it longer such that we never hit it. PiperOrigin-RevId: 217503652
-
tholenst authored
PiperOrigin-RevId: 213426789
-
slivova authored
PiperOrigin-RevId: 212782650
-
slivova authored
PiperOrigin-RevId: 211468240
-
slivova authored
Fixes the bug also for other types of curves than NIST-P256. Java version always create key using least number of bytes as possible, but sometimes adding leading zero byte to distinguish the sign of the number. Whereas JavaScript wants exact number of bytes. PiperOrigin-RevId: 211339456
-
Tink Team authored
NoExternal PiperOrigin-RevId: 211022246
-
slivova authored
PiperOrigin-RevId: 210724108
-
slivova authored
(see HybridDecrypt and HybridEncrypt interface) PiperOrigin-RevId: 209424061
-
slivova authored
PiperOrigin-RevId: 209412196
-
slivova authored
PiperOrigin-RevId: 209401381
-
slivova authored
PiperOrigin-RevId: 209369217
-
slivova authored
PiperOrigin-RevId: 209368086
-
slivova authored
PiperOrigin-RevId: 209143517
-
slivova authored
PiperOrigin-RevId: 209132751
-
slivova authored
PiperOrigin-RevId: 209131858
-
- May 09, 2019
-
-
slivova authored
PiperOrigin-RevId: 208993691
-
slivova authored
PiperOrigin-RevId: 208970604
-
slivova authored
PiperOrigin-RevId: 208820872
-
slivova authored
PiperOrigin-RevId: 208778574
-
slivova authored
PiperOrigin-RevId: 208649366
-
slivova authored
EciesAeadHkdfPrivateKeyManager newKey/newKeyData calls Ecdh.generateKeyPair() which returns a Promise. Thus these method has to be async. PiperOrigin-RevId: 208629554
-
slivova authored
PiperOrigin-RevId: 208605789
-
slivova authored
PiperOrigin-RevId: 207844225
-
- Mar 07, 2019
-
-
thaidn authored
PiperOrigin-RevId: 237137717 GitOrigin-RevId: 5e1303b2ad44755043a5198594fd9fa02220d8e6
-