updates to only allow tlsv1.1 and tlsv1.2

This commit is contained in:
Andrew Stephan
2016-07-18 15:42:30 -04:00
parent 9cd64b1d9e
commit beae854526
3 changed files with 67 additions and 3 deletions
+2 -1
View File
@@ -2,7 +2,7 @@
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-http"
version="1.1.0">
version="1.2.0">
<name>SSL Pinning</name>
@@ -78,5 +78,6 @@
<source-file src="src/android/com/synconset/CordovaHTTP/CordovaHttpDownload.java" target-dir="src/com/synconset" />
<source-file src="src/android/com/synconset/CordovaHTTP/CordovaHttpPlugin.java" target-dir="src/com/synconset" />
<source-file src="src/android/com/synconset/CordovaHTTP/HttpRequest.java" target-dir="src/com/github/kevinsawicki/http" />
<source-file src="src/android/com/synconset/CordovaHTTP/TLSSocketFactory.java" target-dir="src/com/github/kevinsawicki/http" />
</platform>
</plugin>