summaryrefslogtreecommitdiff
path: root/python/samba/tests/krb5/pkinit_tests.py
AgeCommit message (Expand)AuthorFilesLines
2025-11-19tests/krb5: Construct signed_attrs correctlyJennifer Sutton1-11/+38
2025-11-05python: Factor out asn.1 methods into their own moduleJennifer Sutton1-5/+5
2024-11-27python: Fix length of Common Name x509 attributeAndreas Schneider1-2/+1
2024-07-02tests/krb5: Simplify code using dict.get()Jo Sutton1-20/+5
2024-07-02tests/krb5: Fix type errors by giving ‘pwd_last_set’ an appropriate typeJo Sutton1-2/+2
2024-06-12python/samba/tests/krb5: Add check to confirm UF_SMARCARD_REQUIRED password i...Andrew Bartlett1-0/+14
2024-06-10python/samba/tests/krb5: Allow PkInitTests.test_pkinit_ntlm_from_pac_must_cha...Andrew Bartlett1-1/+9
2024-06-10python/samba/tests/krb5: Expand test without UF_SMARTCARD_REQUIRED to show ro...Andrew Bartlett1-3/+26
2024-06-10python/samba/tests/krb5: PKINIT tests of passwords that are naturally expiredAndrew Bartlett1-3/+183
2024-06-10python/samba/krb5: Add test for password rotation on UF_SMARCARD_REQUIRED acc...Andrew Bartlett1-25/+316
2024-06-10python/samba/tests/krb5: Extend PKINIT tests to show kpasswd still worksAndrew Bartlett1-11/+53
2024-04-16tests/krb5: Remove unused variableJo Sutton1-4/+4
2024-04-16tests/krb5: Fix code spellingJo Sutton1-2/+2
2024-04-16tests/krb5: Remove unused importJo Sutton1-1/+1
2024-03-28python/samba/tests/krb5: Extend PKINIT tests to cover UF_SMARTCARD_REQUIREDAndrew Bartlett1-1/+203
2024-03-28python/tests/krb5: Prepare to allow tests that use the PAC returned NT hashAndrew Bartlett1-2/+6
2024-03-28python/tests/krb5: Allow getting a TGT in pkinit testsAndrew Bartlett1-11/+25
2024-03-28python/tests/krb5: Prepare for PKINIT tests with UF_SMARTCARD_REQUIREDAndrew Bartlett1-4/+12
2024-02-28python/samba/tests/krb5: Expect SID_FRESH_PUBLIC_KEY_IDENTITY (only) when PKI...Andrew Bartlett1-1/+13
2023-11-20python:tests: SHA1 is no longer supported by cryptography moduleAndreas Schneider1-23/+1
2023-07-19tests/krb5: Add a test for PK-INIT with a revoked certificateJoseph Sutton1-0/+92
2023-07-19tests/krb5: Allow passing a pre-created certificate into _pkinit_req()Joseph Sutton1-6/+8
2023-07-19tests/krb5: Have the caller of create_certificate() fetch the CA certificate ...Joseph Sutton1-4/+11
2023-07-19tests/krb5: Factor out a method to fetch the CA certificate and private keyJoseph Sutton1-6/+11
2023-07-19tests/krb5: Factor out a method to create a certificateJoseph Sutton1-25/+34
2023-07-19tests/krb5: Test Windows 2000 variant of PK-INITJoseph Sutton1-15/+81
2023-07-19tests/krb5: Add tests for PK-INIT Freshness Extension (RFC 8070)Joseph Sutton1-4/+372
2023-07-19tests/krb5: Add PK-INIT testing frameworkJoseph Sutton1-0/+684