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
*
Use NSS for symmetric key crypto operations on Windows and Mac.
ddorwin@chromium.org
2012-06-15
8
-501
/
+58
*
Fixing gcc 4.7 building problems.
shenhan@google.com
2012-06-05
3
-10
/
+18
*
Remove TPMTokenInfoDelegate to make TPM initialization code path simple
hashimoto@chromium.org
2012-05-17
2
-103
/
+55
*
Upstream: Depend on OpenSSL directly instead of via system.gyp
jingzhao@chromium.org
2012-05-16
1
-1
/
+1
*
Remove crypto::IsTPMTokenAvailble
hashimoto@chromium.org
2012-05-16
2
-16
/
+0
*
Change the way _EXPORT macros look.
thakis@chromium.org
2012-05-15
1
-0
/
+4
*
Add a wrong key that should be detected by all implementations.
wtc@chromium.org
2012-05-11
1
-5
/
+24
*
Don't sign extensions with an unsupported/invalid private key
rsleevi@chromium.org
2012-05-04
1
-13
/
+16
*
win: Fix a few minor issues found by clang.
thakis@chromium.org
2012-05-02
1
-11
/
+5
*
Demonstrate that not all wrong keys can be detected by padding error.
wtc@chromium.org
2012-04-27
1
-0
/
+14
*
Add a warning about Decrypt() being used as a padding oracle.
wtc@chromium.org
2012-04-25
1
-1
/
+9
*
Add a wrong key test into EncryptorTest.
xhwang@chromium.org
2012-04-23
1
-1
/
+45
*
Properly pass NSS parameters when initializing the PKCS#11 module on CrOS
rsleevi@chromium.org
2012-04-06
1
-52
/
+7
*
Forces TPM slot to be "Friendly", allowing NSS to avoid locking
gspencer@chromium.org
2012-04-03
1
-3
/
+48
*
Fix some grammar in comments, error messages and documentation.
gavinp@chromium.org
2012-04-03
1
-1
/
+1
*
init key_ in ctor
tbreisacher@chromium.org
2012-03-30
1
-1
/
+3
*
Add base::HostToNetXX() & NetToHostXX(), and use them to replace htonX() & nt...
wez@chromium.org
2012-03-28
3
-30
/
+30
*
New CRYPTO_EXPORT macros.
thakis@chromium.org
2012-03-28
2
-2
/
+3
*
Fix a few warnings that -Wnull-conversion of a future clang will complain about.
thakis@chromium.org
2012-03-28
2
-7
/
+8
*
Reland - Create a database for NaCl validation caching that is shared between...
nduca@google.com
2012-03-27
3
-21
/
+70
*
Revert 129061 - Create a database for NaCl validation caching that is shared ...
nduca@google.com
2012-03-27
3
-70
/
+21
*
Create a database for NaCl validation caching that is shared between processes.
ncbray@chromium.org
2012-03-27
3
-21
/
+70
*
Move *keychain_mac* files to crypto/
akalin@chromium.org
2012-03-17
5
-0
/
+993
*
mac: Make crypto_unittests depend on nspr
thakis@chromium.org
2012-03-15
1
-0
/
+5
*
Don't enforce the old HMAC key size requirement in FIPS 198 Sec. 3.
wtc@chromium.org
2012-03-14
2
-2
/
+8
*
Refactor Pickle Read methods to use higher performance PickleIterator.
jbates@chromium.org
2012-03-07
4
-22
/
+19
*
Avoid loading ws2_32.dll just to get htons() and friends.
wez@chromium.org
2012-03-06
1
-0
/
+8
*
Convert blocking chromeos::CryptohomeClient::Pkcs11* methods to async
hashimoto@chromium.org
2012-02-28
2
-44
/
+68
*
Fix SpdySession::WriteCredentialFrame ECPrivateKey creation args.
mattm@chromium.org
2012-02-28
7
-36
/
+95
*
Properly parse UTF8Strings in certificates on Windows.
rsleevi@chromium.org
2012-02-15
3
-18
/
+19
*
Make nss/TPM integration in ChromeOS more robust.
stevenjb@chromium.org
2012-02-15
1
-3
/
+1
*
mac: Add _EXPORT macros, crypto/.
thakis@chromium.org
2012-02-09
1
-1
/
+1
*
Add EnsureNSSInit in SymmetricKey::Import.
xhwang@chromium.org
2012-02-09
1
-1
/
+2
*
Use a forward declaration of RSAPrivateKey in crypto/signature_creator.h.
wtc@chromium.org
2012-02-08
6
-7
/
+13
*
Upstream: Build crypto_unittests for Android.
jingzhao@chromium.org
2012-02-07
1
-2
/
+2
*
Fix an SECItem leak in the new ECSignatureCreator class.
rnk@chromium.org
2012-02-01
1
-14
/
+9
*
crypto: P224::Contract could produce a non-minimal representation.
agl@chromium.org
2012-01-31
1
-2
/
+35
*
Add crypto pre-submit that will add the openssl builder to the default try-bo...
joth@chromium.org
2012-01-25
1
-0
/
+14
*
Remove wrong parameter from ECSignatureCreator's constructor in openssl imple...
jnd@chromium.org
2012-01-25
1
-4
/
+2
*
CertDatabaseNSSTest: Don't delete test DB dir since we don't close the DB (br...
mattm@chromium.org
2012-01-25
2
-14
/
+22
*
Create a new ECSignatureCreator class for signing content using EC crypto.
rch@chromium.org
2012-01-25
6
-25
/
+271
*
Add a convenience typedef LazyInstance<T>::Leaky to avoid repeating T.
fischman@chromium.org
2012-01-23
1
-5
/
+3
*
This adds support for encrypted ONC import to Chrome.
gspencer@chromium.org
2012-01-11
2
-2
/
+17
*
net: allow CRLSets to block specific SPKIs.
agl@chromium.org
2012-01-10
2
-6
/
+7
*
Move net/base/sys_byteorder.h to base/sys_byteorder.h
isherman@chromium.org
2011-12-28
2
-40
/
+5
*
Fixed bad pointer on edge case
groby@chromium.org
2011-12-22
1
-1
/
+2
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2011-12-21
2
-1
/
+4
*
Revert 115227 - Coverity: Initialize member variables.
jhawkins@chromium.org
2011-12-21
2
-4
/
+1
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2011-12-20
2
-1
/
+4
*
Reland: Simplify PRTimeToBaseTime implementation, add BaseTimeToPRTime.
mattm@chromium.org
2011-12-15
4
-16
/
+52
[next]