summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
...
* Compile and link libcrypto_nacl for nacl targets.erikchen2015-07-201-0/+1
* Remove 'read_only': 1 from most .isolate files.maruel2015-07-201-1/+0
* Move GN obj files to target-specific dirsbrettw2015-07-111-1/+1
* Move WriteInto to base namespace.Brett Wilson2015-07-075-13/+14
* Stub in more IPC attachment brokering functionality.erikchen2015-07-071-161/+174
* Generalize the NSS PK11_Decrypt/Encrypt methods in //crypto/.peter2015-07-036-1/+1018
* Remove wtc@chromium.org from crypto/OWNERS.wtc2015-06-301-1/+0
* Implement Mac Keychain migration algorithm.vasilii2015-06-302-1/+17
* Prune OpenSSLInitSingleton.davidben2015-06-161-34/+1
* increase crypto_unittest key sizes to satisfy NSS 3.19.1mostynb2015-06-092-3/+4
* remove crypto_unittests_run's uneeded xdisplaycheck depmostynb2015-06-091-37/+11
* Deprecate Startup.SlowStartup* histograms.asvitkine2015-06-091-11/+0
* Change most uses of Pickle to base::Picklebrettw2015-06-033-10/+10
* Move Pickle to base namespace.brettw2015-06-021-2/+4
* crypto: Load libchaps.so with RTLD_DEEPBINDspang2015-05-141-0/+38
* Replace EVP_PKEY_dup calls with EVP_PKEY_up_ref.davidben2015-05-132-2/+2
* Add support for crypto::ECPrivateKey::Copy when built with BoringSSLnharper2015-05-123-3/+8
* Reland "Don't use RSAPrivateKey in NSS integration code."davidben2015-05-119-358/+359
* Revert of Don't use RSAPrivateKey in NSS integration code. (patchset #6 id:10...spang2015-05-019-357/+358
* Don't use RSAPrivateKey in NSS integration code.davidben2015-05-019-358/+357
* Roll src/third_party/boringssl/src ef4962f:68de407davidben2015-05-012-1/+2
* Encrypt certificate reports before uploading to HTTP URLsestark2015-04-256-0/+236
* Revert of Encrypt certificate reports before uploading to HTTP URLs (patchset...jdonnelly2015-04-245-232/+0
* Encrypt certificate reports before uploading to HTTP URLsestark2015-04-245-0/+232
* Initial support for using BoringSSL with NSS certificates.davidben2015-04-226-59/+88
* Windows GN tests, webcrypto warningsbrettw2015-04-211-44/+43
* NaCl/GYP: remove references to prep_toolchain.ncbray2015-04-211-1/+0
* Rename USE_NSS to USE_NSS_CERTS.davidben2015-04-179-48/+47
* Rename use_nss to use_nss_certs in gyp and grit.davidben2015-04-161-3/+3
* Remove indirection of cpufeatures.gypi.torne2015-04-071-3/+3
* Use uint32_t to hold return values from ERR_get_error() and ERR_peek_error().eroman2015-03-241-1/+1
* Convert more isolate files to respect use_x11 for Xvfb usagespang2015-03-111-14/+14
* Update some comments and code to reflect the fact that HMAC() is no longer ho...eroman2015-03-051-20/+12
* Update mojo sdk to rev 3d23dae011859a2aae49f1d1adde705c8e85d819rockot2015-03-032-3/+7
* Apply gn format with 'sources' sorting to src/scottmg2015-02-281-6/+6
* Remove the --lsan=1 flag from .isolate files.earthdok2015-02-271-2/+0
* Remove dead code in ECPrivateKey.davidben2015-02-252-158/+71
* Fix official build in GNbrettw2015-02-251-0/+9
* Convert crypto::ScopedOpenSSL to type aliases.davidben2015-02-214-25/+23
* win vs2015: avoid some variable shadowing warnings in crypto/p224scottmg2015-02-201-15/+15
* Add net/ssl/scoped_openssl_types.h.davidben2015-02-201-0/+2
* Update existing uses of /wd4267 to use the GN configbrettw2015-02-191-5/+3
* Isolate crypto_unittestsscottmg2015-02-132-0/+89
* Revert of "Revert of "Move the call to CRYPTO_set_NEON_capable up.""Adam Langley2015-02-031-10/+12
* Revert of Move the call to CRYPTO_set_NEON_capable up. (patchset #1 id:1 of h...noel2015-02-031-12/+10
* Move the call to CRYPTO_set_NEON_capable up.agl2015-02-021-10/+12
* Renamed GetMessage into GetNextMessage.vitalybuka2015-01-293-15/+15
* Using "static_assert" in lieu of "COMPILE_ASSERT" in crypto moduleanujk.sharma2015-01-221-2/+2
* Move the test template to //testing/test.gni (part 2)qsr2015-01-211-0/+1
* Use EVP_DigestSign* rather than EVP_Sign* in SignatureCreator.davidben2015-01-213-15/+15