john-hu / shun-feng-er

A tool to control a PC with an android device and listen the feedback from PC.
MIT License
2 stars 1 forks source link

Introduce SSLServiceSocket and SSLSocket #16

Closed john-hu closed 9 years ago

john-hu commented 9 years ago

example can be found at: http://docs.oracle.com/javase/1.5.0/docs/guide/security/jsse/samples/index.html

john-hu commented 9 years ago

implement the code following: http://www-01.ibm.com/support/knowledgecenter/ssw_ibm_i_72/rzaha/rzahajssemain.htm

john-hu commented 9 years ago

docs for android part: https://developer.android.com/training/articles/security-ssl.html#CommonProblems

john-hu commented 9 years ago

SSL CA: https://jamielinux.com/blog/category/CA/

OpenSSL to Java SSLContext: http://stackoverflow.com/questions/2685512/can-a-java-key-store-import-a-key-pair-generated-by-openssl