aboutsummaryrefslogtreecommitdiff
path: root/tests/iketests/src/java/com/android/ike/eap
AgeCommit message (Expand)Author
2019-10-31Add end-to-end testing for EAP-AKA'.Cody Kesting
2019-10-29Check for bidding down attack in EAP-AKA.Cody Kesting
2019-10-29Provide whether EAP-AKA' is supported to EAP-AKA.Cody Kesting
2019-10-29Override MAC algorithm name for EAP-AKA'.Cody Kesting
2019-10-29Override key generation for EAP-AKA'.Cody Kesting
2019-10-29Make key lengths overridable for EAP-SIM/AKA.Cody Kesting
2019-10-29Implement HMAC-SHA-256 ByteSigner for EAP-AKA'.Cody Kesting
2019-10-29Create CK' and IK' for EAP-AKA'.Cody Kesting
2019-10-29Implement attribute checking for EAP-AKA'.Cody Kesting
2019-10-23Add EAP-AKA' config for checking network names.Cody Kesting
2019-10-23Define skeleton ChallengeState for EAP-AKA'.Cody Kesting
2019-10-23Add test for IdentityState for EAP-AKA'.Cody Kesting
2019-10-23Add test for CreatedState for EAP-AKA'.Cody Kesting
2019-10-23Define skeleton state machine for EAP-AKA'.Cody Kesting
2019-10-23Implement EAP Session Configs for EAP-AKA'.Cody Kesting
2019-10-23Define EapAkaPrimeTypeData for EAP-AKA'.Cody Kesting
2019-10-23Implement AT_BIDDING for EAP-AKA'.Cody Kesting
2019-10-19Define EAP_AT_KDF attribute for EAP-AKA'.Cody Kesting
2019-10-19Create EAP-AKA' Attribute Factory and AT_KDF_INPUT.Cody Kesting
2019-10-16EAP-AKA should return Auth Reject for AUTN reject.Cody Kesting
2019-10-11Refactor EAP tests for unsupported types.Cody Kesting
2019-10-08Test EAP-AKA type data with skippable attrs.Cody Kesting
2019-10-08Use EAP-Identity in EAP-SIM and EAP-AKA.Cody Kesting
2019-10-08Refactor EAP-Success end-to-end tests.Cody Kesting
2019-10-08Use StandardCharsets in EAP MSCHAPv2.Cody Kesting
2019-10-08Improve EAP logging for easier debugging.Cody Kesting
2019-10-07Validate parameters for EAP Type Data constructors.Cody Kesting
2019-10-03Add test for decoding EapAkaTypeData.Cody Kesting
2019-09-30Implement EAP MSCHAPv2 end-to-end test.Cody Kesting
2019-09-30Refactor EAP end-top-end tests for Notifications.Cody Kesting
2019-09-30Implement AwaitingEapSuccessState for EAP MSCHAPv2.Cody Kesting
2019-09-30Implement MSK generation for EAP MSCHAPv2.Cody Kesting
2019-09-30Implement AwaitingEapFailureState for EAP MSCHAPv2.Cody Kesting
2019-09-30Implement ValidateAuthenticatorState for EAP MSCHAPv2.Cody Kesting
2019-09-30Handle Success and Failure in MethodState.Cody Kesting
2019-09-30Allow for missing message in Success/Fail Request.Cody Kesting
2019-09-24Add pre-final states for EAP MSCHAPv2.Cody Kesting
2019-09-23Implement ChallengeState for EAP MSCHAPv2.Cody Kesting
2019-09-23Merge "Refactor EAP MSCHAPv2 test vectors."Cody Kesting
2019-09-20Merge "Update test vectors for EAP-AKA test."Cody Kesting
2019-09-20Refactor EAP MSCHAPv2 test vectors.Cody Kesting
2019-09-19Update test vectors for EAP-AKA test.Cody Kesting
2019-09-19Implement CreatedState for EAP MSCHAPv2.Cody Kesting
2019-09-19Define type data for EAP MSCHAPv2 failure response.Cody Kesting
2019-09-19Define type data for EAP MSCHAPv2 failure request.Cody Kesting
2019-09-19Define type data for EAP MSCHAPv2 success response.Cody Kesting
2019-09-18Define MSCHAPv2 specific utils for authentication.Cody Kesting
2019-09-18Define type data for EAP MSCHAPv2 success request.Cody Kesting
2019-09-16Define type data for EAP MSCHAPv2 challenge response.Cody Kesting
2019-09-16Define type data for EAP MSCHAPv2 challenge request.Cody Kesting