History log of /external/conscrypt/common/src/jni/main/include/Errors.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d5de6e4adf5bf6016c4f397c4d12e09a9ab1a4ab 02-Feb-2017 Kenny Root <kenny@the-b.org> Less warnings on Windows (#74)

Add some warning suppressions and some MS VC++ compatibility with the code annotations.
/external/conscrypt/common/src/jni/main/include/Errors.h
ded85f8ea7c51866ab8436e887fbc765c08df340 14-Jan-2017 Kenny Root <kenny@the-b.org> Throw proper exception for unknown ASN.1 sig OID (#48)

When BoringSSL is asked to decode an unknown signature algorithm it will
push the ASN1_R_UNKNOWN_SIGNATURE_ALGORITHM error code onto the stack.
Interpret this as a NoSuchAlgorithmException instead of throwing a
RuntimeException.
/external/conscrypt/common/src/jni/main/include/Errors.h
f3f3d14c803eb81b374d12e04fc7a05686f92ffa 13-Jan-2017 Kenny Root <kenny@the-b.org> Revert JNI_JARJAR_PREFIX change (#43)

The C preprocessor was inserting "JNI_JARJAR_PREFIX" as the prefix for
the objects instead of the intended value "com.android" Revert this
part of the change for now.
/external/conscrypt/common/src/jni/main/include/Errors.h
66516884139574a34a9855ca822d56ace0fdfe8b 12-Jan-2017 Nathan Mittler <nathanmittler@google.com> Split out JNI helper methods and errors (#32)

JNIHelp is no longer needed. Also with the introduction of JniUtil, moving over utility methods from JniConstants.
/external/conscrypt/common/src/jni/main/include/Errors.h