- Sep 23, 2019
-
-
tholenst authored
PiperOrigin-RevId: 270655570
-
- Sep 17, 2019
-
-
Tink Team authored
Also update javascript tests to skip curve25519. PiperOrigin-RevId: 269667740
-
paulavidas authored
PiperOrigin-RevId: 269573228
-
paulavidas authored
PiperOrigin-RevId: 269564299
-
- Sep 13, 2019
-
-
paulavidas authored
PiperOrigin-RevId: 268870105
-
- Sep 12, 2019
-
-
tholenst authored
The target is still build visibility restricted, and hence should not be used by anyone. PiperOrigin-RevId: 268668096
-
- Sep 11, 2019
-
-
tanujdhir authored
PiperOrigin-RevId: 268436776
-
- Sep 10, 2019
-
-
paulavidas authored
PiperOrigin-RevId: 268215250
-
- Sep 06, 2019
-
-
Bartosz Przydatek authored
Change-Id: I3d960c326c913aa9f39cd92753a4c48bcfcea023
-
- Sep 05, 2019
- Sep 04, 2019
- Sep 03, 2019
- Aug 30, 2019
- Aug 29, 2019
- Aug 28, 2019
- Aug 27, 2019
- Aug 26, 2019
- Aug 22, 2019
- Aug 21, 2019
-
-
tholenst authored
PiperOrigin-RevId: 264610922
-
tholenst authored
PiperOrigin-RevId: 264608183
-
tholenst authored
Perviously, the wrong code was compiled there. PiperOrigin-RevId: 264595321
-
tholenst authored
PiperOrigin-RevId: 264584665
-
przydatek authored
PiperOrigin-RevId: 264576569
-
tholenst authored
PiperOrigin-RevId: 264576360
-
tholenst authored
With the new KeyTypeManager implementation, tests can be made simpler. PiperOrigin-RevId: 264572956
-
tholenst authored
Migrate the key proto format for ChaCha20/Poly1305 and XChaCha20/Poly1305 from Empty to formats specific for these types. PiperOrigin-RevId: 264569912
-
tholenst authored
The tests will be migrated in a follow up cl. *NOTE* that I change how some of the things are done. In particular, previously: * The underlying HMac was generated by calling the registry. * The underlying HMac key was manually created, without going through the registry. The version was set wrongly (to the version of the AesCtrHmacAeadKeyManager instead of the HMacKeyManager). * The underlying HMac key was now validated in this key manager. * The underlying HMac format was not validated. After this cl, I use the HMac KeyTypeManager to validate things; and I do that directly without going through the registry. I think the proper way would be to have some kind of registry access, where this KeyManager can obtain the new HMacKey *Type* manager, and then do the proper things. But this is complicated :/ I think this here is the second best solution. PiperOrigin-RevId: 264568255
-
przydatek authored
PiperOrigin-RevId: 264564958
-
- Aug 20, 2019
-
-
przydatek authored
the return value to StatusOr<int64_t>, to allow richer error reporting. PiperOrigin-RevId: 264455697
-