History log of /frameworks/base/core/java/org/apache/http/conn/ssl/AbstractVerifier.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ab72367506bdc9ce97db4ce3714ff65cedfa5e05 21-Jan-2016 Sergio Giro <sgiro@google.com> org.apache.conn.ssl: rename DistinguishedNameParser to AndroidDistinguishedNameParser

The name DistinguishedNameParser is used by other libraries having the
same package, and some apps incorrectly include packages that are
present in the boot classpath. This relatively newly introduced
DistinguishedNameParser ends up hiding the ones in the libraries.

Bug: 26647082
Change-Id: I735aef3c1e5dd04e5a8e2eda6da6d9c9179f1c70
/frameworks/base/core/java/org/apache/http/conn/ssl/AbstractVerifier.java
46972b2d825a2368706e7d2210559ca18fc2b332 23-Nov-2015 Sergio Giro <sgiro@google.com> ssl: make DistinguishedNameParser a package-private class in org.apache.http.conn.ssl

Needed by AbstractVerifier in framework/base

DistinguishedNameParser taken from libcore, commit
b5259fcf87994ee18658f07887156aef3cab3b56

Change-Id: I924dc7cd21262e5e91857edf178e46c9916f3f6b
/frameworks/base/core/java/org/apache/http/conn/ssl/AbstractVerifier.java
3bdd327f8532a79b83f575cc62e8eb09a1f93f3d 27-Nov-2014 Narayan Kamath <narayan@google.com> Move apache specific portions of android.net.http to external/apache-http.

We continue to compile external/apache-http into ext.jar. This contains
a few changes apart fom the classes moving around :

- Makefile changes to build docs and api-stubs for now. A future change
will revert these changes and remove these classes from stubs and
docs.
- Hardcode event IDs in legacyerrorstrings to avoid a dependency between
the frameworks and apache. These strings are on their way out and will
never change anyway.
- Remove imports due to {@link} tags and use {@code} instead.
- Remove an accidental(?) dependency on apache commons code that's a
part of apache-http.

bug: 18027885

Change-Id: I51cd038d846ec7d02c283a4541b10a6a9cf62ecf
/frameworks/base/core/java/org/apache/http/conn/ssl/AbstractVerifier.java