summaryrefslogtreecommitdiffstats
path: root/media/cdm/json_web_key.cc
Commit message (Expand)AuthorAgeFilesLines
* Use the appropriate variant of IntToString in //mediaricea2015-09-241-2/+2
* Sanitize data before providing it to the CDMjrummell2015-05-131-9/+47
* Sanitize init_data before passing it onjrummell2015-04-221-0/+19
* Do not require 'alg' parameter for EME Clear Key Update() requestsjrummell2015-04-131-9/+0
* Update Clear Key to support keyids formatted init_datajrummell2015-03-051-0/+80
* Handle 'cenc' Initialization Data Type in Clear Key.jrummell2015-02-211-3/+3
* Require JSON key IDs and keys to be properly base64url encodedjrummell2015-02-201-12/+4
* Encode JSON key IDs and keys as base64urljrummell2015-02-191-10/+38
* Change SessionType to include both types of persistent sessions.jrummell2015-01-091-11/+17
* Encrypted Media: Check "alg":"A128KW" in AesDecryptor.xhwang2014-12-231-11/+31
* Implement ClearKey message format as JSON.jrummell@chromium.org2014-08-191-2/+101
* Move IsStringUTF8/ASCII to base namespacebrettw@chromium.org2014-05-071-1/+1
* Revert 257524 "Move IsStringASCII/UTF8 to base namespace."brettw@chromium.org2014-03-171-1/+1
* Move IsStringASCII/UTF8 to base namespace.brettw@chromium.org2014-03-171-1/+1
* Update uses of Value in extensions/, google_apis/, gpu/, media/, net/, printi...avi@chromium.org2013-12-231-6/+7
* Move ExtractJWKKeys to json_web_keyjrummell@chromium.org2013-11-271-10/+122
* Convert AddKey() calls from EME v0.1b to WD formatjrummell@chromium.org2013-11-211-0/+51