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

Unified Diff: net/cert/jwk_serializer.h

Issue 65353002: Update JWK output to match latest draft (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 1 month 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
« no previous file with comments | « no previous file | net/cert/jwk_serializer_nss.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/cert/jwk_serializer.h
diff --git a/net/cert/jwk_serializer.h b/net/cert/jwk_serializer.h
index 7a12a36624653a240653e55f5579c8d67bd61523..ee8cc8ad09807805558635d58e068c04afc53830 100644
--- a/net/cert/jwk_serializer.h
+++ b/net/cert/jwk_serializer.h
@@ -17,7 +17,7 @@ namespace net {
namespace JwkSerializer {
// Converts a subject public key info from DER to JWK.
-// See http://tools.ietf.org/html/draft-ietf-jose-json-web-algorithms-13 for
+// See http://tools.ietf.org/html/draft-ietf-jose-json-web-algorithms-17 for
// the output format.
NET_EXPORT_PRIVATE bool ConvertSpkiFromDerToJwk(
const base::StringPiece& spki_der,
« no previous file with comments | « no previous file | net/cert/jwk_serializer_nss.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698