aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2019-10-17Decrypt IKE message with AEADevitayan
2019-10-17Support AEAD decryption and encryptionevitayan
2019-10-16EAP-AKA should return Auth Reject for AUTN reject.Cody Kesting
2019-10-16Support requesting internal addressesevitayan
2019-10-16Merge "Refactor IkeCipher"Yan Yan
2019-10-11Refactor EAP tests for unsupported types.Cody Kesting
2019-10-11Merge "Test EAP-AKA type data with skippable attrs."Cody Kesting
2019-10-10Merge "Use EAP-Identity in EAP-SIM and EAP-AKA."Cody Kesting
2019-10-10Merge "Refactor EAP-Success end-to-end tests."Cody Kesting
2019-10-10Merge "Use StandardCharsets in EAP MSCHAPv2."Cody Kesting
2019-10-10Merge "Improve EAP logging for easier debugging."Cody Kesting
2019-10-10Merge "Validate parameters for EAP Type Data constructors."Cody Kesting
2019-10-09Refactor IkeCipherevitayan
2019-10-09Generate digital signature for outbound packetevitayan
2019-10-09Merge changes I41019118,I650b5addYan Yan
2019-10-09Merge changes Icf0f64a6,I149c5d73,I7574fdfeYan Yan
2019-10-09Merge changes I124575be,I68225683,I3bb7ad67Yan Yan
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-07Decode and validate configure payloadevitayan
2019-10-07Create ChildSessionConfigurationevitayan
2019-10-07Validate parameters for EAP Type Data constructors.Cody Kesting
2019-10-07Support configuring internal address requestsevitayan
2019-10-07Refactor ChildSessionOptionsevitayan
2019-10-07Refactor SaProposalevitayan
2019-10-07Authenticate remote side using digital signatureevitayan
2019-10-07Validate received digital signatureevitayan
2019-10-07Validate received certificatesevitayan
2019-10-03Add test for decoding EapAkaTypeData.Cody Kesting
2019-10-02Merge "Create testutils folder"Yan Yan
2019-10-01Merge "Implement EAP MSCHAPv2 end-to-end test."Cody Kesting
2019-10-01Merge "Refactor EAP end-top-end tests for Notifications."Cody Kesting
2019-10-01Merge "Implement AwaitingEapSuccessState for EAP MSCHAPv2."Cody Kesting
2019-10-01Merge "Implement MSK generation for EAP MSCHAPv2."Cody Kesting
2019-10-01Merge "Implement AwaitingEapFailureState for EAP MSCHAPv2."Cody Kesting
2019-10-01Merge "Implement ValidateAuthenticatorState for EAP MSCHAPv2."Cody Kesting
2019-10-01Merge "Increase timeout to avoid being flaky"Yan Yan
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-24Increase timeout to avoid being flakyevitayan
2019-09-24Create testutils folderevitayan