summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a method to HMAC to indicate how large a digest it produces.abarth@chromium.org2011-04-304-2/+34
* Improving logging in /app, /base, /crypto and /ipc. Updating plain DCHECK() u...kushi.p@gmail.com2011-04-285-16/+16
* This adds calls to new API for cryptohomed that gives statusgspencer@chromium.org2011-04-193-86/+122
* linux: don't always print dlopen errors from LoadNativeLibraryevan@chromium.org2011-04-181-1/+1
* Add crypto to the list of "all" projects.rvargas@google.com2011-04-152-2/+2
* Fix openssl buildjoth@chromium.org2011-04-151-3/+3
* crypto is a terrible name for a library as it collides with OpenSSL'smark@chromium.org2011-04-141-0/+1
* Move crypto files out of base, to a top level directory.rvargas@google.com2011-04-1468-0/+9817