summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* 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
* Type conversion fixes, crypto/ edition.pkasting2014-10-213-22/+27
* Convert the few remaining ARRAYSIZE_UNSAFE -> arraysize.viettrungluu2014-10-171-3/+3
* Allow custom deleters to opt out of self reset checks for scoped_ptr.dcheng2014-10-142-0/+3
* Replacing the OVERRIDE with override and FINAL with final in /src/cryptoanujk.sharma2014-10-074-21/+21
* Add davidben@chromium.org to crypto/OWNERSdavidben2014-10-031-0/+1
* Fix crypto_unittests on Windows BoringSSL port.davidben2014-10-023-10/+3
* Replace forward_dependent_configs with public_depsBrett Wilson2014-09-231-5/+5
* Generalize crypto::SignatureCreator to allow choice of hash function, so as t...dougsteed2014-09-194-13/+125
* Cleanup: Use base/files/file_util.h instead of base/file_util.h in [c-n]*/thestig2014-09-131-1/+1
* Reland dd7edfa67: Switch Mac over to BoringSSL from NSS.davidben2014-09-121-1/+0
* Remove unused user email argument from nss_util.pneubeck2014-09-123-13/+8
* Allow a crypto::RSAPrivateKey object to be wrapped round a pre-existingdougsteed2014-09-104-21/+43
* Combine MSVS warning supression codeskulkarni.a2014-08-261-5/+4
* Add LOCAL_ prefix to non-UMA histogram macros.asvitkine2014-08-261-6/+6