aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/util/TlsHelper.java
Commit message (Collapse)AuthorAgeFilesLines
* Use cert pinning only if availableDominik Schürmann2016-04-091-3/+4
|
* Okhttp3 cleanups, docs, and fix timeouts for default clientDominik Schürmann2016-04-091-4/+0
|
* cleaningMichal Kepkowski2016-04-061-7/+6
|
* okhttp3Michal Kepkowski2016-03-141-11/+13
|
* Keyservers: Dont follow redirects, pin pgp.mit.edu, check for pinned cert on ↵Dominik Schürmann2015-09-201-55/+27
| | | | add (OKC-01-018)
* ensuring code style is preservedAdithya Abraham Philip2015-07-031-14/+2
|
* fixed certificate pinningAdithya Abraham Philip2015-07-031-10/+36
|
* added proxy support, silent right nowAdithya Abraham Philip2015-07-031-0/+27
|
* rewrite PgpSignEncrypt data flowVincent Breitmoser2015-02-011-1/+0
| | | | | | | - introduce high-level SignEncryptOperation for uri to uri signing/encryption - use SignEncryptParcel for high-level operation parameters - use PgpSignEncryptInput plus streams for low-level operation parameters - get rid of all sign/encrypt logic in KeychainIntentService
* lift language level to java 7, and some code cleanupVincent Breitmoser2015-01-251-8/+2
|
* package reordering: merge util and helper, there were no real difference; ↵Dominik Schürmann2014-09-171-0/+133
created ui.util for everything related to formatting