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

Unified Diff: extensions/browser/api/cast_channel/cast_auth_util.h

Issue 687733004: Implement crypto signature verification routines using OpenSSL. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Standardized capitalization of error strings, quick fixes Created 6 years, 2 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: extensions/browser/api/cast_channel/cast_auth_util.h
diff --git a/extensions/browser/api/cast_channel/cast_auth_util.h b/extensions/browser/api/cast_channel/cast_auth_util.h
index da905ee69eac759626526b73132ac0c6c7b3147e..00b6444f8cf4197f3cf17fd2b66391cdca824b22 100644
--- a/extensions/browser/api/cast_channel/cast_auth_util.h
+++ b/extensions/browser/api/cast_channel/cast_auth_util.h
@@ -28,7 +28,8 @@ struct AuthResult {
ERROR_NSS_CERT_PARSING_FAILED,
davidben 2014/10/30 18:37:22 Nit: Maybe remove the NSS_ prefix from these since
mark a. foltz 2014/10/31 06:49:11 +1
Kevin M 2014/10/31 21:39:37 Done.
Kevin M 2014/10/31 21:39:37 Done.
ERROR_NSS_CERT_NOT_SIGNED_BY_TRUSTED_CA,
ERROR_NSS_CANNOT_EXTRACT_PUBLIC_KEY,
- ERROR_NSS_SIGNED_BLOBS_MISMATCH
+ ERROR_NSS_SIGNED_BLOBS_MISMATCH,
+ ERROR_UNEXPECTED_AUTH_LIBRARY_RESULT,
};
// Constructs a AuthResult that corresponds to success.

Powered by Google App Engine
This is Rietveld 408576698