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
*
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
*
Revert 114499 - Simplify PRTimeToBaseTime implementation, add BaseTimeToPRTime.
sail@chromium.org
2011-12-14
4
-52
/
+16
*
Simplify PRTimeToBaseTime implementation, add BaseTimeToPRTime.
mattm@chromium.org
2011-12-14
4
-16
/
+52
*
Simplify SPAKE2 implementation.
sergeyu@chromium.org
2011-12-13
3
-61
/
+34
*
Support EC certs in OriginBoundCertService and OriginBoundCertStore.
mattm@chromium.org
2011-12-06
2
-52
/
+99
*
Implement RSAPrivateKey::Copy()
sergeyu@chromium.org
2011-12-03
6
-117
/
+175
*
ReReland: Allow signing EC certs and creating EC origin-bound certs.
mattm@chromium.org
2011-12-02
3
-0
/
+141
*
Revert 112385 - Reland: Allow signing EC certs and creating EC origin-bound c...
rbyers@chromium.org
2011-12-01
3
-141
/
+0
*
Reland: Allow signing EC certs and creating EC origin-bound certs.
mattm@chromium.org
2011-12-01
3
-0
/
+141
*
ake string_util::WriteInto() DCHECK() that the supplied |length_with_null| > ...
pkasting@chromium.org
2011-11-29
8
-54
/
+48
*
replace platform conditions with os_posix and os_bsd where applicable
robert.nagy@gmail.com
2011-11-22
1
-1
/
+1
*
net: add low-entropy, shared secret authentication protocol.
agl@chromium.org
2011-11-22
5
-0
/
+518
*
Upstream: Build net_unittests for Android.
jingzhao@chromium.org
2011-11-21
2
-5
/
+13
*
Added serialization to SecureHash.
ahendrickson@chromium.org
2011-11-19
4
-0
/
+149
*
Change the Chrome OS PKCS #11 module from libopencryptoki.so to libchaps.so.
dkrahn@chromium.org
2011-11-17
2
-21
/
+21
*
Revert "Allow signing EC certs and creating EC origin-bound certs."
mattm@chromium.org
2011-11-17
3
-141
/
+0
*
Allow signing EC certs and creating EC origin-bound certs.
mattm@chromium.org
2011-11-17
3
-0
/
+141
*
Allow linker initialization of lazy instance
joth@chromium.org
2011-11-15
1
-2
/
+2
*
RSAPrivateKey vector push_back cleanups.
mattm@chromium.org
2011-11-15
3
-16
/
+6
*
Rename crypto/third_party/nss headers to avoid mixups.
mattm@chromium.org
2011-11-15
7
-22
/
+22
*
Add ECPrivateKey for Elliptic Curve keypair generation.
mattm@chromium.org
2011-11-09
8
-0
/
+773
*
Revert revert 108866 - crypto: add simple P224 implementation.
agl@chromium.org
2011-11-07
4
-0
/
+1520
*
Revert 108866 - crypto: add simple P224 implementation.
jkummerow@chromium.org
2011-11-07
4
-1519
/
+0
*
crypto: add simple P224 implementation.
agl@chromium.org
2011-11-07
4
-0
/
+1519
*
This change implements certificate import from ONC file.
gspencer@chromium.org
2011-11-03
1
-1
/
+1
*
Implement UseLocalCacheOfNSSDatabaseIfNFS() for OpenBSD.
robert.nagy@gmail.com
2011-10-25
1
-3
/
+11
*
Fixed slot selection in HMAC class to ensure that we are using softtoken inst...
zelidrag@chromium.org
2011-10-23
1
-3
/
+0
*
Fixed slot selection in HMAC class to ensure that we are using softtoken inst...
zelidrag@chromium.org
2011-10-23
1
-1
/
+4
[next]