-
Notifications
You must be signed in to change notification settings - Fork 91
Home
Georg Lukas edited this page Aug 18, 2010
·
8 revisions
MemorizingTrustManager (MTM) is a project to enable smarter and more secure use of SSL on Android.
MTM is beta-quality code. It already handles certificates with an unknown
signer (i.e. self-signed). However, support for invalid hostnames, expired
certs and other corner-cases is yet to be done.
You can initialize MTM from an Activity or a Service, causing it to display an
AlertDialog or a Notification, respectively.
See Integration for how to add it into your project.
Check out yaxim for a
real-life example.