- Feb 21, 2019
-
-
thaidn authored
NOKEYCHECK=True PiperOrigin-RevId: 234869572 GitOrigin-RevId: 6ca4bf591b4ea1ae7e06ca0e0dfccde57b8906a1
-
- Aug 01, 2018
-
-
Quan Nguyen authored
+ Add EcdsaSignatureEncoding parameter into constructor of ecdsa_sign/verify_boringssl + str2bn/bn2str subtle_util_boringssl. + Methods transform back and forth between IEEE_P1363 and DER encoding. The rests of changes are just consequences of constructor change. PiperOrigin-RevId: 206673897 GitOrigin-RevId: b41a79aed3c317ed6104e945dc1834bb4df0b358
-
- Jul 27, 2018
-
-
Quan Nguyen authored
*** Reason for rollback *** We split rsa PSS from PKCS1, this encoding is not needed. *** Original change description *** Add enum RsaSignatureEncoding *** PiperOrigin-RevId: 205695849 GitOrigin-RevId: 6a207fb0de4aa24def3531e6f663b978099c67db
-
- Jul 20, 2018
-
-
Thai Duong authored
Crunchy uses this format for ephemeral points in hybrid encryption. PiperOrigin-RevId: 205294945 GitOrigin-RevId: 8e670c4bef2084717a8d149a646b4e4a3c790a0b
-
- Jul 12, 2018
-
-
Quan Nguyen authored
PiperOrigin-RevId: 204232671 GitOrigin-RevId: 33ca66ee5ff8124dd3951ea390c5c8572b058d6c
-
- Apr 27, 2018
-
-
Thai Duong authored
Removing references to NIST P-224 and SHA224, which we never supported and are not used in many places. We keep SHA1 because HMAC-SHA1 is safe and a popular MAC. PiperOrigin-RevId: 193747110 GitOrigin-RevId: 2f657666903fc8e7c3963017a7462ac33bb7b20d
-
- Dec 11, 2017
-
-
Bartosz Przydatek authored
Also putting all subtle-classes in namespace crypto::tink::subtle. Change-Id: I47fece5df4ef524521449320d619b13ba8466373 ORIGINAL_AUTHOR=Bartosz Przydatek <przydatek@google.com> GitOrigin-RevId: 39ba523aecf79247e31f87e974f79eec3dfaf1bc
-
- Oct 06, 2017
-
-
Thai Duong authored
- Moving wycheproof test vectors to testdata/wycheproof so that they can be excluded in sync. - StreamingAeadConfig does not use AeadConfig, removing the dependency. - Adding ToString() in a few places. - Removing unused dependencies in AesGcmBoringSsl. - Removing TestUtil.getBytes() and renaming TestUtil.getJsonObject to readJson. Change-Id: I5216275fa7050524af98c11ce6a8007cbab37212 ORIGINAL_AUTHOR=Thai Duong <thaidn@google.com> GitOrigin-RevId: 4fdc9b5759d0f37b0ce054fe56a57bb27c3ba594
-
- May 26, 2017
-
-
Thai Duong authored
Change-Id: I115b64a1d4a3e4eadb330ed707c9206efd42ae31 ORIGINAL_AUTHOR=Thai Duong <thaidn@google.com> GitOrigin-RevId: 58c9c7744df883bbbe906d3928027607208a7d1a
-
- May 18, 2017
-
-
Thai Duong authored
ORIGINAL_AUTHOR=Thai Duong <thaidn@google.com> GitOrigin-RevId: bd54a12ce77ec6f535eac8a4660b365828854356
-
- Apr 06, 2017
-
-
Bartosz Przydatek authored
Change-Id: I54a686a839e172dfc43c97a8ccb8d059d985ceec ORIGINAL_AUTHOR=Bartosz Przydatek <przydatek@google.com> GitOrigin-RevId: 54ad8ce84d88b71ec147f08fc5d40c94769fa690
-
- Mar 29, 2017
-
-
Bartosz Przydatek authored
Change-Id: I51033bf71a0683b22717aa578042fa5d1f951e8e ORIGINAL_AUTHOR=Bartosz Przydatek <przydatek@google.com> GitOrigin-RevId: bd617b00f44a3c07b3de511f6dc6bb115d46fa01
-
- Mar 23, 2017
-
-
Bartosz Przydatek authored
ORIGINAL_AUTHOR=Bartosz Przydatek <przydatek@google.com> GitOrigin-RevId: c019cd1b6c0a97f0cbc1fa296488dc849da62aa8
-
Thai Duong authored
Move java/GenTestRules.bzl -> tools/gen_java_test_rules.bzl, so that we can use it for other components. Change-Id: I339702f340f75269f48fb6b8e8c78616d72d2f72 ORIGINAL_AUTHOR=Thai Duong <thaidn@google.com> GitOrigin-RevId: 6667ac5c857bd16066a7c229de0dddae59f265e7
-
Thai Duong authored
ORIGINAL_AUTHOR=Thai Duong <thaidn@google.com> GitOrigin-RevId: 51fc88f7b58f4e33efdbac728e1f4b84088d8bcc
-
Quan Nguyen authored
This CL is exactly the same as I3df492c6d400fde36dea9e556deb3aa4987aa978, except adding EcdsaProtoTest Rename Proto to TinkProto. Change-Id: Iff2c97e6cf57aaf512e218c1fadbec305c2c8a6f ORIGINAL_AUTHOR=Quan Nguyen <quannguyen@google.com> GitOrigin-RevId: 4b68683c291825759c006df2925c15a8560ae590
-
Thai Duong authored
Change-Id: I0da7c8a7bd5bd113edb7ed5cf19dc23b10af5a81 ORIGINAL_AUTHOR=Thai Duong <thaidn@google.com> GitOrigin-RevId: 624461c8281b1e04bae4e366e7cffd82a3827336
-
- Mar 22, 2017
-
-
Thai Duong authored
- Directory structure follows TensorFlow. - Rules for protobuf building are based on https://github.com/pubref/rules_protobuf, as I can't find anything simpler. - Continuous integration with Kokoro (work in progress). I also copied some existing Java/CC code from Bartosz and Daniel's experimental folders. Change-Id: I7f993934d149c114320e3388fee84fbdafd7ba81
-