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
/
net
/
cert
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update OS X to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-07-02
2
-10
/
+26
*
Revert 209515 "Reland http://crrev.com/209278"
rsleevi@chromium.org
2013-07-01
1
-0
/
+29
*
Reland http://crrev.com/209278
rsleevi@chromium.org
2013-07-01
1
-29
/
+0
*
Re-enable some tests disabled because of expired certs
rsleevi@chromium.org
2013-06-29
2
-21
/
+37
*
Revert 209278 "Update dependency to NSS >= 3.14.3 and NSPR >= 4.9.2"
joaodasilva@chromium.org
2013-06-29
1
-0
/
+29
*
Update dependency to NSS >= 3.14.3 and NSPR >= 4.9.2
rsleevi@chromium.org
2013-06-29
1
-29
/
+0
*
Use a direct include of time headers in net/, part 1.
avi@chromium.org
2013-06-28
11
-11
/
+11
*
No longer record whether an MD2/MD5 CA was seen
rsleevi@chromium.org
2013-06-28
7
-43
/
+18
*
Update Linux to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-27
5
-13
/
+15
*
Remove platform-specific implementations of RSAPrivateKey and SignatureCreator
rsleevi@chromium.org
2013-06-27
12
-516
/
+261
*
Fix some potential after free errors on TestCompletionCallback
gavinp@chromium.org
2013-06-26
1
-11
/
+11
*
mac: Replace base::mac::ScopedCFTypeRef with base::ScopedCFTypeRef.
thakis@chromium.org
2013-06-24
6
-7
/
+7
*
Disable test with an expired certificate
rmsousa@chromium.org
2013-06-22
1
-2
/
+2
*
Add base namespace to more values in sync and elsewhere.
brettw@chromium.org
2013-06-21
1
-2
/
+2
*
mac: Let net/ compile with the 10.9 sdk (while targeting 10.6).
thakis@chromium.org
2013-06-20
1
-4
/
+3
*
Regenerate the root certificate and end-entity certificates used for various ...
rsleevi@chromium.org
2013-06-20
4
-11
/
+154
*
Enable GoDaddy/Starfield G2 roots for EV
rsleevi@chromium.org
2013-06-20
1
-0
/
+18
*
X509Certificate::GetDefaultNickname should handle a user certificate
wtc@chromium.org
2013-06-17
2
-3
/
+23
*
Work around GTE CyberTrust/Baltimore CyberTrust cross-signing issues
rsleevi@chromium.org
2013-06-14
4
-52
/
+293
*
Make net and ipc explicitly use the base namespace for Values.
brettw@chromium.org
2013-06-13
1
-1
/
+1
*
Use base:: on string16 and char16 in net/ and url/
avi@chromium.org
2013-06-11
1
-4
/
+5
*
Use a direct include of strings headers in net/android/, net/base/, net/cert/...
avi@chromium.org
2013-06-11
16
-20
/
+20
*
Use a direct include of utf_string_conversions.h in net/.
avi@chromium.org
2013-06-07
5
-5
/
+5
*
Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-01
8
-179
/
+391
*
net: Use base::MessageLoop.
xhwang@chromium.org
2013-05-23
3
-9
/
+9
*
Generate unique certificate nicknames on Linux/CrOS.
rsleevi@chromium.org
2013-05-23
5
-32
/
+110
*
Fix NSSCertDatabase Singleton access DCHECK
stevenjb@chromium.org
2013-05-20
1
-1
/
+2
*
Disallow wildcards from matching top-level registry controlled domains during...
rsleevi@chromium.org
2013-05-17
3
-14
/
+49
*
Warn if a well-known/"public" CA issues a certificate for a non-TLD
rsleevi@chromium.org
2013-05-17
4
-6
/
+200
*
Re-enable CertDatabaseNSSTest.TrustIntermediateCA{2,3} on Linux/CrOS for NSS ...
rsleevi@chromium.org
2013-05-15
1
-14
/
+12
*
Update the known root cert list with the latest updates from Apple and MS
rsleevi@chromium.org
2013-04-30
2
-14
/
+176
*
Remove OS X 10.5 support code from net/cert
rsleevi@chromium.org
2013-04-30
2
-36
/
+14
*
Finished implementing AttestationPolicyObserver.
dkrahn@google.com
2013-04-30
1
-1
/
+2
*
Add a mapping for CSSMERR_APPLETP_SSL_BAD_EXT_KEY_USE on OS X
rsleevi@chromium.org
2013-04-29
1
-0
/
+4
*
Revert 197119 "Remove OS X 10.5 support code from net/cert"
miket@chromium.org
2013-04-29
2
-3
/
+47
*
Remove OS X 10.5 support code from net/cert
rsleevi@chromium.org
2013-04-29
2
-47
/
+3
*
Fix client certificate authentication on Mac and Linux introduced in r178732
rsleevi@chromium.org
2013-04-25
2
-87
/
+0
*
Differentiate between VERIFY_FAILED and VERIFY_INCORRECT_KEY_USAGE.
palmer@chromium.org
2013-04-25
2
-2
/
+5
*
Update nss_revision to r196262 to pick up NSS_3_15_BETA2.
wtc@chromium.org
2013-04-25
1
-0
/
+5
*
Include NSS headers without using full pathnames.
wtc@chromium.org
2013-04-22
2
-3
/
+4
*
net: Update the include paths of base/string_piece.h to its new location.
tfarina@chromium.org
2013-04-13
10
-10
/
+10
*
Rewrite scoped_array<T> to scoped_ptr<T[]> in net.
dcheng@chromium.org
2013-04-11
2
-3
/
+3
*
net: Disable CertDatabaseNSSTest.TrustIntermediateCa{2,3} on Linux
hashimoto@chromium.org
2013-04-08
1
-2
/
+16
*
net: also fix crbug.com/226067 for OpenSSL.
agl@chromium.org
2013-04-05
1
-1
/
+1
*
net: fix SHA-256 hashes on Windows.
agl@chromium.org
2013-04-04
2
-3
/
+17
*
net: extract net/cert out of net/base
phajdan.jr@chromium.org
2013-03-29
87
-0
/
+20033