summaryrefslogtreecommitdiffstats
path: root/base/crypto
Commit message (Expand)AuthorAgeFilesLines
* Implement SymmetricKey::Import for HMAC-SHA-1 keys on Windows.wtc@chromium.org2010-09-142-14/+20
* FBTF: Remove unneeded headers from base/ (part 7)thestig@chromium.org2010-08-271-2/+1
* On NSS-using platforms, add a way to use an existing keypair given only the p...cmasone@google.com2010-08-105-9/+259
* FBTF: Remove unneeded headers from base/ (part 1)thestig@chromium.org2010-08-051-1/+0
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-269-0/+9
* Fix 2 include guards found by my scriptthakis@chromium.org2010-07-261-2/+2
* Port SymmetricKey::Import to Mac and update tests.albertb@chromium.org2010-07-233-6/+6
* Remove <iostream> where possible.erg@google.com2010-07-203-3/+0
* Take 2 for: Add support for SymmetricKey to import raw keys when using NSS.albertb@chromium.org2010-07-205-26/+97
* AutoFill credit cards should be encrypted on the Macdhollowa@chromium.org2010-07-161-1/+1
* Revert "Add support for SymmetricKey to import raw keys when using NSS."albertb@chromium.org2010-07-125-93/+23
* Add support for SymmetricKey to import raw keys when using NSS.albertb@chromium.org2010-07-125-23/+93
* Add a lock for OS X CSSM wrapper APIsdavidben@chromium.org2010-07-072-0/+33
* Add a locked version of CryptAcquireContextdavidben@chromium.org2010-06-232-0/+81
* Mac/clang: Uncontentious fixes.thakis@chromium.org2010-06-111-1/+1
* Enable warning 4389 as an error on windows builds. This will make mbelshe@chromium.org2010-05-271-1/+1
* Revert "Another dependency the bbot missed!!!"rafaelw@chromium.org2010-05-261-1/+1
* Enable warning 4389 as an error on windows builds. This will makembelshe@chromium.org2010-05-251-1/+1
* Make the Nigori user salt key 128-bits to be FIPS compliant.albertb@chromium.org2010-04-281-1/+4
* Enable Nigori unit tests on all platforms.albertb@chromium.org2010-04-231-1/+1
* Implement PBKDF2-based key derivation, random key generation,wtc@chromium.org2010-04-0917-92/+866
* Fix leak in encryptor_unittest.ccalbertb@chromium.org2010-03-311-1/+1
* First pass of a Nigori implementation for Chrome. Only unassisted keyalbertb@chromium.org2010-03-314-12/+11
* Add Mac implementations of new SymmetricKey and Encryptor classes.snej@chromium.org2010-03-2916-96/+379
* Implement random key generation and AES encryption using NSS.albertb@chromium.org2010-03-2515-133/+416
* Annotated the scoped leak inside base::RSAPrivateKey::CreateFromPrivateKeyInfo,glider@chromium.org2010-03-243-17/+4
* PBKDF2 implemetation using NSS.albertb@chromium.org2010-03-2210-0/+339
* Annotated the memory leaks in RSAPrivateKeyUnitTest.* and glider@chromium.org2010-03-222-0/+17
* Switch base to using CHECK_*.willchan@chromium.org2010-03-022-2/+2
* Style cleanup in preparation for auto-linting base/.erg@google.com2010-01-261-3/+3
* Linux: Add Certificate Info dialog (part 1)mattm@chromium.org2010-01-143-4/+3
* Remove the unnecessary workaround for NSS bug 455424, now that we requirewtc@chromium.org2009-12-012-8/+0
* Avoid leaking hash_object_ in SignatureCreator on Windows.dkegel@google.com2009-11-131-1/+0
* Add a comment warning against using RSAPrivateKeyImport on untrusted sources.rafaelw@chromium.org2009-10-201-4/+6
* Reland: HTML Pack Extension Dialog / Linux & Mac Packaging Support.rafaelw@chromium.org2009-10-084-7/+17
* Refactor ASN1 parsing/serializationrafaelw@chromium.org2009-10-076-633/+573
* Implement signature_creator_mac. Also moved CSSM memory functions to a common...rafaelw@chromium.org2009-10-066-61/+127
* Implement RSAPrivateKey for Mac OS Xhawk@chromium.org2009-10-022-1/+405
* Add a TODO comment to describe when we can remove the const_cast forwtc@chromium.org2009-09-251-0/+2
* Reland: Linux (nss) implementations of RSAPrivateKey and SignatureCreator.rafaelw@chromium.org2009-09-245-10/+327
* Revert "Linux (nss) implementations of RSAPrivateKey and SignatureCreator"rafaelw@chromium.org2009-09-235-327/+10
* Linux (nss) implementations of RSAPrivateKey and SignatureCreatorrafaelw@chromium.org2009-09-235-10/+327
* Added USE_GDK, set when either TOOLKIT_GTK or TOOLKIT_VIEWS is set butbenl@chromium.org2009-09-071-2/+2
* Disable extensions besides externally installed ones and themes.aa@chromium.org2009-06-231-258/+258
* TBR: Fix dead tree.aa@chromium.org2009-06-221-258/+258
* Disable extensions besides externally installed ones and themes.aa@chromium.org2009-06-221-258/+258
* Add two new test cases to RSAPrivateKey.aa@chromium.org2009-06-221-51/+313
* Fix decoding bug in RSAPrivateKey.aa@chromium.org2009-06-222-32/+52
* TBR: Add more logging to try and track down flakey crypto tests.aa@chromium.org2009-06-201-0/+8
* Minor no-op change to ASN.1 encoding of private key.aa@chromium.org2009-06-191-2/+2