summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* add missing #include of <algorithm>, needed on VS2013 for std::minscottmg@chromium.org2013-09-121-0/+2
* crypto: Don't try to init NSS with nonexistent DB.derat@chromium.org2013-09-121-7/+9
* Convert most run_all_unittests.cc files to use new unit test launcher.phajdan.jr@chromium.org2013-09-052-21/+1
* Make CryptohomeClientImplStub and ScopedTestNSSDB use the same TokenName.pneubeck@chromium.org2013-08-122-1/+6
* Reland http://crrev.com/209278rsleevi@chromium.org2013-08-072-17/+7
* [MIPS] Add additional directory for NSS librariespetarj@mips.com2013-08-011-1/+3
* Fix a bug where packing an extension with bad private key causes crash.DHNishi@gmail.com2013-07-311-1/+0
* net: fix buffer overflow in GHASH.agl@chromium.org2013-07-172-12/+20
* Introduce RSAPrivateKey::SignDigestpfeldman@chromium.org2013-07-094-6/+100
* OpenSSL/NSS implementation of ProofVerfifier.rtenneti@chromium.org2013-07-032-5/+26
* Revert 209515 "Reland http://crrev.com/209278"rsleevi@chromium.org2013-07-012-7/+17
* Reland http://crrev.com/209278rsleevi@chromium.org2013-07-012-17/+7
* Use the HASH_ResultLenContext and HASH_GetType functions, now that theywtc@chromium.org2013-07-011-2/+2
* Actually close the test NSS DB when ScopedTestNSSDB is destroyedrsleevi@chromium.org2013-06-291-11/+14
* Revert 209278 "Update dependency to NSS >= 3.14.3 and NSPR >= 4.9.2"joaodasilva@chromium.org2013-06-292-7/+17
* Update dependency to NSS >= 3.14.3 and NSPR >= 4.9.2rsleevi@chromium.org2013-06-292-17/+7
* Add SignatureVerifier::VerifyInitRSAPSS for verifying RSA-PSS signatures.wtc@chromium.org2013-06-288-38/+1315
* Use a direct include of time headers in courgette/, crypto/, dbus/, device/, ...avi@chromium.org2013-06-284-4/+4
* Remove platform-specific implementations of RSAPrivateKey and SignatureCreatorrsleevi@chromium.org2013-06-2710-777/+60
* mac: Update clients of scoped_nsobject.h.thakis@chromium.org2013-06-241-5/+5
* mac: Replace base::mac::ScopedCFTypeRef with base::ScopedCFTypeRef.thakis@chromium.org2013-06-242-14/+8
* On NSS, treat non-permanent RSA private keys as ephemeralrsleevi@chromium.org2013-06-211-2/+4
* Support CTR-AES in encryptor_openssl.xhwang@chromium.org2013-06-133-33/+240
* Use a direct include of strings headers in crypto/, dbus/, device/.avi@chromium.org2013-06-119-10/+10
* Remove unused crypto::GetSupplementalUserKey() method.davidroche@chromium.org2013-06-112-62/+0
* Revert 202305 "Destroy all Singletons and LazyInstances between ..."rsesek@chromium.org2013-05-251-2/+3
* Destroy all Singletons and LazyInstances between each test.rsesek@chromium.org2013-05-251-3/+2
* Fix crypto target on linux-redux when using clangrsleevi@chromium.org2013-05-091-4/+4
* Add RSAPrivateKey::CreateFromKeypair()cmasone@chromium.org2013-05-083-6/+51
* Fix client certificate authentication on Mac and Linux introduced in r178732rsleevi@chromium.org2013-04-251-1/+0
* Update the remaining include paths of base/string_piece.h to its new location.tfarina@chromium.org2013-04-178-8/+8
* Rewrite scoped_array<T> to scoped_ptr<T[]> in crypto.dcheng@chromium.org2013-04-112-7/+7
* Finish scoped_array<T> to scoped_ptr<T[]> conversion on Linux.dcheng@chromium.org2013-04-092-2/+2
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-092-5/+6
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-092-6/+5
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-092-5/+6
* Add support for P-256 key exchange in crypto handshake.rtenneti@chromium.org2013-03-311-2/+2
* Update the remaining references to sys_string_conversions.h to its new location.tfarina@chromium.org2013-03-301-1/+1
* [Cleanup] Remove StringPrintf from global namespacegroby@chromium.org2013-03-181-5/+5
* Invoke the iOS hook from TestSuite so each run_all_unittests.cc file does notlliabraa@chromium.org2013-03-151-3/+0
* Land Recent QUIC Changesrtenneti@chromium.org2013-03-141-11/+19
* Added Curve25519-donna changes.rtenneti@chromium.org2013-03-085-0/+724
* CRYPTO - Resolved comments from wtc. Used scoped_ptr<char[]> andrtenneti@chromium.org2013-02-272-7/+6
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Relanding Porting of HKDF changes from server.rtenneti@chromium.org2013-02-234-0/+253
* Revert 184133vandebo@chromium.org2013-02-224-251/+0
* Porting of HKDF changes from server.rtenneti@chromium.org2013-02-224-0/+251
* This patch adds some Android-support code to allow the networkdigit@chromium.org2013-02-111-1/+6
* More FilePath -> base::FilePath replacement.brettw@chromium.org2013-02-101-16/+16
* Add FilePath to base namespace.brettw@chromium.org2013-02-021-4/+1