Skip to content
Georg Lukas edited this page Aug 18, 2010 · 8 revisions

MemorizingTrustManager – the Android TrustManager

MemorizingTrustManager (MTM) is a project to enable smarter and more secure use of SSL on Android.

Status

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.

Clone this wiki locally