- Jul 18, 2017
-
-
Haris Andrianakis authored
- Add com_google_protobuf_objc which uses a more recent version that has better support for Obj-C - Ran buildifier on it. Sorry vim does that automatically and it will keep changing things everytime I edit it so I thought it's a good idea. Change-Id: I764341ea49b84be45ed3c898678112a80135dd5d ORIGINAL_AUTHOR=Haris Andrianakis <candrian@google.com> GitOrigin-RevId: 4965b344abbb3f4dae43ca337343333c4f970e54
-
Thanh Bui authored
GetPrimitiveFromSerializedKeyFormat() of HmacKeyManager. The validation now covers the case where input is an empty slice. Change-Id: I9d385ad1232b8916bd6a9d475e0705a2b2ec073f ORIGINAL_AUTHOR=Thanh Bui <thanhb@google.com> GitOrigin-RevId: 8d8a3240b1f1b2e5126dbca9626f3e3fd03e74f5
-
Thanh Bui authored
To test KeysetHandle, some utilities to create protobuf objects are also added. Change-Id: I070ddad116fb0075090e8fa04913a6823ab88976 ORIGINAL_AUTHOR=Thanh Bui <thanhb@google.com> GitOrigin-RevId: 9b213d80cdf5228ab27f7b298a8b3639a9053b8f
-
Erhan Nergiz authored
Additionally, Tests against libsodium test vectors for Poly1305. Gathers all the Poly1305 test into DjbCipherPoly1305Test.java file. Change-Id: I455337f6536ac1bd8bbae5249ab1c107f8646dde ORIGINAL_AUTHOR=Erhan Nergiz <anergiz@google.com> GitOrigin-RevId: d85a76c414cb458659e739217845cce6213ad77b
-
Bartosz Przydatek authored
Change-Id: Ibaad196170d8ae065a01cbdd745250c1e8ad8a1c ORIGINAL_AUTHOR=Bartosz Przydatek <przydatek@google.com> GitOrigin-RevId: c3d84e74287b0977e8f2f70e32c3cb150095b78b
-
Thanh Bui authored
Change-Id: Iac770e0aa6ecd414ef4b0a389e66be6c07c81773 ORIGINAL_AUTHOR=Thanh Bui <thanhb@google.com> GitOrigin-RevId: e372a717bb187e5a9545633a705c1d6cdcf5e013
-
Thanh Bui authored
Also add an utility method that validates key manager version. Change-Id: I0d237c47cdaf2140b41db7f9c0cfb2123f1cb714 ORIGINAL_AUTHOR=Thanh Bui <thanhb@google.com> GitOrigin-RevId: b9846d59cb651a685f059b10f6f5c97e4083f9eb
-
Erhan Nergiz authored
Change-Id: I7cc5f4e87c5f868b6c9784132828251bf978ba93 ORIGINAL_AUTHOR=Erhan Nergiz <anergiz@google.com> GitOrigin-RevId: 33d4d4cc19301ae047566809127dd47b02e98e61
-
Erhan Nergiz authored
Puts all implementations of DjbCipher as inner classes in DjbCipher.java Also puts all DjbCipher tests into DjbCipherTest.java Change-Id: I61b9f950cb635ad3427d9afca3ede498b726cbe5 ORIGINAL_AUTHOR=Erhan Nergiz <anergiz@google.com> GitOrigin-RevId: baf879b979ba417d592576bfd7119a3a55b8dd46
-
Thanh Bui authored
Change-Id: I6d63e96d52430681c91dd9a69d7cfef63065bd3f ORIGINAL_AUTHOR=Thanh Bui <thanhb@google.com> GitOrigin-RevId: 2466ac0ef4907274a044d42f9f5e79c69cd22321
-
Thanh Bui authored
Also, add a BUILD file to the go folder. Change-Id: I2c0429ce6a1af1c618ebdccf81b5fffc5bcec010 ORIGINAL_AUTHOR=Thanh Bui <thanhb@google.com> GitOrigin-RevId: 445aa7b1b9a4b325a581087f68952460eb9242f9
-
- Jul 12, 2017
-
-
Thai Duong authored
Also test with random tmp files because some tests might fail if the files they want to write to already exist. Change-Id: Ia8be496ced6585e4914997975f04760cad5a1012 ORIGINAL_AUTHOR=Thai Duong <thaidn@google.com> GitOrigin-RevId: dc0215517fc44451e8fc86f08157ae97eb0d9e39
-
- Jul 11, 2017
-
-
Thai Duong authored
Change-Id: I51116bcae4e60489a29295975e26e0219f9f09f9 ORIGINAL_AUTHOR=Thai Duong <thaidn@google.com> GitOrigin-RevId: a950447dbf990a0417654bcf9572d3626f04c08f
-
Thai Duong authored
We'll revisit the decision to drop support for Java 7 when we have more data on how many users are still running this version. Change-Id: I89ed5e9209080685d9b7d4d59321071b71926840 ORIGINAL_AUTHOR=Thai Duong <thaidn@google.com> GitOrigin-RevId: f9fec37fea2d7e53791c284485426c49d3fa00a9
-
Thanh Bui authored
Also fix indentation in some places. Change-Id: I896676584db13148e9b4bac217828bef05732eb4 ORIGINAL_AUTHOR=Thanh Bui <thanhb@google.com> GitOrigin-RevId: aebf011f740815611b181a9d05e1acd2fa293635
-
Bartosz Przydatek authored
Change-Id: If6eebe6b9964522768c852c8213ead30fa141c3c ORIGINAL_AUTHOR=Bartosz Przydatek <przydatek@google.com> GitOrigin-RevId: 9a7c4c90f4b5aa863ce7bff1a42770c975729942
-
Bartosz Przydatek authored
Change-Id: I394cc24272bc4fd68b1dd2a7af39f6d7c5f532b4 ORIGINAL_AUTHOR=Bartosz Przydatek <przydatek@google.com> GitOrigin-RevId: 6a3cf8e067051a6ee8b03664d454ec7865ff575d
-
Daniel Bleichenbacher authored
Change-Id: I468c2be92a98f9d16fe61a7b10a390125e768efe ORIGINAL_AUTHOR=Daniel Bleichenbacher <bleichen@google.com> GitOrigin-RevId: 0d70932a99618ade9d3b0d9c259ecc508b15f35a
-
Bartosz Przydatek authored
Change-Id: Ie289cf5a84adf92991e15193f3244c5264ca7ed3 ORIGINAL_AUTHOR=Bartosz Przydatek <przydatek@google.com> GitOrigin-RevId: 0a16afe6c8a506713b043867f697219a02277626
-
KB Sriram authored
Reformat comments associated with named parameters to match https://github.com/google/error-prone/blob/master/docs/bugpattern/argumentselectiondefects/NamedParameters.md Change-Id: I175e8596cbe95ad1a7f0b6faf05e67cb4d98a46e ORIGINAL_AUTHOR=KB Sriram <kbsriram@google.com> GitOrigin-RevId: db5a7dff858dfcf3644df37b0f715d70657b0463
-
Bartosz Przydatek authored
Change-Id: I6a7a07635588a3648ddab7a276b56e1a5aa608a3 ORIGINAL_AUTHOR=Bartosz Przydatek <przydatek@google.com> GitOrigin-RevId: 54715c986010448a83cb823adf8d1b0072292b83
-
Bartosz Przydatek authored
Change-Id: I9997ecefc5858d58584e3fcc58dc40c5fb8561ee ORIGINAL_AUTHOR=Bartosz Przydatek <przydatek@google.com> GitOrigin-RevId: 79842f633a1a34fbc561c4c8ad2d2b334c737f88
-
Bartosz Przydatek authored
Change-Id: I7f86a8490579508dc8d699cc22fb07758a8d408a ORIGINAL_AUTHOR=Bartosz Przydatek <przydatek@google.com> GitOrigin-RevId: c4508a127fb6db201f7fc43a5e598c818dd28d1d
-
Bartosz Przydatek authored
Change-Id: I649ac5a1a5ffdfb2140ed7a42665b367c0bef680 ORIGINAL_AUTHOR=Bartosz Przydatek <przydatek@google.com> GitOrigin-RevId: 40d52e4d056d61c79f31250494e999db2b1399ae
-
Thai Duong authored
We'll revisit the decision to support Java 7 when we have more data on how many users are still running this version. Change-Id: I2f17ebfb5d412add6ab168d56b7239259f8a17b4 ORIGINAL_AUTHOR=Thai Duong <thaidn@google.com> GitOrigin-RevId: 02715993144b4786e6527d4933094a24f15ededa
-
Daniel Bleichenbacher authored
Change-Id: I3fe1d72b536da8810cd63ea5d006c24cfd8aa4f6 ORIGINAL_AUTHOR=Daniel Bleichenbacher <bleichen@google.com> GitOrigin-RevId: 34ba9626852b142a40369109c22f7ddc347731eb
-
Bartosz Przydatek authored
Change-Id: I2da597e99bdd7376bd4c9f8c326eb218d8888043 ORIGINAL_AUTHOR=Bartosz Przydatek <przydatek@google.com> GitOrigin-RevId: 643ccd77799a9603b6b8e269d538f6aaa02239a5
-
Bartosz Przydatek authored
Change-Id: I4d405dd94f42544927d97d95f77ad3f187393cb1 ORIGINAL_AUTHOR=Bartosz Przydatek <przydatek@google.com> GitOrigin-RevId: 3618504b595f8b17dede932e65f93eadc2de50ae
-
Thanh Bui authored
Also move all interfaces to tink folder and subtle files to separate folders. Change-Id: Ifcf03863f44c30ee3ee259c707675be557fc167d ORIGINAL_AUTHOR=Thanh Bui <thanhb@google.com> GitOrigin-RevId: 509122b9014209ec8537318533dc8bca061fbed5
-
Thai Duong authored
We don't have to add a separate _android target to everything in subtle. Also fix a test in UtilTest. Change-Id: Idcee51192301202d3bac516b3b1762c7052b428b ORIGINAL_AUTHOR=Thai Duong <thaidn@google.com> GitOrigin-RevId: 821d42504fcf74dcb12a1e7f3706a775c4714538
-
Bartosz Przydatek authored
Change-Id: Ibc826f7355a96d8386375c3f62768f8b53c30f48 ORIGINAL_AUTHOR=Bartosz Przydatek <przydatek@google.com> GitOrigin-RevId: 1aeb8d8cd50f997f6a234669eefb858f49debad2
-
Erhan Nergiz authored
Change-Id: Ie01ad5c991177d3866841bbae84015a459e0b67d ORIGINAL_AUTHOR=Erhan Nergiz <anergiz@google.com> GitOrigin-RevId: 784ff64a0532c16e61433e265ac29df05451d8a7
-
Thai Duong authored
When used for signature validation these keysets do not need a primary key id. Change-Id: If1392ed59b9e98719665130c0cec9a3b31cdbe74 ORIGINAL_AUTHOR=Thai Duong <thaidn@google.com> GitOrigin-RevId: 082ce7319a73fccc3ef780c3fea664e77eac3ef6
-
Thai Duong authored
Change-Id: I535667872c1537a7a17f173fe33d0bc211dd282c ORIGINAL_AUTHOR=Thai Duong <thaidn@google.com> GitOrigin-RevId: 657070424023f651922425acbae679b53af51492
-
Thai Duong authored
Also fix Lint errors. Change-Id: Ia47f1db6f6d84c360b9d000e4739ac3f90dadac4 ORIGINAL_AUTHOR=Thai Duong <thaidn@google.com> GitOrigin-RevId: 0b52c4dd04f0b91f517df69431ba19f83c3ec687
-
Daniel Bleichenbacher authored
Change-Id: If0da1ec8334ca9558eac55926925da157b0db9c9 ORIGINAL_AUTHOR=Daniel Bleichenbacher <bleichen@google.com> GitOrigin-RevId: 079f701459ad2f8f7399f0521fe3e1493998bf20
-
Erhan Nergiz authored
Generalizes the Poly1305 to be used for all DjbCipher types. Also renames all files with DJB to Djb. Change-Id: I1060091f42c54a2adfaede3b27e603e2db41b7c3 ORIGINAL_AUTHOR=Erhan Nergiz <anergiz@google.com> GitOrigin-RevId: 9116bf404d5aa74f7dac649435c0f5d25f0a50f8
-
- Jun 23, 2017
-
-
Thai Duong authored
Delete 96-bit IV AEAD key templates, as 128-bit templates offer better security. Also delete P-256 hybrid templates with 256-bit DEM keys. Change-Id: I898e862e4fd7d0734f02d3e38021c90cf9df68e0 ORIGINAL_AUTHOR=Thai Duong <thaidn@google.com> GitOrigin-RevId: 5dc0ff5c3a7cbc820f2423f3bee92757d52c0546
-
Thai Duong authored
With this feature, users can now programmatically generate and persist new keysets, without having to use Tinkey. Change-Id: I1c0842b4fdaa3308a7600b2e3c7ae021fba92148 ORIGINAL_AUTHOR=Thai Duong <thaidn@google.com> GitOrigin-RevId: 22a8cdf81fb8c468b8565a4b3740b93a693942dc
-
Bartosz Przydatek authored
Change-Id: I396cbe0e3678d347700841336b52fc1f6f50fd0a ORIGINAL_AUTHOR=Bartosz Przydatek <przydatek@google.com> GitOrigin-RevId: 97d1f1f51ecad057e250bfc4f6e6fced2ae88139
-