index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
Commit message (
Expand
)
Author
Age
Files
Lines
*
Isolate crypto_unittests
scottmg
2015-02-13
2
-0
/
+89
*
Revert of "Revert of "Move the call to CRYPTO_set_NEON_capable up.""
Adam Langley
2015-02-03
1
-10
/
+12
*
Revert of Move the call to CRYPTO_set_NEON_capable up. (patchset #1 id:1 of h...
noel
2015-02-03
1
-12
/
+10
*
Move the call to CRYPTO_set_NEON_capable up.
agl
2015-02-02
1
-10
/
+12
*
Renamed GetMessage into GetNextMessage.
vitalybuka
2015-01-29
3
-15
/
+15
*
Using "static_assert" in lieu of "COMPILE_ASSERT" in crypto module
anujk.sharma
2015-01-22
1
-2
/
+2
*
Move the test template to //testing/test.gni (part 2)
qsr
2015-01-21
1
-0
/
+1
*
Use EVP_DigestSign* rather than EVP_Sign* in SignatureCreator.
davidben
2015-01-21
3
-15
/
+15
*
mac: Expose keychain access frequency to Telemetry.
erikchen
2015-01-15
2
-0
/
+26
*
crypto: use minimal ASN.1 lengths.
agl
2015-01-10
1
-18
/
+25
*
Update {virtual,override,final} for crypto/ to follow C++11 style.
dcheng
2015-01-09
1
-54
/
+51
*
Make array initialize list to match array size.
vitalybuka
2015-01-07
1
-2
/
+2
*
Don't allow importing non-RSA keys from crypto::RSAPrivateKey::CreateFromPriv...
eroman
2015-01-02
2
-1
/
+28
*
Fix build break of use_openssl=1 caused by strict enforcement of override che...
eroman
2015-01-02
1
-5
/
+5
*
Uses "#pragma GCC reset_options" to re-enable optimizations after ReduceLarge...
varkha
2014-12-23
1
-1
/
+2
*
Standardize usage of virtual/override/final specifiers in crypto/.
dcheng
2014-12-22
4
-15
/
+13
*
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
[next]