summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* tests/krb5: Check reply FAST padata if request included FASTJoseph Sutton2021-09-081-0/+15
* tests/krb5: Check sname is krbtgt for FAST generic errorJoseph Sutton2021-09-081-1/+7
* tests/krb5: Add get_krbtgt_sname() methodJoseph Sutton2021-09-081-0/+10
* tests/krb5: Remove unused variablesJoseph Sutton2021-09-082-3/+0
* tests/krb5: Don't expect RC4 in ETYPE-INFO2 for a non-error replyJoseph Sutton2021-09-081-1/+1
* tests/krb5: Add check_rep_padata() method to check padata in replyJoseph Sutton2021-09-081-35/+48
* tests/krb5: Add generate_simple_fast() method to generate FX-FAST padataJoseph Sutton2021-09-081-0/+34
* tests/krb5: Include authdata in kdc_exchange_dictJoseph Sutton2021-09-081-1/+7
* tests/krb5: Add expected_cname_private parameter to kdc_exchange_dictJoseph Sutton2021-09-081-1/+15
* tests/krb5: Check encrypted-pa-dataJoseph Sutton2021-09-081-1/+51
* tests/krb5: Add methods to determine whether elements were included in the re...Joseph Sutton2021-09-081-0/+25
* tests/krb5: Add functions to get dicts of request padataJoseph Sutton2021-09-081-0/+11
* tests/krb5: Check FAST responseJoseph Sutton2021-09-081-2/+39
* tests/krb5: Add method to verify ticket checksum for FASTJoseph Sutton2021-09-081-0/+12
* tests/krb5: Add method to check PA-FX-FAST-REPLYJoseph Sutton2021-09-081-0/+31
* tests/krb5: Allow specifying parameters specific to the outer request bodyJoseph Sutton2021-09-081-5/+20
* tests/krb5: Add FAST armor generation to _generic_kdc_exchange()Joseph Sutton2021-09-081-7/+88
* tests/krb5: Modify generate_ap_req() to also generate FAST armor AP-REQJoseph Sutton2021-09-081-13/+32
* tests/krb5: Include authenticator_subkey in AS-REQ exchange dictJoseph Sutton2021-09-081-0/+2
* tests/krb5: Rename generic_check_as_error() to generic_check_kdc_error()Joseph Sutton2021-09-082-6/+6
* tests/krb5: Add methods to calculate keys for FASTJoseph Sutton2021-09-081-0/+37
* tests/krb5: Add method to generate FAST encrypted challenge padataJoseph Sutton2021-09-081-0/+19
* tests/krb5: Add more methods to create ASN1 objects for FASTJoseph Sutton2021-09-081-0/+70
* tests/krb5: Add more ASN1 definitions for FASTJoseph Sutton2021-09-083-3/+236
* tests/krb5: Generate AP-REQ for TGS request in _generic_kdc_exchange()Joseph Sutton2021-09-081-0/+21
* tests/krb5: Ensure generated padata is not NoneJoseph Sutton2021-09-082-2/+12
* tests/krb5: Add generate_ap_req() methodJoseph Sutton2021-09-081-4/+14
* tests/krb5: Check nonce in EncKDCRepPartJoseph Sutton2021-09-081-3/+7
* tests/krb5: Make checking less strictJoseph Sutton2021-09-081-25/+27
* tests/krb5: Check version number of obtained ticketJoseph Sutton2021-09-081-1/+1
* tests/krb5: Assert that more variables are not NoneJoseph Sutton2021-09-081-0/+9
* tests/krb5: Ensure in assertElementPresent() that container elements are not ...Joseph Sutton2021-09-081-0/+5
* tests/krb5: Only allow specifying one of check_rep_fn and check_error_fnJoseph Sutton2021-09-082-7/+20
* tests/krb5: Include kdc_options in kdc_exchange_dictJoseph Sutton2021-09-082-7/+12
* tests/krb5: Always specify expected error codeJoseph Sutton2021-09-082-8/+16
* tests/krb5: Add check_reply() method to check for AS or TGS replyJoseph Sutton2021-09-081-21/+5
* tests/krb5: Add method to calculate account saltJoseph Sutton2021-09-082-4/+17
* tests/krb5: Add more methods for obtaining machine and service credentialsJoseph Sutton2021-09-081-0/+74
* tests/krb5: Allow specifying additional details when creating an accountJoseph Sutton2021-09-081-1/+3
* tests/krb5: Use encryption with admin credentialsJoseph Sutton2021-09-081-0/+2
* tests/krb5: Add get_EpochFromKerberosTime()Joseph Sutton2021-09-082-9/+14
* tests/krb5: Make _test_as_exchange() return value more consistentJoseph Sutton2021-09-082-34/+33
* tests/krb5: Add method to return dict containing padata elementsJoseph Sutton2021-09-081-0/+12
* tests/krb5: Add get_enc_timestamp_pa_data_from_key()Joseph Sutton2021-09-081-0/+4
* tests/krb5: Refactor get_pa_data()Joseph Sutton2021-09-084-43/+42
* tests/krb5: Allow cf2 to automatically use the enctype of the first keyJoseph Sutton2021-09-081-5/+7
* tests/krb5: Use credentials kvno when creating password keyJoseph Sutton2021-09-081-1/+2
* tests/krb5: Check Kerberos protocol version numberJoseph Sutton2021-09-081-0/+1
* tests/krb5: Expect e-data except when the error code is KDC_ERR_GENERICJoseph Sutton2021-09-082-1/+3
* tests/krb5: Fix encpart_decryption_key with MIT KDCJoseph Sutton2021-09-081-3/+10