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
/
base
/
x509_certificate_win.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Defines SSLServerSocket and implements SSLServerSocketNSS
hclam@chromium.org
2010-12-23
1
-0
/
+9
*
Implement X509Certificate::CreateSelfSigned on Windows
hclam@chromium.org
2010-12-22
1
-0
/
+65
*
Add support for temporarily trusting a certificate for the duration of unit t...
rsleevi@chromium.org
2010-12-16
1
-5
/
+32
*
Make members of Singleton<T> private and only visible to the singleton type. ...
satish@chromium.org
2010-12-14
1
-3
/
+6
*
Revert 68932 - Make members of Singleton<T> private and only visible to the s...
satish@chromium.org
2010-12-11
1
-6
/
+3
*
Make members of Singleton<T> private and only visible to the singleton type. ...
satish@chromium.org
2010-12-11
1
-3
/
+6
*
Clean-up style issues in net:: related to X.509 data-types, eliminating unnec...
rsleevi@chromium.org
2010-11-22
1
-0
/
+1
*
On Windows, merge X509Certificate::VerifyEV into
wtc@chromium.org
2010-11-04
1
-78
/
+52
*
net: move importing a DER certificate chain into X509Certificate.
agl@chromium.org
2010-10-26
1
-0
/
+27
*
Adds X509 certificates for OpenSSL.
bulach@chromium.org
2010-10-08
1
-0
/
+10
*
Add support for parsing certificate formats other than raw, DER-encoded certi...
rsleevi@chromium.org
2010-07-22
1
-0
/
+69
*
Revert 52799 - Add support for parsing certificate formats other than raw, DE...
rsleevi@chromium.org
2010-07-17
1
-69
/
+0
*
Add support for parsing certificate formats other than raw, DER-encoded certi...
rsleevi@chromium.org
2010-07-17
1
-0
/
+69
*
Minor clean-up tasks that were TODO(snej)
rsleevi@chromium.org
2010-07-17
1
-4
/
+4
*
Make X509Certificate::CreateFromHandle() copy the OSCertHandle, rather than a...
rsleevi@chromium.org
2010-06-26
1
-2
/
+5
*
Update comments based on my new understanding of the
wtc@chromium.org
2010-05-18
1
-2
/
+7
*
win: string_util.h -> utf_string_conversions.h fix.
jhawkins@google.com
2010-03-11
1
-0
/
+1
*
Thread-safety for X509Certificate's intermediate-certs list.
snej@chromium.org
2010-03-05
1
-4
/
+9
*
Revert my last commit 'cause it breaks net unit tests on OS X 10.6 :(
snej@chromium.org
2010-03-05
1
-9
/
+4
*
Thread-safety for X509Certificate's intermediate-certs list.
snej@chromium.org
2010-03-05
1
-4
/
+9
*
Request the szOID_PKIX_KP_SERVER_AUTH usage when constructing
wtc@chromium.org
2010-02-24
1
-7
/
+16
*
Check cert_handle_ is not NULL to Verify()
ukai@chromium.org
2009-10-28
1
-10
/
+18
*
Add a CERT_RDN_ENCODED_BLOB case to CertSubjectCommonNameHasNull
wtc@chromium.org
2009-10-26
1
-0
/
+6
*
Detect NULL characters in certificate Subject common
wtc@chromium.org
2009-10-08
1
-17
/
+87
*
Add a certificate blacklist for Windows and put the
wtc@chromium.org
2009-10-07
1
-0
/
+18
*
Add new certificate error code
wtc@chromium.org
2009-08-14
1
-2
/
+6
*
typedef PolicyOID to support Linux-only SECOidTag in EVRootCAMetadata methods.
ukai@chromium.org
2009-08-12
1
-3
/
+3
*
Treat certificate signatures using weak signature algorithms
wtc@chromium.org
2009-08-07
1
-0
/
+4
*
Use LOAD_VERIFY_EV_CERT to verify EV-ness in Verify().
ukai@chromium.org
2009-06-23
1
-16
/
+16
*
Move X509Certificate::HasExpired to x509_certificate.cc.
ukai@chromium.org
2009-06-01
1
-4
/
+0
*
NO CODE CHANGE
deanm@chromium.org
2009-03-11
1
-1
/
+0
*
Add X509Certificate::Verify stubs for Mac and Linux.
wtc@chromium.org
2009-02-05
1
-7
/
+3
*
Move certificate verification off the IO thread.
wtc@chromium.org
2009-02-03
1
-0
/
+271
*
Reverting 8868.
ericroman@google.com
2009-01-29
1
-75
/
+39
*
Reverting 8864.
wtc@chromium.org
2009-01-29
1
-39
/
+75
*
Work around our not caching the intermediate CA
wtc@chromium.org
2009-01-29
1
-75
/
+39
*
Move Time, TimeDelta and TimeTicks into namespace base.
dsh@google.com
2008-10-27
1
-0
/
+2
*
We don't support SSL renegotiation yet. Add the
wtc@google.com
2008-10-21
1
-12
/
+1
*
Refactoring out common code in the X.509 cert handling
avi@google.com
2008-09-23
1
-185
/
+57
*
Add unit test for the X509 parsing. This only runs on Windows, but does so su...
avi@google.com
2008-09-19
1
-6
/
+14
*
Add a byte factory method for unit testing.
avi@google.com
2008-09-19
1
-22
/
+28
*
Bring X.509 cert handling (at least preliminarily) to the Mac.
avi@google.com
2008-09-18
1
-0
/
+549