summaryrefslogtreecommitdiffstats
path: root/remoting/host/host_key_pair.cc
Commit message (Expand)AuthorAgeFilesLines
* Handle certificate generation errors in chromoting host.sergeyu@chromium.org2012-09-141-0/+3
* Cleanup and simplify HostConfig and JsonHostConfig.sergeyu@chromium.org2012-04-071-2/+2
* Add methods needed for host registration in chromoting host plugin.sergeyu@chromium.org2012-03-291-3/+9
* Convert all of remoting/* to base::Bind().ajwong@chromium.org2011-12-201-1/+0
* Make X509Certificate::GetDEREncoded a static function taking an OSCertHandlersleevi@chromium.org2011-11-011-3/+5
* Don't use X509Certificate in chromoting code.sergeyu@chromium.org2011-07-161-5/+9
* Move crypto files out of base, to a top level directory.rvargas@google.com2011-04-141-8/+8
* Faster connection establishment for chromotinghclam@chromium.org2011-02-041-1/+18
* HostConfig interface updates.sergeyu@chromium.org2010-12-161-7/+0
* Make sure to use scoped_refptr for refcounted params in audio/video/remotingwillchan@chromium.org2010-10-181-1/+3
* Revert 61899 for breaking cookes on file:// URLs.willchan@chromium.org2010-10-081-3/+1
* Fix instances of passing raw pointers to RefCounted objects in tasks.willchan@chromium.org2010-10-081-1/+3
* Added HostKeyPair class, signatures for heartbeat messages.sergeyu@chromium.org2010-08-041-0/+92