History log of /external/conscrypt/src/main/java/org/conscrypt/OpenSSLX509CertificateFactory.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
3e46e4ee56c8e37158f46941dedd5b436d724baa 23-May-2014 Kenny Root <kroot@google.com> Unbundle: hacks to let Conscrypt compile standalone

This is the first pass at getting Conscrypt to compile standalone. It
works fine in apps currently. There are a few TODOs to fix.

Change-Id: I9b43ba12c55e04c8897ccacf38979ca671a55a26
/external/conscrypt/src/main/java/org/conscrypt/OpenSSLX509CertificateFactory.java
77708c039b98c206f101623e114d1a7fdb89c738 05-May-2014 Kenny Root <kroot@google.com> Use specific Charset for encoding

Without using a specific Charset, it will call System.getProperty to
find the current locale. We only care about getting the bytes for
US-ASCII so explicitly ask for that instead.

Change-Id: I6902b59ccb8a13a8977b828c099ad493e4f17e5c
/external/conscrypt/src/main/java/org/conscrypt/OpenSSLX509CertificateFactory.java
860d2707ce126ef8f66e3eac7ceeab6d24218cd8 24-Apr-2013 Kenny Root <kroot@google.com> Move JSSE to new package

To help with shipping the JSSE with apps that want to bundle it, move
it to a new package so that the tangles in other parts of the library
can be untangled.

Change-Id: I810b6861388635301e28aee5b9b47b8e6b35b430
/external/conscrypt/src/main/java/org/conscrypt/OpenSSLX509CertificateFactory.java