summaryrefslogtreecommitdiff
path: root/srcgen
diff options
context:
space:
mode:
authorCody Kesting <ckesting@google.com>2019-09-17 07:17:06 -0700
committerCody Kesting <ckesting@google.com>2019-09-17 09:40:09 -0700
commit3b7551a3510505fe0d81b6786fdaef9e4d83727a (patch)
tree213d6330c661cee9246f696bda0c144341bd15ed /srcgen
parentdfa6b51333046a72f89afe666855843e5b30c16a (diff)
downloadbouncycastle-3b7551a3510505fe0d81b6786fdaef9e4d83727a.tar.gz
Provide MD4 implementation for use by EAP MSCHAPv2.
EAP MSCHAPv2 requires the MD4 hash algorithm for peer authentication. This commit provides the BouncyCastle MD4Digest implementation as core-platform-api so the EAP library can use it. Bug: 140928282 Test: Build succeeds. EAP using this, tests passing. Change-Id: Ibf98930cd92298e79f355313f54cfeca98baee71
Diffstat (limited to 'srcgen')
-rw-r--r--srcgen/core-platform-api.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/srcgen/core-platform-api.txt b/srcgen/core-platform-api.txt
index 62c754bd..9c723a95 100644
--- a/srcgen/core-platform-api.txt
+++ b/srcgen/core-platform-api.txt
@@ -78,6 +78,8 @@ method:com.android.org.bouncycastle.asn1.x509.X509Name#X509Name(String)
method:com.android.org.bouncycastle.crypto.digests.GeneralDigest#finish()
method:com.android.org.bouncycastle.crypto.digests.GeneralDigest#processBlock()
method:com.android.org.bouncycastle.crypto.digests.GeneralDigest#update(byte[],int,int)
+method:com.android.org.bouncycastle.crypto.digests.MD4Digest#MD4Digest()
+method:com.android.org.bouncycastle.crypto.digests.MD4Digest#doFinal(byte[],int)
method:com.android.org.bouncycastle.crypto.digests.SHA1Digest#SHA1Digest()
method:com.android.org.bouncycastle.crypto.digests.SHA1Digest#doFinal(byte[],int)
method:com.android.org.bouncycastle.crypto.generators.OpenSSLPBEParametersGenerator#generateDerivedParameters(int)
@@ -152,6 +154,7 @@ type:com.android.org.bouncycastle.asn1.x509.X509Name
type:com.android.org.bouncycastle.asn1.x9.X9ObjectIdentifiers
type:com.android.org.bouncycastle.crypto.CipherParameters
type:com.android.org.bouncycastle.crypto.digests.GeneralDigest
+type:com.android.org.bouncycastle.crypto.digests.MD4Digest
type:com.android.org.bouncycastle.crypto.digests.SHA1Digest
type:com.android.org.bouncycastle.crypto.generators.OpenSSLPBEParametersGenerator
type:com.android.org.bouncycastle.crypto.params.KeyParameter