summaryrefslogtreecommitdiffstats
path: root/base/crypto
Commit message (Expand)AuthorAgeFilesLines
* 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