Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(95)

Unified Diff: crypto/crypto.gyp

Issue 1083493003: Encrypt certificate reports before uploading to HTTP URLs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add HKDF label, make Decrypt method static, add algorithm parameter, other tweaks Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: crypto/crypto.gyp
diff --git a/crypto/crypto.gyp b/crypto/crypto.gyp
index c8551e70d3b8832354244782bbc02722c7e9c4ad..db7f0105db66070b1927297944fc14a9fe22b20c 100644
--- a/crypto/crypto.gyp
+++ b/crypto/crypto.gyp
@@ -128,6 +128,8 @@
],
}, {
'sources!': [
+ 'aead_openssl.cc',
+ 'aead_openssl.h',
'ec_private_key_openssl.cc',
'ec_signature_creator_openssl.cc',
'encryptor_openssl.cc',
@@ -152,6 +154,7 @@
'target_name': 'crypto_unittests',
'type': 'executable',
'sources': [
+ 'aead_openssl_unittest.cc',
'curve25519_unittest.cc',
'ec_private_key_unittest.cc',
'ec_signature_creator_unittest.cc',
« crypto/aead_openssl.h ('K') | « crypto/aead_openssl_unittest.cc ('k') | crypto/crypto.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698