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
*
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
*
Fixes for re-enabling more MSVC level 4 warnings: misc edition #2
pkasting@chromium.org
2014-07-18
1
-1
/
+1
*
Revert 283813 "Switch to BoringSSL."
vitalybuka@chromium.org
2014-07-17
9
-25
/
+21
*
Switch to BoringSSL.
agl@chromium.org
2014-07-17
9
-21
/
+25
*
Revert "Switch to BoringSSL."
agl@chromium.org
2014-07-17
9
-25
/
+21
*
Switch to BoringSSL.
agl@chromium.org
2014-07-16
9
-21
/
+25
*
Fix memory leaks when calling EVP_PKEY_get1_RSA.
davidben@chromium.org
2014-07-14
2
-5
/
+6
*
Add GetSystemNSSKeySlot, merge GetPrivateNSSKeySlot/GetPublicNSSKeySlot to Ge...
mattm@chromium.org
2014-07-13
3
-55
/
+52
*
Remove usage of singleton software_slot_ in nss on ChromeOS
tbarzic@chromium.org
2014-07-12
4
-68
/
+76
*
Eliminate ScopedOpenSSL in favour of scoped_ptr<> specializations.
rsleevi@chromium.org
2014-07-10
7
-70
/
+98
*
crypto: Add ECPrivateKey::Copy (not needed for OpenSSL) and
wtc@chromium.org
2014-06-24
4
-10
/
+118
*
Move all callers of GetHomeDir() to PathService::Get(base::DIR_HOME).
nkostylev@chromium.org
2014-05-27
1
-1
/
+4
*
Fix component build with gcc 4.6 on Android.
aurimas@google.com
2014-05-22
1
-1
/
+1
*
Enable more targets in the Android GN build.
brettw@chromium.org
2014-05-22
1
-0
/
+4
[next]