summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Merge 104421 - Fix library paths for preloading NSS on Ubuntu 11.10.lambroslambrou@google.com2011-10-101-2/+12
* Remove a static initializer from ScopedCAPIHandlersleevi@chromium.org2011-08-311-6/+3
* Cleanup: base/scoped_ptr.h -> base/memory/scoped_ptr.h. (part 4)thestig@chromium.org2011-08-182-3/+3
* Remove Purify and Quantify.Doing so will reduce substantially the size of the...jeanluc@chromium.org2011-08-171-9/+0
* Rename CRYPTO_API to CRYPTO_EXPORT.darin@chromium.org2011-08-0516-63/+64
* Add WARN_UNUSED_RESULT to crypto/hmac.hrsleevi@chromium.org2011-07-302-6/+14
* Add a routine for truncated HMAC verificationrsleevi@chromium.org2011-07-293-5/+25
* mac: Components build for cryptothakis@chromium.org2011-07-292-6/+9
* Define FOO_IMPLEMENTATION unconditionally. Even though they only matter whendarin@chromium.org2011-07-201-5/+3
* Fix linux redux buildjoth@chromium.org2011-07-201-5/+5
* some cleanup for base/stl_utildilmah@chromium.org2011-07-195-6/+6
* Add a Verify routine for HMACrsleevi@chromium.org2011-07-183-27/+101
* Add COMPONENT_BUILD global define. darin@chromium.org2011-07-132-8/+2
* Export some functions to fix component build for chromeos.sadrul@chromium.org2011-07-131-7/+7
* Revert "Add COMPONENT_BUILD global define. "yurys@chromium.org2011-07-132-2/+8
* Add COMPONENT_BUILD global define. darin@chromium.org2011-07-132-8/+2
* crypto: enable components build for Linuxevan@chromium.org2011-07-123-14/+13
* Revert "crypto: enable components build for Linux"evan@chromium.org2011-07-123-13/+14
* crypto: enable components build for Linuxevan@chromium.org2011-07-123-14/+13
* Protect against NULL delegate in NSSInit.stevenjb@google.com2011-07-081-5/+12
* Eliminate an extra allocation in encryptor_win when en/decrypting.rsleevi@chromium.org2011-07-081-16/+23
* Use base::StringPiece for input parameters in Encryptor, rather than std::stringrsleevi@chromium.org2011-07-086-29/+48
* crypto: convert OpenPGP code to NSSagl@chromium.org2011-07-073-112/+200
* Revert "crypto: convert OpenPGP code to NSS"agl@chromium.org2011-07-063-191/+111
* crypto: convert OpenPGP code to NSSagl@chromium.org2011-07-063-111/+191
* Fixes for OpenSSLbulach@chromium.org2011-07-051-2/+2
* Revert "crypto: convert OpenPGP code to NSS"agl@chromium.org2011-07-013-191/+111
* crypto: convert OpenPGP code to NSSagl@chromium.org2011-07-013-111/+191
* net: Add NET_API to more code to enable buildingrvargas@google.com2011-06-301-3/+6
* Crypto: Build crypto.dll on Windows.rvargas@google.com2011-06-291-11/+24
* Use crnss.dll and crnspr.dll with the component build.rvargas@google.com2011-06-281-0/+1
* Replace WifiConfigModel with async CertLibrarystevenjb@google.com2011-06-282-39/+67
* crypto: add OpenPGP symmetric encryption for ChromeOSagl@chromium.org2011-06-274-3/+877
* Implement AES-CTR for NSS.hclam@chromium.org2011-06-245-49/+375
* Coverity: Initialize member variables.jhawkins@chromium.org2011-06-222-1/+2
* Crypto: Add crypto_api to code needed outside of cryptorvargas@google.com2011-06-203-9/+14
* net: Don't access SECOID_AlgorithmIDTemplate directly.rvargas@google.com2011-06-201-1/+2
* crypto: Add crytpto_api.h and annotate the current exports needed to runrvargas@google.com2011-06-1710-10/+44
* Search all slots when looking for a key in NSSgspencer@google.com2011-06-083-40/+36
* Include the actual NSS database directory pathname in thewtc@chromium.org2011-06-071-1/+1
* Change HMAC::Sign() to take base::StringPiece instead of string.hclam@chromium.org2011-06-065-9/+7
* Changes to have chrome building with net.dllrvargas@google.com2011-06-031-0/+2
* Revert 87315 - Revert 87309 - Second attempt to fix linux redux buildermirandac@chromium.org2011-05-311-14/+7
* Revert 87309 - Second attempt to fix linux redux buildermirandac@chromium.org2011-05-311-7/+14
* Second attempt to fix linux redux builderjoth@chromium.org2011-05-311-14/+7
* Fixing FindFromPublicKeyInfo so that it searches the "Public" NSS databasegspencer@google.com2011-05-252-30/+36
* Final gyp patch to make use of the new cross-platform POSIX defines toolkit_u...tony@chromium.org2011-05-231-4/+4
* Globally replace <(library) with static_libraryevan@chromium.org2011-05-191-1/+1
* Private API for extensions like ssh-client that need access to websocket-to-t...dilmah@chromium.org2011-05-186-12/+18
* Add requested documentation.abarth@chromium.org2011-05-061-0/+1