SSL pinning now finds any cer files in the assets folder. Now can allow invalid certs

This commit is contained in:
Andrew Stephan
2014-03-26 11:56:49 -04:00
parent b65be932bd
commit d4fce7751d
9 changed files with 123 additions and 56 deletions
+2
View File
@@ -81,5 +81,7 @@
<source-file src="src/Android/com/synconset/CordovaHTTP/HTTPGet.java" target-dir="src/com/synconset" />
<source-file src="src/Android/com/synconset/CordovaHTTP/HTTPPost.java" target-dir="src/com/synconset" />
<source-file src="src/Android/com/synconset/CordovaHTTP/CordovaHTTP.java" target-dir="src/com/synconset" />
<source-file src="src/Android/com/synconset/CordovaHTTP/VeryTrustingTrustManager.java" target-dir="src/com/synconset" />
<source-file src="src/Android/com/synconset/CordovaHTTP/VeryTrustingHostnameVerifier.java" target-dir="src/com/synconset" />
</platform>
</plugin>