summaryrefslogtreecommitdiffstats
path: root/components/webcrypto
Commit message (Expand)AuthorAgeFilesLines
* Switch WebCrypto to new ASN.1 APIs.davidben2016-03-143-46/+41
* Added "webcrypto_" prefix for webcrypto fuzzers based on libFuzzer.mmoroz2016-03-041-4/+4
* Add fuzzers for import of WebCrypto DER-encoded keys.eroman2016-02-297-0/+290
* Remove WebCryptoUtil.esprehn2016-02-271-2/+1
* Link Blink into the browser process less.brettw2016-02-041-1/+1
* Change calling style for some Boring SSL functions which (now) return just 0 ...eroman2016-01-271-3/+3
* Move bit_cast from base/macros.h to its own headertapted2016-01-141-0/+1
* Convert Pass()→std::move() in //components/[n-z]*dcheng2015-12-266-22/+27
* Clean up header files.avi2015-12-263-0/+3
* Switch to standard integer types in components/, part 4 of 4.avi2015-12-2540-5/+97
* Replace RE2 import with a dependencybattre2015-12-211-1/+1
* Switch //components from vector_as_array to vector::data.davidben2015-11-2024-100/+61
* Run gn --format over all .gn filesagrieve2015-11-201-1/+1
* Use std::default_delete as the default deleter for scoped_ptr.dcheng2015-11-191-33/+33
* Remove unneeded imports of build/config/crypto.gni.tfarina2015-11-041-1/+0
* Replace base64url code in //components/webcrypto with that provided by //base...eroman2015-11-024-46/+40
* RTCPeerConnection.generateCertificate taking AlgorithmIdentifier and using We...hbos2015-10-301-23/+2
* [webcrypto] Reject PBKDF2 when iterations==0.eroman2015-10-053-0/+11
* Finish re-organizing the components/webcrypto fileseroman2015-10-0145-492/+543
* Enforce marking "override" for functions overriding Blink in components/webcr...avi2015-09-241-79/+74
* [refactor] Misc post-NSS WebCrypto cleanups.eroman2015-09-2310-117/+18
* Fix GYP file with renamed file.eroman2015-09-211-1/+1
* [refactor] More post-NSS WebCrypto cleanups (utility functions).eroman2015-09-1917-320/+309
* [refactor] More cleanups to WebCrypto code (follow-up to the big directory mo...eroman2015-09-1833-347/+318
* [refactor] Rename the webcrypto/openssl and webcrypto/test directories.eroman2015-09-1642-149/+152
* [refactor] Move algorithm-specific JWK code into algorithm-specific files.eroman2015-09-165-282/+167
* Delete the NSS implementation of WebCrypto.eroman2015-09-1533-3366/+113
* Remove use of JSONReader::DeprecatedRead from components/olli.raula2015-09-081-6/+7
* Initialize blink in components_unittests when neededbashi2015-09-0615-118/+157
* Fix dependencies for WebCrypto component.eroman2015-09-041-13/+2
* move KeyUsageAllows to more logical place(part2)olli.raula2015-08-273-17/+8
* Fix gn check errors for webcrypto componentagrieve2015-07-081-0/+1
* components: Fix 'gn check' errors for undo and webcrypto.tfarina2015-06-171-0/+2
* Move LowerCaseEqualsASCII to base namespacebrettw2015-06-091-4/+6
* Use scoped_ptrs in JSONReader::Read functions.estade2015-05-222-3/+3
* Convert JsonWriter::Write to taking a const ref for the in-paramestade2015-05-162-2/+2
* Initial support for using BoringSSL with NSS certificates.davidben2015-04-221-1/+1
* Windows GN tests, webcrypto warningsbrettw2015-04-2120-37/+47
* Rename USE_NSS to USE_NSS_CERTS.davidben2015-04-174-12/+12
* html_viewer: Move webcrypto to a place where html_viewer can use it.erg2015-04-1780-0/+17077