aboutsummaryrefslogtreecommitdiff
path: root/src/tests
AgeCommit message (Expand)AuthorFilesLines
2023-03-27Add pac_privsvr_enctype string attributeGreg Hudson1-2/+17
2023-02-01Add margin to expired tickets in test suiteGreg Hudson2-2/+2
2023-01-24Add PAC full checksumsGreg Hudson1-2/+2
2023-01-23Don't issue session keys with deprecated enctypesGreg Hudson3-4/+29
2023-01-23In KDC, assume all services support aes256-sha1Greg Hudson1-3/+3
2022-03-07Make kprop work for dump files larger than 4GBJulien Rische1-0/+34
2022-01-27Implement replaced_reply_key input to issue_pac()Greg Hudson2-48/+74
2022-01-27Add k5test.py facilities for PKINITGreg Hudson3-88/+43
2022-01-12Replace AD-SIGNEDPATH with minimal PACsGreg Hudson11-238/+35
2022-01-01Don't fail krb5_cc_select() for no default realmIsaac Boukris1-0/+9
2021-11-04Use OpenSSL SubjectPublicKeyInfo parsing in PKINITGreg Hudson5-43/+7
2021-10-28Support KRB5_CERTAUTH_HWAUTH_PASS in certauthKen Hornstein1-21/+44
2021-10-18Make test PKINIT certs work with OpenSSL 3.0Greg Hudson16-209/+204
2021-10-18Allow selective overrides in crypto back-endsGreg Hudson2-0/+10
2021-10-12Always use platform PRNGGreg Hudson1-1/+1
2021-09-20Restore OpenSSL 1.0 compatibility in softpkcs11Greg Hudson1-3/+6
2021-09-15Fix link line for GSSAPI reload testGreg Hudson1-1/+1
2021-09-13Improve gss_store_cred() behaviorGreg Hudson4-7/+205
2021-08-29Increase use of expected_msg in GSS testsRobbie Harwood2-22/+16
2021-08-25Perform atomic ccache refreshes when possibleGreg Hudson4-32/+260
2021-08-23Fix conformance issue in GSSAPI testsGreg Hudson1-4/+3
2021-08-02Avoid long socket paths in KCM testsGreg Hudson1-1/+3
2021-07-12Fix KDC null deref on bad encrypted challengeJoseph Sutton2-0/+47
2021-06-09Remove deprecated OpenSSL calls from softpkcs11Robbie Harwood1-36/+72
2021-06-09Fix softpkcs11 build issues with openssl 3.0Robbie Harwood1-184/+106
2021-06-08Fix kadmin -k with fallback or referral realmGreg Hudson1-0/+12
2021-06-08Allow kinit with keytab to defer canonicalizationRobbie Harwood1-0/+13
2021-05-29Remove dejagnu test suiteGreg Hudson7-2592/+2
2021-05-29Move test utilities out of dejagnu subdirectoryGreg Hudson33-33/+29
2021-05-21Rewrite not-yet-covered dejagnu tests in PythonGreg Hudson6-982/+10
2021-05-13Move some dejagnu kadmin tests to Python testsGreg Hudson7-1503/+143
2021-04-05Use KCM_OP_RETRIEVE in KCM clientGreg Hudson2-6/+49
2021-03-22Add KCM_OP_GET_CRED_LIST for faster iterationPavel Březina2-4/+34
2021-03-16Drop extra listen() call in gss-serverIvan A. Melnikov1-3/+0
2021-02-11Load certs when checking pkinit_identities valuesKen Hornstein1-0/+7
2021-01-28Support host-based GSS initiator namesGreg Hudson2-0/+76
2021-01-28Add hostname canonicalization helper to k5test.pyGreg Hudson1-8/+3
2021-01-07Implement fallback for GSS acceptor namesGreg Hudson1-1/+23
2021-01-06Revert dns_canonicalize_hostname default to trueGreg Hudson1-0/+1
2021-01-06Fix ASN.1 test memory leakGreg Hudson1-0/+1
2020-12-18Add support for start_realm cache configGreg Hudson2-0/+11
2020-12-08Update t_rcache.c for new replay cache interfacesashan2-43/+47
2020-12-07Reduce warnings from mainline autoconfGreg Hudson2-5/+3
2020-11-18Add verify option to cred storeSimo Sorce1-0/+16
2020-11-18Add password option to cred storeSimo Sorce4-23/+55
2020-11-08Be stricter about ASN.1 decodingDemi M. Obenour1-17/+26
2020-11-03Avoid daylight savings time issues in testsGreg Hudson2-0/+8
2020-10-20Unregister thread key in SPNEGO finalizationGreg Hudson3-15/+104
2020-10-08Fix Python deprecation warningsGreg Hudson5-11/+11
2020-09-22Allow aliases when matching U2U second ticketIsaac Boukris1-0/+25