summaryrefslogtreecommitdiffstats
path: root/remoting/base/rsa_key_pair.cc
Commit message (Expand)AuthorAgeFilesLines
* Use std::move() instead of .Pass() in remoting/*sergeyu2015-12-241-3/+4
* Switch to standard integer types in remoting/.avi2015-12-221-5/+7
* Make use of '// static' consistent.ajose2015-07-281-2/+2
* Generalize crypto::SignatureCreator to allow choice of hash function, so as t...dougsteed2014-09-191-1/+2
* Revert 239921 "Revert 239759 "The comment in base64.h implies th..."vadimt@chromium.org2013-12-111-3/+1
* Revert 239759 "The comment in base64.h implies that base::Base64..."vadimt@chromium.org2013-12-111-1/+3
* The comment in base64.h implies that base::Base64Encode() can return false, butricea@chromium.org2013-12-101-3/+1
* Avoid creating keys and self-signed certs separately.bemasc@chromium.org2013-11-011-0/+4
* Use a direct include of time headers in ppapi/, printing/, remoting/.avi@chromium.org2013-06-281-1/+1
* Remove platform-specific implementations of RSAPrivateKey and SignatureCreatorrsleevi@chromium.org2013-06-271-14/+10
* Update remoting/ and jingle/ to use scoped_refptr<T>::get() rather than impli...rsleevi@chromium.org2013-06-011-1/+1
* net: extract net/cert out of net/basephajdan.jr@chromium.org2013-03-291-1/+1
* Move HostKeyPair into protocol::KeyPair.rmsousa@chromium.org2013-03-071-0/+110