summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* 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
* mac: Expose keychain access frequency to Telemetry.erikchen2015-01-152-0/+26
* crypto: use minimal ASN.1 lengths.agl2015-01-101-18/+25
* Update {virtual,override,final} for crypto/ to follow C++11 style.dcheng2015-01-091-54/+51
* Make array initialize list to match array size.vitalybuka2015-01-071-2/+2
* Don't allow importing non-RSA keys from crypto::RSAPrivateKey::CreateFromPriv...eroman2015-01-022-1/+28
* Fix build break of use_openssl=1 caused by strict enforcement of override che...eroman2015-01-021-5/+5
* Uses "#pragma GCC reset_options" to re-enable optimizations after ReduceLarge...varkha2014-12-231-1/+2
* Standardize usage of virtual/override/final specifiers in crypto/.dcheng2014-12-224-15/+13
* Disable auto-vectorization of P224 ReduceLarge() under GCC.wez2014-12-201-0/+14
* Clean up presubmit filesPaweł Hajdan, Jr2014-12-191-17/+0
* Added unittest to make sure future changes in P224EncryptedKeyExchange don't ...Vitaly Buka2014-12-103-7/+69
* Allow to get key from SPAKE2 after the first round trip.Vitaly Buka2014-12-043-11/+25
* gn format // (the rest, except mojo)scottmg2014-12-031-5/+8
* Don't allow trailing data when creating an RSAPrivateKey.davidben2014-11-243-16/+35
* Fix crypto and net build on Windows GN.jam2014-11-141-0/+5
* Add scoped_ptr to Environment object.jorgelo2014-11-131-1/+2
* Fix BoringSSL + Windows build.davidben2014-11-111-1/+1
* Cleanup: Don't check for negative values from EVP_DigestVerifyFinal.eroman2014-11-111-2/+1
* Check trailing data when parsing ASN.1.davidben2014-11-114-16/+36
* Cleanup: Use BN_bn2bin_padded() for zero-padding rather than custom code.eroman2014-11-101-15/+4
* Make *some* version of the Win GN build work.dpranke2014-11-081-43/+48
* Add crypto/wincrypt_shim.h wrapper header to resolve BoringSSL conflicts.davidben2014-10-305-3/+29
* NACL_WIN64 takes precedence over USE_OPENSSL.davidben2014-10-291-7/+7
* Adding openssl_bio_string to GN build.pwestin2014-10-271-0/+7