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
*
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
*
Add OpenSSL BIO method that writes to a std::string.
mattm@chromium.org
2014-05-22
5
-0
/
+184
*
Implemented profile-aware owner key loading.
ygorshenin@chromium.org
2014-05-21
2
-28
/
+91
*
Implement SSL server socket over OpenSSL.
byungchul@chromium.org
2014-05-17
1
-1
/
+2
*
Revert 270872 "Move all callers of GetHomeDir() to PathService::..."
benwells@chromium.org
2014-05-16
1
-4
/
+1
*
Move all callers of GetHomeDir() to PathService::Get(base::DIR_HOME).
nkostylev@chromium.org
2014-05-16
1
-1
/
+4
*
Remove {linux|android}_use_tcmalloc and switch to use_allocator in Chromium.
dmikurube@chromium.org
2014-05-07
1
-2
/
+1
*
GN build improvements.
brettw@chromium.org
2014-04-30
1
-6
/
+0
*
Remove unused bits implementing parts of RFC 4880
rsleevi@chromium.org
2014-04-28
7
-975
/
+0
*
Fix for 64-bits, 32-bit size_t assumption.
anton@chromium.org
2014-04-23
1
-1
/
+1
*
Make GN's "check" run cleanly.
brettw@chromium.org
2014-04-22
1
-1
/
+4
*
Work on Mac GN build.
brettw@chromium.org
2014-04-17
1
-10
/
+5
*
Implement net in GN build.
brettw@chromium.org
2014-04-15
1
-1
/
+9
*
Add SSL support to the GN build
brettw@chromium.org
2014-04-14
1
-0
/
+278
*
Allow empty keys in hmac_openssl.cc.
davidben@chromium.org
2014-04-10
2
-0
/
+26
*
Get rid of all component builds specific .isolate.
maruel@chromium.org
2014-04-04
1
-28
/
+0
*
Introduce USE_OPENSSL_CERTS for certificate handling.
haavardm@opera.com
2014-03-28
3
-9
/
+6
*
Remove prtypes.h and prcpucfg*.h from base/third_party/nspr.
wtc@chromium.org
2014-03-25
6
-5
/
+84
*
crypto.gyp: move openssl dependency into use_openssl section. Remove redundan...
mattm@chromium.org
2014-03-22
1
-11
/
+3
*
Hack to allow ec_private_key_openssl loading keys generated with NSS.
mattm@chromium.org
2014-03-22
2
-3
/
+128
*
Remove unused SymmetricKey::CreateFromKey method.
mattm@chromium.org
2014-03-20
2
-12
/
+0
*
Move more file_util functions to base namespace.
brettw@chromium.org
2014-03-13
1
-3
/
+3
*
Build src/crypto for PNaCl
sergeyu@chromium.org
2014-03-12
3
-90
/
+155
*
Convert most Chromium presubmit files to use new multiple-tryserver-compatibl...
phajdan.jr@chromium.org
2014-03-11
1
-3
/
+6
*
Add use_allocator instead of linux_use_tcmalloc to switch the allocator.
dmikurube@chromium.org
2014-03-05
1
-1
/
+2
*
chromeos: Load chaps module and lookup TPM slots on the worker pool.
mattm@chromium.org
2014-02-27
2
-41
/
+126
*
Convert scoped_ptr_malloc -> scoped_ptr, part 2.
viettrungluu@chromium.org
2014-02-26
2
-29
/
+24
*
Make net_unittests_run work with component=shared_library.
maruel@chromium.org
2014-02-05
1
-0
/
+28
*
Use file_util::GetFileSystemType() in crypto/nss_util.cc.
thestig@chromium.org
2014-02-05
1
-18
/
+19
*
Disable noisy printf in nss_util.cc
danakj@chromium.org
2014-01-31
1
-1
/
+1
*
ChromeOS: Fix crash if login profile triggers client auth.
mattm@chromium.org
2014-01-14
2
-1
/
+19
*
Allow Win64 build of base library even in a Win32 build.
petewil@chromium.org
2014-01-09
1
-1
/
+1
*
crypto: fix typo in unittest found by thakis's new compiler warning.
agl@chromium.org
2013-12-21
1
-1
/
+1
*
Add ClientCertStoreChromeOS which only returns the certs for a given user.
mattm@chromium.org
2013-12-17
2
-1
/
+50
*
Update keygen to use correct NSS slot on ChromeOS multiprofile.
mattm@chromium.org
2013-12-16
4
-35
/
+55
*
Fix location of NSS library on armhf linux.
sbc@chromium.org
2013-12-11
1
-0
/
+4
*
Initialize per-ChromeOS-user NSS slots and provide the functions to access them.
mattm@google.com
2013-12-06
3
-12
/
+278
*
Move directory creation functions to base namespace.
brettw@chromium.org
2013-12-03
1
-1
/
+1
*
Move some more file utils to the base namespace.
brettw@chromium.org
2013-12-02
1
-1
/
+1
*
Remove crypto::GetTPMTokenInfo which is no longer necessary.
mattm@chromium.org
2013-11-25
2
-38
/
+4
*
crypto: disable NSS AES-NI support when AVX is disabled by OS.
agl@chromium.org
2013-11-22
1
-0
/
+18
*
Remove ChromeOS TPM slot unlock hacks that are unnecessary with chaps.
mattm@chromium.org
2013-11-21
1
-18
/
+1
*
crypto: enable NEON optimisations when supported by the platform.
agl@chromium.org
2013-11-20
2
-0
/
+15
*
NSS: {EC,RSA}PrivateKey shouldn't call crypto::GetPublicNSSKeySlot or GetPriv...
mattm@chromium.org
2013-11-13
5
-113
/
+103
*
Start adding threading checks to nss_util.
mattm@chromium.org
2013-11-12
1
-0
/
+45
*
crypto/nss_util: Get TPM slot id, do lookup by id instead of by name.
mattm@chromium.org
2013-10-25
2
-24
/
+38
*
crypto: Implement ECSignatureCreatorImpl for OpenSSL
digit@chromium.org
2013-10-25
2
-17
/
+61
[next]