summaryrefslogtreecommitdiffstats
path: root/base/crypto
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix a bug in SignatureCreator and add some more tests.aa@chromium.org2009-06-063-12/+98
* Introduce SignatureCreator.aa@chromium.org2009-06-056-0/+718
* Disable the negative test cases in the testwtc@chromium.org2009-04-151-0/+9
* Set the svn:eol-style properties of these new files to LF.wtc@chromium.org2009-04-102-10/+10
* Implement the signature verification API.wtc@chromium.org2009-04-107-0/+858