replicant-frameworks_native/common
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
..
java/com/android/common Moved DomainNameChecker to android common. 2010-01-12 10:27:13 -08:00
tests Moved DomainNameChecker to android common. 2010-01-12 10:27:13 -08:00
Android.mk Add OperationScheduler (and test) to the common static library; 2009-11-21 10:09:46 -08:00