aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/keyimport/HkpKeyserver.java
Commit message (Expand)AuthorAgeFilesLines
* Use cert pinning only if availableDominik Schürmann2016-04-091-2/+2
* okhttp3Michal Kepkowski2016-03-141-39/+16
* import: make operation cancelable (again), make "update all" cancelableVincent Breitmoser2015-10-291-1/+0
* make use of proxies a Keyserver propertyVincent Breitmoser2015-10-291-16/+19
* use Proxy.NO_PROXY instead of null value for no proxyVincent Breitmoser2015-10-291-3/+5
* uploadop: clean up, add loggingVincent Breitmoser2015-10-291-1/+1
* Harden parsing of keyserver results (OKC-01-003)Dominik Schürmann2015-09-251-24/+43
* Keyservers: Dont follow redirects, pin pgp.mit.edu, check for pinned cert on ...Dominik Schürmann2015-09-201-1/+5
* introduced constants for keyserver sync, fixed sync issueAdithya Abraham Philip2015-08-201-1/+1
* introduced keyserver sync adapterAdithya Abraham Philip2015-08-201-3/+3
* check response code for upload errorAdithya Abraham Philip2015-07-101-0/+4
* fix some nullpointers from proxy implementationVincent Breitmoser2015-07-071-2/+7
* removed e.printStackTrace from several placesAdithya Abraham Philip2015-07-031-3/+3
* added proxy logging, removed test function in KeybaseLibAdithya Abraham Philip2015-07-031-1/+2
* code cleanupAdithya Abraham Philip2015-07-031-2/+1
* ensuring code style is preservedAdithya Abraham Philip2015-07-031-19/+12
* fixed Proxy generation, proxy working for for cloud importAdithya Abraham Philip2015-07-031-17/+11
* fixed certificate pinningAdithya Abraham Philip2015-07-031-4/+5
* added proxy support, silent right nowAdithya Abraham Philip2015-07-031-35/+59
* Cleanup in HkpKeyserverDominik Schürmann2015-04-201-4/+3
* rewrite PgpSignEncrypt data flowVincent Breitmoser2015-02-011-2/+2
* lift language level to java 7, and some code cleanupVincent Breitmoser2015-01-251-2/+2
* package reordering: merge util and helper, there were no real difference; cre...Dominik Schürmann2014-09-171-3/+3
* Keys found on multiple servers are now imported from all of themTim Bray2014-09-131-1/+1
* show bitsizes in import key list againVincent Breitmoser2014-08-301-4/+4
* add ecc supportVincent Breitmoser2014-08-241-1/+1
* Upload key workingDominik Schürmann2014-08-201-0/+2
* Upload key workingDominik Schürmann2014-08-201-0/+3
* Work on upload keyDominik Schürmann2014-08-201-14/+24
* Optimize importsDominik Schürmann2014-08-051-5/+5
* Fixing lint complaints, removing unused resourcesDominik Schürmann2014-08-041-5/+5
* lowercase all key ids from keyserverVincent Breitmoser2014-07-311-2/+2
* Keyserver exception translateableDominik Schürmann2014-07-311-1/+1
* Smaller notesDominik Schürmann2014-07-311-0/+8
* Even better Exception handling with keyserver queriesDominik Schürmann2014-07-311-8/+10
* Exception handling with keyserver queriesDominik Schürmann2014-07-311-5/+13
* Move sks-keyservers.net CA into assets foldermar-v-in2014-06-251-6/+4
* Merge branch 'master' into hkps-by-defaultmar-v-in2014-06-241-0/+6
|\
| * Merge pull request #686 from mar-v-in/minidnsVincent2014-06-231-10/+11
| |\
| * | Fixed Issue #683 which caused OK to crash upon importing keys which contain p...Daniel Albert2014-06-231-0/+6
* | | Use URLEncoder instead of Uri.encodemar-v-in2014-06-241-2/+6
* | | Rewrote hkp add to work with hkps as well.mar-v-in2014-06-241-24/+13
* | | Few fixes on hkpsmar-v-in2014-06-231-4/+3
* | | Add hkps support for sks-keyservers.netmar-v-in2014-06-231-65/+42
| |/ |/|
* | Switch to dnsjavamar-v-in2014-06-231-10/+11
|/
* Fix regex for hkp parsing to support multiple uidsmar-v-in2014-06-041-2/+2
* Store expired state within ImportKeysListEntrymar-v-in2014-06-041-0/+1
* Fix url building to support certificate check on hkps serversmar-v-in2014-05-281-8/+19
* Add hkps supportmar-v-in2014-05-271-9/+37
* Store origin with ImportKeysListEntrymar-v-in2014-05-271-0/+1