replicant-frameworks_native/common/tests
Makoto Onuki 831f258fd9 Moved DomainNameChecker to android common.
- Moved DomainNameChecker from android.net.http to android common, and renamed to DomainNameValidator.
- Added a simplified version of DNParser, which DomainNameValidator uses instead of X509Name in order to extract Subject Name from a certificate.
- Added unit tests for DomainNameChecker and DNParser.

There's a suspicious comment in DomainNameChecker saying something like "X509Certificate fails to parse a certificate when a subject alt name begins with '*'".  I think we should fix it if it's really the case -- otherwise certificates with the wildcard wouldn't work.  I'll see if it's true after submitting this patch.
2010-01-12 10:27:13 -08:00
..
src/com/android/common Moved DomainNameChecker to android common. 2010-01-12 10:27:13 -08:00
Android.mk Create android-common static library which gets included in frameworks.jar, 2009-11-18 12:05:04 -08:00
AndroidManifest.xml Create android-common static library which gets included in frameworks.jar, 2009-11-18 12:05:04 -08:00