summaryrefslogtreecommitdiffstats
path: root/base/crypto
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-4/+4
* Cleanup for r71281: replace usage of "pk11" with "pkcs11" or "crypto module",...mattm@chromium.org2011-01-191-9/+9
* The SSL server's RSA private key must be imported with thewtc@chromium.org2011-01-191-3/+7
* NSS: PKCS 11 password prompt.mattm@chromium.org2011-01-131-0/+34
* Order function definitions in base/ according to the header.erg@google.com2011-01-114-215/+216
* Start sorting methods in class declarations.erg@google.com2011-01-072-6/+6
* Move base/lock and base/condition_variable to base/synchronization/brettw@chromium.org2011-01-012-6/+6
* Defines SSLServerSocket and implements SSLServerSocketNSShclam@chromium.org2010-12-231-0/+1
* Create self signed X509 certificatehclam@chromium.org2010-12-171-0/+1
* Fix openssl portability issuejoth@chromium.org2010-12-142-2/+4
* Turns out RSA_generate_key is deprecated and is removed on some platforms, s...joth@chromium.org2010-12-081-4/+9
* This CL add a GetInstance() method to singleton classes instead of relying on...satish@chromium.org2010-12-041-6/+16
* Follow up comments on SymmetricKey::Import docsjoth@chromium.org2010-11-191-4/+4
* Implements Signature Creator & Verifier for openssljoth@chromium.org2010-11-188-44/+113
* Implements RSAPrivateKey for openssl.joth@chromium.org2010-11-172-31/+91
* Refactor EnsureOpenSSLInit and openssl_util into basejoth@chromium.org2010-11-172-1/+6
* Clarify some documentation on SymmetricKeyjoth@chromium.org2010-11-161-3/+7
* Implements encryptor_openssl.ccjoth@chromium.org2010-11-126-11/+230
* implement openssl symmetric keyjoth@chromium.org2010-11-123-82/+128
* Move debug-related stuff from base to the base/debug directory and use thebrettw@chromium.org2010-10-261-1/+1
* Make USE_OPENSSL and USE_NSS mutually exclusivejoth@chromium.org2010-10-226-1/+231
* Use scoped objects to simplify crypto routines. Also do lots of other simpli...pkasting@chromium.org2010-10-214-35/+43
* Reland r62959 without the changes to histogram.cc, in hopes it won't break ta...pkasting@chromium.org2010-10-191-1/+1
* ** Think this may have caused TabSwitchingTest to fail, as it is parsing log ...tim@chromium.org2010-10-181-1/+1
* Convert LOG(INFO) to VLOG(1) - base/.pkasting@chromium.org2010-10-181-1/+1
* FBTF: More ctor/dtor cleanup.erg@google.com2010-10-142-1/+8
* Implement SymmetricKey::Import for HMAC-SHA-1 keys on Windows.wtc@chromium.org2010-09-142-14/+20
* FBTF: Remove unneeded headers from base/ (part 7)thestig@chromium.org2010-08-271-2/+1
* On NSS-using platforms, add a way to use an existing keypair given only the p...cmasone@google.com2010-08-105-9/+259
* FBTF: Remove unneeded headers from base/ (part 1)thestig@chromium.org2010-08-051-1/+0
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-269-0/+9
* Fix 2 include guards found by my scriptthakis@chromium.org2010-07-261-2/+2
* Port SymmetricKey::Import to Mac and update tests.albertb@chromium.org2010-07-233-6/+6
* Remove <iostream> where possible.erg@google.com2010-07-203-3/+0
* Take 2 for: Add support for SymmetricKey to import raw keys when using NSS.albertb@chromium.org2010-07-205-26/+97
* AutoFill credit cards should be encrypted on the Macdhollowa@chromium.org2010-07-161-1/+1
* Revert "Add support for SymmetricKey to import raw keys when using NSS."albertb@chromium.org2010-07-125-93/+23
* Add support for SymmetricKey to import raw keys when using NSS.albertb@chromium.org2010-07-125-23/+93
* Add a lock for OS X CSSM wrapper APIsdavidben@chromium.org2010-07-072-0/+33
* Add a locked version of CryptAcquireContextdavidben@chromium.org2010-06-232-0/+81
* Mac/clang: Uncontentious fixes.thakis@chromium.org2010-06-111-1/+1
* Enable warning 4389 as an error on windows builds. This will make mbelshe@chromium.org2010-05-271-1/+1
* Revert "Another dependency the bbot missed!!!"rafaelw@chromium.org2010-05-261-1/+1
* Enable warning 4389 as an error on windows builds. This will makembelshe@chromium.org2010-05-251-1/+1
* 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