summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* This reinstates a change of gauravsh's that I revertedgspencer@chromium.org2011-10-191-3/+0
* Use NSS to generate Origin-Bound Certs on Win and Mac.mattm@chromium.org2011-10-181-0/+7
* Revert 105136 - [chromiumos] Start TPM token initialization re-tries on logingspencer@chromium.org2011-10-141-0/+3
* [chromiumos] Start TPM token initialization re-tries on logingauravsh@chromium.org2011-10-121-3/+0
* Make constant-time comparison operators for cryptographic uses public.palmer@chromium.org2011-10-074-21/+54
* Fix library paths for preloading NSS on Ubuntu 11.10.lambroslambrou@chromium.org2011-10-071-2/+12
* OpenSSL component build fixes.mattm@chromium.org2011-10-061-1/+2
* Update SHA1_LENGTH -> kSHA1Length to match previous change to SHA256_LENGTH.pkasting@chromium.org2011-09-281-1/+1
* Convert SHA256_LENGTH from a constant-in-anonymous-enum to a static const. T...pkasting@chromium.org2011-09-224-14/+12
* Delete Tracked, and move Location to its own file.ajwong@chromium.org2011-09-211-1/+1
* Changed OAuth token+secret encryption to use supplemental user key from NSS DB.zelidrag@chromium.org2011-09-074-0/+72
* 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