- May 02, 2019
-
-
Tink Team authored
PiperOrigin-RevId: 243644333 GitOrigin-RevId: a5b1c9ab283666f0c0b51bdf4d192efb9100a8dc
-
tholenst authored
PiperOrigin-RevId: 243615287 GitOrigin-RevId: c375a9322e98a03ccc1cb10a7f4c5d947969a154
-
tholenst authored
I messed up this target, and Kokoro failed because of this. PiperOrigin-RevId: 243603005 GitOrigin-RevId: fd2dbf7427be6c4bff0ccc68d2619adb6fd8a819
-
tholenst authored
PiperOrigin-RevId: 243598609 GitOrigin-RevId: fa971d3603b231cf69981d410a5807020bedad4e
-
tholenst authored
PiperOrigin-RevId: 243593780 GitOrigin-RevId: c2cfa21d3f04957582aae258e6752381b5ea55f7
-
przydatek authored
PiperOrigin-RevId: 243587656 GitOrigin-RevId: dcfe58541a5f63b791b2290351feb1f30b5e43f8
-
przydatek authored
PiperOrigin-RevId: 243066341 GitOrigin-RevId: 4638dca0518c7f89dfee05107e88a0292647606d
-
przydatek authored
PiperOrigin-RevId: 243044973 GitOrigin-RevId: 535dc711b71e5f75571755aa0ae85a2fa14ae222
-
candrian authored
PiperOrigin-RevId: 242909760 GitOrigin-RevId: 64152d44c3bd6c54b72e41923b1bf4fc3d54a7d5
-
Tink Team authored
Fix some issues with the ecdsa subtle polyfill when running under closure optimizations and remove base64 url padding characters for better subtle interoperability. PiperOrigin-RevId: 242894900 GitOrigin-RevId: 3c25a1ce0f3b497b7ee196963f928becdfd1f928
-
tholenst authored
name() should only be used for debugging purposes: according to cppreference.com: "[...] the returned string can be identical for several types and change between invocations [...]". Instead, std::type_index is made for such comparisons. I slimmed down the error messages, since I was too lazy to store the name of the types which were registred -- these can only really be used for the error messages. If you want me to keep them let me know, and I will add them though. PiperOrigin-RevId: 242870779 GitOrigin-RevId: 5f7a57b99c4555d7c4725d3d2a5594344e52c9c7
-
przydatek authored
PiperOrigin-RevId: 242868800 GitOrigin-RevId: fcc0246b063573077d220c1c10c2db903cd47504
-
tholenst authored
PiperOrigin-RevId: 242860936 GitOrigin-RevId: 11c1733d1ff0d100c95c0602148cb23c421679e1
-
tholenst authored
PiperOrigin-RevId: 242826944 GitOrigin-RevId: 2f4a80e04b3233aa69c6de1ebd7fab82e3cd016b
-
thaidn authored
Not sure what else that we can validate here. PiperOrigin-RevId: 242770198 GitOrigin-RevId: d0155545bcb4dec10432cde581667cca0f0d691c
-
tholenst authored
Add a template trait class HasDuplicates<...> for internal use. This is made such that HasDuplicates<...>::value is true iff the given list has a duplicate. We will use this later in the generalized key managers. PiperOrigin-RevId: 242668181 GitOrigin-RevId: 9df38ddf4bafe0396f8ba7d084729aa0e54507e6
-
przydatek authored
PiperOrigin-RevId: 242661064 GitOrigin-RevId: f9367173bea3b5832068a9eebfc19e85244ae98e
-
Tink Team authored
Have generateKeyPair for elliptic curves return CryptoKeyPair instead of CryptoKey since it generates both a public & private key. PiperOrigin-RevId: 242135683 GitOrigin-RevId: 8e089392af997c0c31ec2cdcdffcbf71842f6a49
-
przydatek authored
NOKEYCHECK=True PiperOrigin-RevId: 241739854 GitOrigin-RevId: d180a24e7fa9df2e93c4e8e9d86a2981e8dea6c9
-
przydatek authored
PiperOrigin-RevId: 241710415 GitOrigin-RevId: ff02e92105d8dedd59e756566f44afb6a422ad63
-
candrian authored
PiperOrigin-RevId: 241532726 GitOrigin-RevId: ff16d7f293d55e553b2617a8da493a984dc6cca6
-
Tink Team authored
PiperOrigin-RevId: 240743681 GitOrigin-RevId: 0a954e59e277c7dcc323503361dd40f8a7884086
-
Tink Team authored
PiperOrigin-RevId: 240538904 GitOrigin-RevId: 4af85f811706a3dae1aef8a04acdc442216a00d2
-
Tink Team authored
Add targets to build a tarball with headers included like in Bazel, using "make package" or equivalent. This is the very first take and brings CMake up to speed with Bazel. We'll improve on this in the next releases. PiperOrigin-RevId: 240534917 GitOrigin-RevId: c5bcb02a1e1be8d3c95e9426a17f950e4511c352
-
przydatek authored
PiperOrigin-RevId: 240532943 GitOrigin-RevId: d2af6ef633ccb66804e66c34a3c0f20a2db393e3
-
przydatek authored
PiperOrigin-RevId: 240532901 GitOrigin-RevId: 203cb159742118fcad7438fd335627d6553a3d65
-
przydatek authored
PiperOrigin-RevId: 240530095 GitOrigin-RevId: 6e89528023c88df16e7742fee44b57050c683aff
-
przydatek authored
PiperOrigin-RevId: 240417269 GitOrigin-RevId: 199ca8b0eed94654f5d39a40ad617b73e9487d9d
-
baskaran authored
PiperOrigin-RevId: 240387790 GitOrigin-RevId: b85cda799d9be2f3cc0be8c94fb4384868c86089
-
candrian authored
PiperOrigin-RevId: 240240459 GitOrigin-RevId: f0fcc19a8df20b9702236a09c3f720ef731beed0
-
przydatek authored
PiperOrigin-RevId: 240205315 GitOrigin-RevId: f2024c95a37d8699c6a66dfb00604cfeee5779f1
-
- Mar 21, 2019
-
-
baskaran authored
PiperOrigin-RevId: 239697009 GitOrigin-RevId: 8233b02ce1bfa30962f3f924c6ff3f9a531c777b
-
thaidn authored
Otherwise copybara would get its replacements wrong and make the tests fail. PiperOrigin-RevId: 239695264 GitOrigin-RevId: d9692c8893955715fabfbda7b2d1c15852d0ac80
-
thaidn authored
Also remove unnecessary GeneralSecurityException throw declarations. PiperOrigin-RevId: 239694950 GitOrigin-RevId: 7394d19aa38be2010b5de6783cdd2f094c2f93d6
-
baskaran authored
PiperOrigin-RevId: 239685123 GitOrigin-RevId: 31a6c5e65fab77c9376fffe35c1cab7ca07148e5
-
candrian authored
PiperOrigin-RevId: 239620317 GitOrigin-RevId: 4e5c8b8d8c88fbb97bbc7956b74240209e677bb1
-
thaidn authored
PiperOrigin-RevId: 239612463 GitOrigin-RevId: e2cde3b9c3dbe02b0aabbe12376b438e2e6cdcab
-
Tink Team authored
PiperOrigin-RevId: 239609528 GitOrigin-RevId: 1f25558eeaa7f10a05da9468c2aa8583a2a48d16
-
Tink Team authored
PiperOrigin-RevId: 239585715 GitOrigin-RevId: 30c96506a61203162d24c1107f7f0db3a7b360d6
-
przydatek authored
PiperOrigin-RevId: 239573037 GitOrigin-RevId: f078ed23b8ddd590975f342426f59cf4233d0f96
-