| Commit message (Expand) | Author | Age | Files | Lines |
* | Disable auto-vectorization of P224 ReduceLarge() under GCC. | wez | 2014-12-20 | 1 | -0/+14 |
* | Clean up presubmit files | Paweł Hajdan, Jr | 2014-12-19 | 1 | -17/+0 |
* | Added unittest to make sure future changes in P224EncryptedKeyExchange don't ... | Vitaly Buka | 2014-12-10 | 3 | -7/+69 |
* | Allow to get key from SPAKE2 after the first round trip. | Vitaly Buka | 2014-12-04 | 3 | -11/+25 |
* | gn format // (the rest, except mojo) | scottmg | 2014-12-03 | 1 | -5/+8 |
* | Don't allow trailing data when creating an RSAPrivateKey. | davidben | 2014-11-24 | 3 | -16/+35 |
* | Fix crypto and net build on Windows GN. | jam | 2014-11-14 | 1 | -0/+5 |
* | Add scoped_ptr to Environment object. | jorgelo | 2014-11-13 | 1 | -1/+2 |
* | Fix BoringSSL + Windows build. | davidben | 2014-11-11 | 1 | -1/+1 |
* | Cleanup: Don't check for negative values from EVP_DigestVerifyFinal. | eroman | 2014-11-11 | 1 | -2/+1 |
* | Check trailing data when parsing ASN.1. | davidben | 2014-11-11 | 4 | -16/+36 |
* | Cleanup: Use BN_bn2bin_padded() for zero-padding rather than custom code. | eroman | 2014-11-10 | 1 | -15/+4 |
* | Make *some* version of the Win GN build work. | dpranke | 2014-11-08 | 1 | -43/+48 |
* | Add crypto/wincrypt_shim.h wrapper header to resolve BoringSSL conflicts. | davidben | 2014-10-30 | 5 | -3/+29 |
* | NACL_WIN64 takes precedence over USE_OPENSSL. | davidben | 2014-10-29 | 1 | -7/+7 |
* | Adding openssl_bio_string to GN build. | pwestin | 2014-10-27 | 1 | -0/+7 |
* | Type conversion fixes, crypto/ edition. | pkasting | 2014-10-21 | 3 | -22/+27 |
* | Convert the few remaining ARRAYSIZE_UNSAFE -> arraysize. | viettrungluu | 2014-10-17 | 1 | -3/+3 |
* | Allow custom deleters to opt out of self reset checks for scoped_ptr. | dcheng | 2014-10-14 | 2 | -0/+3 |
* | Replacing the OVERRIDE with override and FINAL with final in /src/crypto | anujk.sharma | 2014-10-07 | 4 | -21/+21 |
* | Add davidben@chromium.org to crypto/OWNERS | davidben | 2014-10-03 | 1 | -0/+1 |
* | Fix crypto_unittests on Windows BoringSSL port. | davidben | 2014-10-02 | 3 | -10/+3 |
* | Replace forward_dependent_configs with public_deps | Brett Wilson | 2014-09-23 | 1 | -5/+5 |
* | Generalize crypto::SignatureCreator to allow choice of hash function, so as t... | dougsteed | 2014-09-19 | 4 | -13/+125 |
* | Cleanup: Use base/files/file_util.h instead of base/file_util.h in [c-n]*/ | thestig | 2014-09-13 | 1 | -1/+1 |
* | Reland dd7edfa67: Switch Mac over to BoringSSL from NSS. | davidben | 2014-09-12 | 1 | -1/+0 |
* | Remove unused user email argument from nss_util. | pneubeck | 2014-09-12 | 3 | -13/+8 |
* | Allow a crypto::RSAPrivateKey object to be wrapped round a pre-existing | dougsteed | 2014-09-10 | 4 | -21/+43 |
* | Combine MSVS warning supression codes | kulkarni.a | 2014-08-26 | 1 | -5/+4 |
* | Add LOCAL_ prefix to non-UMA histogram macros. | asvitkine | 2014-08-26 | 1 | -6/+6 |
* | Disable Poly1305 code only on bad chips. | agl@chromium.org | 2014-08-08 | 1 | -4/+4 |
* | Move StringToLowerASCII to base namespace | brettw@chromium.org | 2014-08-07 | 1 | -1/+1 |
* | Align OpenSSL and NSS ChannelID formats. | davidben@chromium.org | 2014-08-06 | 2 | -37/+78 |
* | Disable Poly1305 NEON code again. | agl@chromium.org | 2014-08-05 | 1 | -0/+4 |
* | Fix ScopedTestNSSDB for older NSS versions. | pneubeck@chromium.org | 2014-08-03 | 1 | -4/+9 |
* | Enable system NSS key slot. | pneubeck@chromium.org | 2014-08-02 | 5 | -22/+38 |
* | Implement QUIC key extraction. | wtc@chromium.org | 2014-07-31 | 3 | -10/+25 |
* | Relax the failure mode of EncryptorTest.UnsupportedKeySize so that we | wtc@chromium.org | 2014-07-31 | 1 | -6/+5 |
* | [webcrypto] Implement RSA-OAEP using BoringSSL. | eroman@chromium.org | 2014-07-30 | 1 | -0/+8 |
* | Make NSSInitSingleton::tpm_slot_ a ScopedPK11Slot. | pneubeck@chromium.org | 2014-07-30 | 1 | -17/+14 |
* | Make crypto::GetSystemNSSKeySlot asynchronous. | pneubeck@chromium.org | 2014-07-30 | 2 | -12/+26 |
* | Extract ScopedTestNSSDB from nss_util. | pneubeck@chromium.org | 2014-07-28 | 12 | -173/+380 |
* | Update masters after the tryserver split. | sergeyberezin@chromium.org | 2014-07-26 | 1 | -1/+1 |
* | Desupport AES-192 in crypto::SymmetricKey. | davidben@chromium.org | 2014-07-25 | 3 | -27/+46 |
* | Switch to BoringSSL. | davidben@chromium.org | 2014-07-22 | 9 | -21/+25 |
* | clean up code at crypto folder. | rucifer1217@gmail.com | 2014-07-22 | 9 | -170/+168 |
* | Revert "Switch to BoringSSL." | agl@chromium.org | 2014-07-18 | 9 | -25/+21 |
* | Switch to BoringSSL. | agl@chromium.org | 2014-07-18 | 9 | -21/+25 |
* | Remove NSSCertDatabase from ClientCertStoreChromeOS unittest. | pneubeck@chromium.org | 2014-07-18 | 1 | -6/+10 |
* | Remove some unnecessary ifs. | eroman@chromium.org | 2014-07-18 | 1 | -4/+2 |